Update 0.3.0 to 0.3.1
This is the update guide to update from version 0.3.0
to 0.3.1.
Please follow the instructions below.
1. Create backup
First you should create a backup from your existing installation of bloofoxCMS. If you integrated any individual code or templates it is strictly recommended to backup this.
2. Replace files
Replace all files of your existing installation with the files from the new 0.3.1 version. If you changed the table prefix in file config.php you shouldn't replace this file.
3. Run update
Now you can start with the update tool. Open file /update/update_0.3.0-0.3.1.php in your browser. This update tool will modify your database with necessary changes.
It will create a new table sys_setting and adds a new field to table sys_explorer.
4. Rename or Reinstall plugin bottom_menu
If you are using the plugin bottom_menu you need to rename the existing table in your database. We changed the name from bottom_menu to plugin_bottom_menu. You also need to rename the field "sorting" to "sort". SQL for field rename:
Instead of renaming you may also uninstall and reinstall the plugin in your Admincenter, Administration, Plugins. Notice: the uninstall must be done before you replace the files for plugin bottom_menu. Otherwise it will fail to delete the table while uninstall. Afterwards you need to rebuild your bottom_menu in Admincenter.
5. Integrate changes
The final step: Integrate your individual changes into the new version out of your backuped version.
For questions or problems we are available for support.
1. Create backup
First you should create a backup from your existing installation of bloofoxCMS. If you integrated any individual code or templates it is strictly recommended to backup this.
2. Replace files
Replace all files of your existing installation with the files from the new 0.3.1 version. If you changed the table prefix in file config.php you shouldn't replace this file.
3. Run update
Now you can start with the update tool. Open file /update/update_0.3.0-0.3.1.php in your browser. This update tool will modify your database with necessary changes.
It will create a new table sys_setting and adds a new field to table sys_explorer.
4. Rename or Reinstall plugin bottom_menu
If you are using the plugin bottom_menu you need to rename the existing table in your database. We changed the name from bottom_menu to plugin_bottom_menu. You also need to rename the field "sorting" to "sort". SQL for field rename:
ALTERTABLE`bfCMS_plugin_bottom_menu`CHANGE`sorting``sort`INT(10)UNSIGNEDNOTNULLDEFAULT'0'
To do the rename operation you need for example PhpMyAdmin.
Instead of renaming you may also uninstall and reinstall the plugin in your Admincenter, Administration, Plugins. Notice: the uninstall must be done before you replace the files for plugin bottom_menu. Otherwise it will fail to delete the table while uninstall. Afterwards you need to rebuild your bottom_menu in Admincenter.
5. Integrate changes
The final step: Integrate your individual changes into the new version out of your backuped version.
For questions or problems we are available for support.