|
Upgrade instructions: First of all please create a backup of your files and database! 1) Download patch
2) Unpack it
3) Upload all the files from patch to your working copy
4) Go to admin panel -> Manage Database -> Import. Import upgrade_2.3.04_2.3.05 file
5) find the following code in the config.inc.php:
define("ESYN_ADMIN_DIR", "admin"); define("ESYN_ADMIN_HOME", ESYN_HOME.ESYN_ADMIN_DIR.ESYN_DS); define("ESYN_ADMIN_TEMPLATES", ESYN_ADMIN_HOME.'templates'.ESYN_DS); define("ESYN_ADMIN_CLASSES", ESYN_CLASSES.ESYN_ADMIN_DIR.ESYN_DS);
and change it to the following:
define("ESYN_ADMIN_DIR", "admin"); define("ESYN_ADMIN_FOLDER", "admin"); define("ESYN_ADMIN_HOME", ESYN_HOME.ESYN_ADMIN_FOLDER.ESYN_DS); define("ESYN_ADMIN_TEMPLATES", ESYN_ADMIN_HOME.'templates'.ESYN_DS); define("ESYN_ADMIN_CLASSES", ESYN_CLASSES.ESYN_ADMIN_DIR.ESYN_DS);
You are done!
|