Migration SyndeoCMS 3.0 -> 3.1.00
Migration information
With this migration a new version of the CKeditor (versie 4.1) will be installed and the layout of the admin part of the site is freshed up with icons.
A new option 'Webfonts' is added in the Configuration menu so you can use Google webfonts on your site. Do be able to use them you need to add the following code to your main.inc.php right after your style.css:
//load webfonts from a mysql table dynamically template_load_webfonts();
If you have version 3.0.xx you need to run
run
migrate3.0_3.1.php
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.
Important:
To prevent Cross Site Scripting (XSS) attacks, in this version there will be
no javascript allowed
in any input fields and in page editor.
In
Configuration-> Environment
there is an option to allow javascript in the
page editor
only.
Use this with care!
Migration:
With almost every new version mysql tables are added or altered,
to migrate from version
SyndeoCMS 3.0.xx
to SyndeoCMS 3.1.00:
run
migrate3.0_3.1.php
The migration script is in the 3.1.00 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