Round path for admin file dir_ws_admin where is that coming from
http://www.website.comdir_ws_adminlogin.php
Trying to upgrade an old zen cart to 1.3.9h and I can not get to the admin directory because the address comes up as above.
where is it getting the dir_ws_admin from I have full access to the database and scripts so there is no problem. Just don't know where to look.
Had to upgrade after a server crash
Thanks,
C
Re: Round path for admin file dir_ws_admin where is that coming from
That sounds like you've got the wrong configure.php file in your admin side.
There are two configure.php files to run a Zen Cart v1.x.x site:
/includes/configure.php
/admin/includes/configure.php
While the files ARE SIMILAR, they ARE NOT THE SAME.
What you've posted suggests that your /admin/includes/configure.php file actually contains the non-admin content, and is missing the content required for admin use.