Thanks DrByte - read the tutorial and ran the query
it returnsUPDATE configuration set configuration_value='c:/wamp/www/zencart/cache' WHERE configuration_key='SESSION_WRITE_DIRECTORY';
zc1 is the name of the database and the table "configuration" does exist with the prefix "zen_" thus reading "zen_configuration" - could the query be re-written accordingly to reflect the correct prefix?Error
SQL query:
UPDATE configuration SET configuration_value = 'c:/wamp/www/zencart/cache' WHERE configuration_key = 'SESSION_WRITE_DIRECTORY'
MySQL said:
#1146 - Table 'zc1.configuration' doesn't exist
Also downloaded, installed and ran "fix_cache_key.php" - it returns "page not found" in IE and a blank page in Netscape.
Next downloaded a fresh copy of the live database and imported same.
Result is same old: front end displays all ok, all links working, can login to my account, add stuff to the shopping cart etc
Trying to access backend (admin) produces same errors as described in my original post.
I am stumped - time to go to bed and have another go tomorrow with a hopefully clear mind.
Frank
www.frnt.org/zencart




