Not for nothing but the instructions are meant to guide on what you need to do AFTER you copy the files over.. You don't make these changes to your live site and THEN copy them over..
Again.. the instructions you are using are OLD.. and OUTDATED and not based on v1.5.1
In particular these defines DO NOT require changes in the configure.php file when moving your site..
DIR_FS_LOGS (since v1.5.0)
DIR_FS_SQL_CACHE
These SHOULD look like this:
define('DIR_FS_LOGS', DIR_FS_CATALOG . 'logs');
define('DIR_FS_SQL_CACHE', DIR_FS_CATALOG . 'cache');



Reply With Quote
