Systemupdate from 3.1.x to 3.2.0

In general, the update should be processed the same way as the other updates.

This includes to backup the templates, the config.php, the global_includes.php and, if given, pictures and downloads.

In addition, the following steps should be taken:

  • Make a backup of the complete system (including the database)
  • If enabled, disable gzip-compression using module system -> system-settings
  • During the update, start with the module system

Files to move

  • /system/config.php --> /system/config/config.php 
     
  • /css/portal/*.css --> /portal/css/*.css
     
  • /templates/portal/* --> /templates/*

Files to delete

  • /admin/class_folderview.php
  • /admin/class_login_admin.php
  • /admin/class_system_admin.php
  • /admin/class_user_admin.php
     
  • /portal/class_modul_pages.php
     
  • /system/class_pagecache.php
     
  • /system/config/modul_languages_id.php
     
  • /texte

Files to edit

If you replaced the config.php located at /config with your old one, you should edit this file manually.

Therefore, replace the line

     $config['dirtexte']             = "/texte";

with

     $config['dirlang']              = "/lang";