Can't access my admin after renaming
Hi there,
I was running on 1.3.7 and just added the security patch (followed the instructions included), & renamed my admin folder.
Unfortunately I'm not able to access my admin anymore.
Any idea of what's causing this?
Many thanks in advamce!
Warning: include(includes/auto_loaders/config.core.php) [function.include]: failed to open stream: No such file or directory in /home/xxx/public_html/store/boutique/zc-admin/includes/application_top.php on line 127
Warning: include(includes/auto_loaders/config.core.php) [function.include]: failed to open stream: No such file or directory in /home/xxx/public_html/store/boutique/zc-admin/includes/application_top.php on line 127
Warning: include() [function.include]: Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxx/public_html/store/boutique/zc-admin/includes/application_top.php on line 127
Fatal error: Call to undefined function zen_get_languages() in /home/xxx/public_html/store/boutique/zc-admin/index.php on line 25
Re: Can't access my admin after updagre 1.3.7 > 1.3.8
did you modify configure.php included in your admin / includes folder to reflect your new admin name ?
since you have posted your new admin name here , it is recommended to change it again .
Re: Can't access my admin after updagre 1.3.7 > 1.3.8
the upgrade is not complete.
check if you have function zen_get_languages() in this file:
admin\includes\functions\general.php
Re: Can't access my admin after upgrade 1.3.7 > 1.3.8
Pay careful attention to what Tony has said above...
You dutifully changed your admin folder name to zc-admin... but the reason you can't get to it is because your two configure.php files still refer to the ORIGINAL name.
Part of the instructions in applying the patch point zenners to the configure.php requirements.
... additionally, as Tony says, by posting that error message, you've also told the world that your admin folder's new name is zc-admin!
Re: Can't access my admin after upgrade 1.3.7 > 1.3.8
as the error message indicates, zc-admin is already set in configure.php
why don't try both method. I bet
admin\includes\functions\general.php
is incomplete
Re: Can't access my admin after upgrade 1.3.7 > 1.3.8
[QUOTE=schoolboy;747095]your two configure.php files still refer to the ORIGINAL name.
QUOTE]
The instructions I read refer to 1 configure.php file for change.....is there a second one to change? I can't seem to find one any place......
Thanks
MM
Re: Can't access my admin after upgrade 1.3.7 > 1.3.8
only one need to change...no worry about that
Re: Can't access my admin after renaming
Thanks for the response.....
what about the "dist-configure.php" file? It also has the /admin/ reference in several lines.....
MM
Re: Can't access my admin after upgrade 1.3.7 > 1.3.8
no need to do that...that's a backup of original configure.php
in fact, nothing need to do with that file.
Re: Can't access my admin after renaming
OK....thanks....just checking.....
MM