In version 5.3.2 of php errors occur for deprecated functions.
In file "include.php"
Line 30:
$sysdbh =& new SPSQLite('db/phpsla.sqlite');
for
$sysdbh =& new SPSQLite('db/phpsla.sqlite');
Line 36:
$userdbh =& new SPSQLite($current_db);
for
$userdbh =& new SPSQLite($current_db);
Line 38:
$userdbh2 =& new SPSQLite($current_db);
for
$userdbh2 =& new SPSQLite($current_db);