For more information visit http://zikula.org/ and read our user manual.
Requirements ------------ Before upgrading Zikula it's important to ensure that the hosting server environment meets the requirements of the new core release. Zikula Core 1.4.0 has the following requirements| Minimum | Recommended | |
|---|---|---|
| PHP | 5.3.3 | 5.5 |
Zikula makes use of composer to manage and download
all dependencies. Composer must be run prior to installing a site using Zikula.
Run composer self-update && composer update.
If you store Composer in the root of the Zikula Core checkout, please
rename it from composer.phar to composer to avoid your IDE reading
the package contents.
- Before uploading the new files please delete the
plugins/,lib/,system/,themes/andztemp/folders entirely (replace any custom themes afterwards). - Delete your
config/config.phpandconfig/personal_config.phpkeeping a note of your database settings. - Upload new files.
- Copy your new
config/config.phpandconfig/personal_config.phpand updateconfig/personal_config.phpwith your database settings. - Copy
app/config/parameters.ymltoapp/config/custom_parameters.ymland update values with your database settings. Also setinstalledtotrue. - Make
app/cacheandapp/logswritable. - Run
http://yoursiteurl/upgrade.phpand follow any on-screen prompts. - Go to the ExtensionsModule and install the ZikulaRoutesModule.