Torsten @skilleven
04 Jan 2009

v0.8.0.805 is ready for download.

Please test and report all errors you encounter. Important changes: YOU CAN ONLY UPDATE VERSIONS HIGHER THAN 7.0!

There are two new variables to set in the conf.php if you did not install via the step-by-step installer:

$server_conn = "mysql";      // If you want to use PDO $server_conn must be set to "pdo".
$server_type = 'mysql';      // the database type (needed for PDO) usually 'mysql'

The installation will then be performed in non-PDO mode.

Download