I just installed the latest release today and had to fix a use sub dir safe mode problem
Code: Select all
//use_sub_dirs doesn't work in safe mode
if (ini_get("safe_mode") != "1")
$this->use_sub_dirs = false;Code: Select all
Notice: Only variable references should be returned by reference in C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php on line 136Also, the admin panel shows these errors, again at the top:
Code: Select all
Notice: Only variable references should be returned by reference in C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php on line 136
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 161
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 164
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 167
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 168
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 171
Warning: Cannot modify header information - headers already sent by (output started at C:\Accounts\reveriev\wwwRoot\start\lib\adodb_lite\adodb.inc.php:136) in C:\Accounts\reveriev\wwwRoot\start\lib\classes\class.admintheme.inc.php on line 176

