Migration SyndeoCMS 2.7 -> 2.8.02
Migration information
Before you upload , delete the complete contents of
starnet/editors/fckeditor
If you have version 2.8.00 you need to run
run
migrate2.8_2.8.02.php
In version 2.8.02 only way of making thumbs will be used, the thumbs starting with zz_thumb will not be used anymore and will be deleted by the migration script. New thumbs will be created as "filename" + "_t" + ".ext". This is the same as in the album module.
This version has a new new Poll module. This based on the "Advanced Poll 2.0.8 (PHP/MySQL)" script by Chi Kien Uong see
http://www.proxy2.de
It has been changed to integrate it into SyndeoCMS as a module.
This version has a new filemanager. This based on the "Tinybrowser" script from Bryn Jones see
http://www.lunarvis.com
It has been changed to integrate it into SyndeoCMS.
If you made changes to the language files via the translate tool, you need to load every changed language file in the translate tool and press save. By pressing save the newly introduced language items will be added to your XX_user.php file.
Migration:
With almost every new version mysql tables are added or altered,
to migrate from version
SyndeoCMS 2.7.00
to SyndeoCMS 2.8.02:
run
migrate2.7_2.8.02.php
The migration script is in the 2.8.02 zip file in the starnet/install directory.
Unpacking:
on linux:
unzip syndeocms-version.zip
on windows:
Use a tool like Winzip to unzip the files from syndeocms-version.zip.
If you have your site hosted at a provider you have to
ftp
the unziped files to your service provider.
After the files have been installed you need to run the appropriate migration file.
When migration is finished,
all files should be deleted from the
starnet/install
directory.
Good luck with SyndeoCMS
The SyndeoCMS Development Team