FusionWowCMS / FusionCMS

FusionCMS is a free, open-source content management system. Server owners all around the world rely upon FusionCMS for its ease of use and development, safe and secure codebase and dedication to simplicity.
Other
69 stars 42 forks source link

admin panel not will not load #36

Closed firstgnome2000 closed 7 months ago

firstgnome2000 commented 7 months ago

hi . when i want to login to admin panel i will see following error :

Template path: application/themes/admin/login.tpl

Error: ErrorException: Undefined array key "cdn" in /home/***/public_html/writable/cache/templates/d8be5b1fb6e0c72072b217a0b15ecee25e33316c_0.file.login.tpl.php:37

Stack trace:

0 /home/***/public_html/writable/cache/templates/d8be5b1fb6e0c72072b217a0b15ecee25e33316c_0.file.login.tpl.php(37): CodeIgniter\Debug\Exceptions->errorHandler()

1 /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_65d676f424ab04_64744510()

2 /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode()

3 /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render()

4 /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render()

5 /home/***/public_html/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(116): Smarty_Internal_TemplateBase->_execute()

6 /home/***/public_html/application/libraries/Smartyengine.php(74): Smarty_Internal_TemplateBase->fetch()

7 /home/***/public_html/application/libraries/Administrator.php(373): Smartyengine->view()

8 /home/***/public_html/application/libraries/Administrator.php(40): Administrator->showLogIn()

9 /home/***/public_html/system/core/Loader.php(1286): Administrator->__construct()

10 /home/***/public_html/system/core/Loader.php(1084): CI_Loader->_ci_init_library()

11 /home/***/public_html/application/third_party/MX/Loader.php(274): CI_Loader->_ci_load_library()

12 /home/***/public_html/application/modules/admin/controllers/Edittheme.php(14): MX\MX_Loader->library()

13 /home/***/public_html/system/CodeIgniter.php(416): EditTheme->__construct()

14 /home//public_html/index.php(235): require('/home//...')

15 {main}

anyone has exprince this error before ?

Nightprince commented 7 months ago

We don't have any variable "cdn" name in application/themes/admin/login.tpl file. Do you change anything ?

https://github.com/FusionWowCMS/FusionCMS/blob/main/application/themes/admin/login.tpl

firstgnome2000 commented 7 months ago

yes i changed the directory (applications/theme/default/) from a older version to this since i was unable to install it on my host so it did work for me but now this error

Nightprince commented 7 months ago

yes i changed the directory (applications/theme/default/) from a older version to this since i was unable to install it on my host so it did work for me but now this error

You have not updated the files correctly, you need to check them.

firstgnome2000 commented 7 months ago

i just changed icon and logo files will these affect any process ? i

Nightprince commented 7 months ago

i just changed icon and logo files will these affect any process ? i

use last version and reinstall

firstgnome2000 commented 7 months ago

okaye will try to re installl with last version thank you