hi there,
when i first installed zen cart i named my CATALOG folder STORE and now i want to delete store all together and put it into my root.
i changed the /includes/configure.php and /admin/includes/configure.php files as follows
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
define('DIR_FS_CATALOG', '/clientdata/n5200-2-dynamic/w/o/mysite/www/');
define('DIR_FS_SQL_CACHE', '/clientdata/n5200-2-dynamic/w/o/mysite/www/cache');
define('DIR_FS_ADMIN', '/clientdata/n5200-2-dynamic/w/o/mysite/www/admin/');
define('DIR_FS_CATALOG', '/clientdata/n5200-2-dynamic/w/o/mysite/');
define('DIR_FS_SQL_CACHE', '/clientdata/n5200-2-dynamic/w/o/mysite/www/cache');
in my admin section i changed the sessions to
/clientdata/n5200-2-dynamic/w/o/mysite/www/cache
i then moved all my files from the folder STORE into my root via FTP.
my store is now in the right place (ie. root directory) but i cannot access the admin login page. i get the 'Hello, thank you for loading zencart' page.
can anyone make any suggestions as to where i went wrong?![]()




