Hi all,
Ispconfig is working very well with PHP 5.2.x
But I have updated PHP, to PHP 5.3.3 and now, i have a lot of PHP Notices popping on Ispconfig.
BUT, the functions of the panel are working fine.
I have changed, in the PHP.INI =>
error_reporting = E_ALL & ~E_DEPRECATED
TO
error_reporting = E_ALL & ~E_NOTICE
And now ... i have no errors, BUT, the Monitor Tab is no longer working.
in my php log, i have :
[02-Dec-2010 16:34:22] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:34:22] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:34:27] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:34:27] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:51:31] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:51:31] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:51:34] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:51:34] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:54:27] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:54:30] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
[02-Dec-2010 16:54:34] PHP Deprecated: Call-time pass-by-reference has been deprecated in /usr/local/ispconfig/interface/web/monitor/show_sys_state.php on line 199
line 199 : _processDbState($record['type'], $serverId, &$serverState, &$messages);
I will try to put :
error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
To correct the problem, but i don't think that is a smart solution.
Regards
Sanjay
|