[SOLVED] Error after changing admin dir in V1.10
Posted: Fri Oct 28, 2011 7:56 am
Hi all,
I have a fresh install of CMSMS V1.10. After I change the admin-directory into something else, lets say 'foo'. And having added this code to config.php:
I get the following error when trying to enter the admin console via mysite.com/foo
Seems like something is still pointing to the old admin directory.
Any thoughts?
Thanks!
Hans
I have a fresh install of CMSMS V1.10. After I change the admin-directory into something else, lets say 'foo'. And having added this code to config.php:
Code: Select all
$config['admin_dir'] = 'foo';
Code: Select all
Warning: include(/www/l/m/j/lmjd.nl/public_html/admin/themes/default/login.php) [function.include]: failed to open stream: No such file or directory in /www/l/m/j/lmjd.nl/public_html/admin/login.php on line 314
Warning: include() [function.include]: Failed opening '/www/l/m/j/lmjd.nl/public_html/admin/themes/default/login.php' for inclusion (include_path='.:/usr/local/share/pear:/www/scripts/webshop:/www/scripts/public') in /www/l/m/j/lmjd.nl/public_html/admin/login.php on line 314
Any thoughts?
Thanks!
Hans