| anyone else seeing : PHP Fatal error in functions_cron.php on line 80? -
07-09-2007, 10:30 PM
Our log scraping script (which checks for errors in logs and reports them to our Nagios desk) is picking up the following error:
PHP Fatal error: Cannot pass parameter 2 by reference in /srv/www/helpdesk/htdocs/includes/functions_cron.php on line 80
This happens every 5 minutes (as part of the cron call) and also any time someone is using the staff / admin pages. I was wondering if anyone else sees this error in their error logs? (tail -f /path/to/error_log on Apache servers and hit the admin / staff section a couple of times)
I've already started a trouble ticket with support (and are at the point of being asked for root access - which is crazy if you ask me) but I wanted to see if anyone else was seeing this or if I was alone. |