Fix Cache Key
Zen Cart™ Version: v1.2.5
Version: 1
Last Updated: May 29 2006
Author: DrByte
The Fix Cache Key util is used to reset your "SESSION_WRITE_DIRECTORY" key in the database after switching servers or relocating your Zen Cart installation from one folder to another.
Compatible with Zen Cart versions 1.2.x and 1.3.x
Compatible with Zen Cart versions 1.2.x and 1.3.x
/*
* This utility is used to reset your "SESSION_WRITE_DIRECTORY" key after switching servers.
*
* 1. Make sure the DIR_FS_SQL_CACHE setting is correct in your /includes/configure.php file.
* 2. Copy this file to the folder where "index.php" exists for your Zen Cart site
* 3. Run it
* 4. The cache setting from your configure.php file will be displayed, followed by
* the cache setting from your database.
* If they match, it will say "No changes required."
* If they do not match, it will synchronize the database to match the configure.php setting.
* 5. VERY IMPORTANT .... WHEN DONE, DELETE THIS FILE FROM YOUR SERVER!!!!!!!!!!!
* If you don't delete it (or at least rename it to something very obscure), then you run the
* risk of somebody using it to find out information about your server configuration, which
* could compromise your site's security. Thus, deleting this file when finished is the best approach.
*/
* This utility is used to reset your "SESSION_WRITE_DIRECTORY" key after switching servers.
*
* 1. Make sure the DIR_FS_SQL_CACHE setting is correct in your /includes/configure.php file.
* 2. Copy this file to the folder where "index.php" exists for your Zen Cart site
* 3. Run it
* 4. The cache setting from your configure.php file will be displayed, followed by
* the cache setting from your database.
* If they match, it will say "No changes required."
* If they do not match, it will synchronize the database to match the configure.php setting.
* 5. VERY IMPORTANT .... WHEN DONE, DELETE THIS FILE FROM YOUR SERVER!!!!!!!!!!!
* If you don't delete it (or at least rename it to something very obscure), then you run the
* risk of somebody using it to find out information about your server configuration, which
* could compromise your site's security. Thus, deleting this file when finished is the best approach.
*/
Author: DrByte
Version: 1
Zen Cart™ Version: v1.2.5
Update added on May 29 2006
Download Now!
File size: 2073 bytes