NAVIGATION
This shows you the differences between two versions of the page.
|
english:installation:update [2011/11/03 08:46] 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 ===== | ||