Unofficial DE Updatepack

Unofficial DE Updatepack
Developper: Systemweb

Version: 1.3
PHP-Fusion: v7.02.07
PHP-Version: from 5.3.x
MySQL: Min. 5.3.x
  • Support Seiten:
    • https://www.systemweb.de
    • https://www.phpfusion-deutschland.de

Folder "full"

Contains the complete unmodified original PHP-Fusion 7.02.07 package with all patches to make it compatible with PHP-Version from 5.3 until 7.1.x Contains Locale: English, German. During installation you can choose between MySLi an PDO for database driver.

Folder "update_only"

Contains oly the updated files. With this package you can update the PHP-Fusion version 7.0.2.07, in order to run errorfree under new PHP-versions. Simply copy the files in the package over your existing Website, and leave the folder structure as it is. The following files "config.php" need to be extended as follows:


            $db_driver = "mysqli";
            

Best is to add this line after the last line after the ?> add a newline an copy the code here. To use PDO the extension is as follows


            $db_driver = "pdo";
            

(If no adaption is made than the PDO driver is used for communication with the Database.)

More

  • Not only the update, but also the following features are added:
    • TinyMCE v4 with Filemanager (Original before v3 whitout Filemanager)
    • Backgroudcolor changabel for the TinyMCE-Editor (Settings -> miscellaneous, Original version not possible. Update 1.1: new colorpicker)
Additional features omitted deliberately, to stay as close as possible to the original and main purpose to be as error correction.

NOTE

As always:
Make a Backup before you begin!
No warranty!