NAVIGATION
This shows you the differences between two versions of the page.
|
english:installation:update [2011/10/21 18:09] Knut Heermann (flip-flop) |
english:installation:update [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| - | **Update phpwcms (to V1.4.x)** | + | **Update phpwcms (to V1.5.x)** |
| Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109508#p109508|Update phpwcms]] | Forum: [[http://forum.phpwcms.org/viewtopic.php?p=109508#p109508|Update phpwcms]] | ||
| Line 12: | Line 12: | ||
| <del>Download: - [[http://www.phpwcms-docu.de/download-dev-versionen.phtml|Newest version]]</del>\\ | <del>Download: - [[http://www.phpwcms-docu.de/download-dev-versionen.phtml|Newest version]]</del>\\ | ||
| Download: - [[http://code.google.com/p/phpwcms/downloads/list|Newest version]]\\ | Download: - [[http://code.google.com/p/phpwcms/downloads/list|Newest version]]\\ | ||
| + | Download: - [[http://www.phpwcms.de/download/phpwcms-nightly.zip|Nightly Build]]\\ | ||
| + | |||
| + | Changelog: [[http://code.google.com/p/phpwcms/wiki/Changelog|phpwcms Changelog]] | ||
| Docu: - [[http://www.phpwcms-docu.de/installation_en.phtml|Docu: Installation & Update]] | Docu: - [[http://www.phpwcms-docu.de/installation_en.phtml|Docu: Installation & Update]] | ||
| Line 21: | Line 24: | ||
| ===== 01. Install into subdirectory ===== | ===== 01. Install into subdirectory ===== | ||
| + | |||
| + | Install the latest version. | ||
| + | |||
| + | \\ | ||
| + | |||
| + | |||
| + | ===== 01.a Find my current version ===== | ||
| + | |||
| + | |||
| + | In old versions you have an entry in include/inc_lib/default.inc.php at the end of the file called: \\ | ||
| + | <file>$phpwcms["version"] = Version No.</file> | ||
| + | |||
| + | In newer versions there is an entry in include/inc_lib/default.inc.php around line 135 called: \\ | ||
| + | <file> | ||
| + | $phpwcms["release"] = Release No. | ||
| + | $phpwcms["release_date"] = Release date | ||
| + | </file> | ||
| + | |||
| + | In brand new versions there is an entry in include/inc_lib/default.inc.php around line 245 called: \\ | ||
| + | <file> | ||
| + | $phpwcms["release"] = Release No. | ||
| + | $phpwcms["release_date"] = Release date | ||
| + | $phpwcms["revision"] = Revision | ||
| + | </file> | ||
| + | |||
| + | \\ | ||
| + | |||
| ===== 02. Restore existing Database ===== | ===== 02. Restore existing Database ===== | ||
| Line 32: | Line 62: | ||
| * 3. phpwcms_formtracking flush (=empty) (if exist) (Left Table phpwcms_bad_behavior -> Select View above -> select all below -> delete. (For each screen page of this table: redo (The same goes for phpwcms_cache, phpwcms_formtracking). | * 3. phpwcms_formtracking flush (=empty) (if exist) (Left Table phpwcms_bad_behavior -> Select View above -> select all below -> delete. (For each screen page of this table: redo (The same goes for phpwcms_cache, phpwcms_formtracking). | ||
| - | * 4. Check Tables for errors, if necessary repair / optimize. | + | * 4. phpwcms_log_seo flush (=empty) (if exist) (see above). |
| + | |||
| + | * 5. Check Tables for errors, if necessary repair / optimize. | ||
| - Newer Versions of phpMyAdmn do exports as UTF-8 formatted by default. | - Newer Versions of phpMyAdmn do exports as UTF-8 formatted by default. | ||
| Line 59: | Line 91: | ||
| ==== PHP- and DB version ==== | ==== PHP- and DB version ==== | ||
| - | - Running MyDomain/setup/setup.php you will see, which "2. PHP version" - and which "3. MySQL version" are installed on the server. DThe PHP version should be at least 5, the MySQL version as well. \\ | + | - Running MyDomain/setup/setup.php you will see, which "2. PHP version" - and which "3. MySQL version" are installed on the server. The PHP version should be at least 5, the MySQL version as well. \\ |
| - | The MySQL version must still be entered into the file conf.inc.php. | + | The MySQL version must be still entered into the file conf.inc.php. |
| If the setting for example is displayed: \\ | If the setting for example is displayed: \\ | ||
| Line 74: | Line 106: | ||
| ===== ===== | ===== ===== | ||
| + | |||
| + | <note important> | ||
| + | **Since v1.4.5 R401 we need no manual database update.** | ||
| + | |||
| + | --> Continue with step [[english/installation/update#double_indexes_in_some_db-tables|05.1 Double indexes in some db-tables]] | ||
| + | </note> | ||
| + | |||