Migration SyndeoCMS 2.9 -> 3.0.00
Migration information
 
  • FCK editor is no longer supported, you can still use it but no more updates will be released!
  • In this version the CKeditor replaces the FCKeditor.
  • If you have version 2.9.00 you need to run run migrate2.9_3.0.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 2.9.00 to SyndeoCMS 3.0.00: run migrate2.9_3.0.00.php

The migration script is in the 3.0.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