/************************************************************** * File: Documentation: Upgrade * Author: Mike Lansberry (http://phpCOIN.com) * Date: 2004-01-04 (V1.2.0) * License: DO NOT Remove this text block. See /docs/license.txt * Copyright © 2003-2004 phpCOIN.com * Schema: See sql file for schema reference * Notes: * - upgrade notes * - all files have version number (see above) **************************************************************/ ################################################################# The following notes only apply to upgrading from: Version 1.1.1 to Final Version 1.2.0 ONLY Note- this is only valid for upgrade as mentioned above. There were database schema changes in this upgrade, and parameters added. The upgrade_to_V120.php script MUST BE RUN ONLY ONCE. To make the upgrade perform the following: - BACK UP YOUR DATABASE. - Edit the atroot.php file as directed in the install instructions. - Edit the db_config.php file as directed in the install instructions. - Edit the config.php file if you made changes to previous one. - Backup files with custom edits- custom.php, lang_custom.php, etc. - Delete all the files located one the server. Or MAKE sure all files have been replaced and no old ones remain. - Upload all the new files as directed in the install instructions. - Point browser to (modify to suite your domain) and run the following: http://www.yourdomain.com/phpcoin_dir/setup/upgrade_to_V12x.php Note- Do not attempt upgrade with an old theme, use a new one and then go back to make the old one work. ################################################################# The following notes only apply to upgrading from: Final Version 1.1.0 to Final Version 1.1.1 ONLY This upgrade only requires file updates and does not need to have an upgrade script run. Simply follow the install instructions for editing and uploading files. DO NOT RUN SETUP- not needed. This upgrade assumes the fix files and additional parameters were implemented. If not see forum for fix file download for notes. ################################################################# The following notes only apply to upgrading from: Version 1.0.1 to Final Version 1.1.x ONLY Note- this is only valid for upgrade as mentioned above. There were database schema changes in this upgrade, and parameters added. The upgrade_to_V11x.php script MUST BE RUN ONLY ONCE. To make the upgrade perform the following: - BACK UP YOUR DATABASE. - Edit the atroot.php file as directed in the install instructions. - Edit the db_config.php file as directed in the install instructions. - Edit the config.php file if you made changes to previous one. - Delete all the files located one the server. Or MAKE sure all files have been replaced and no old ones remain. - Upload all the new files as directed in the install instructions. - Point browser to (modify to suite your domain) and run the following: http://www.yourdomain.com/phpcoin_dir/setup/upgrade_to_V11x.php Note- Do not attempt upgrade with an old theme, use a new one and then go back to make the old one work. ################################################################# The following notes only apply to upgrading from: Final Version 1.0.0 to Final Version 1.0.1 ONLY This upgrade only requires file updates and does not need to have an upgrade script run. Simply follow the install instructions for editing and uploading files. DO NOT RUN SETUP- not needed. ################################################################# The following notes only apply to upgrading from: Release Candidate 1 to Final Version 1.0.1 ONLY Note- this is only valid for upgrade as mentioned above. There were database schema changes in this upgrade, and parameters added. The upgrade_to_V10x.php script MUST BE RUN ONLY ONCE. To make the upgrade perform the following: - BACK UP YOUR DATABASE. - Edit the atroot.php file as directed in the install instructions. - Edit the db_config.php file as directed in the install instructions. - Edit the config.php file if you made changes to previous one. - Delete all the files located one the server. Or MAKE sure all files have been replaced and no old ones remain. - Upload all the new files as directed in the install instructions. - Point browser to (modify to suite your domain) and run the following: http://www.yourdomain.com/phpcoin_dir/setup/upgrade_to_V10x.php Note- If you modified the theme, rename the phpcoin theme folder to something else and after upgrade completed, work on theme. #################################################################