Interresting Warnings...
Posted: Thu Jul 06, 2006 7:01 pm
Hi!
I just installed the latest release today and had to fix a use sub dir safe mode problem
...which fixed the fetching errors. I can view the site fine now, however I'm receiving these errors at the top of every page:
The pages seem to navigate fine, however I don't really want these errors shown, and i have no idea what a variable reference is or what is should be returned by for that matter 
Also, the admin panel shows these errors, again at the top:
The host uses IIS and Windows 2003 Server if that helps any. Thank you for taking the time to look at the problem!
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