We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

watchdog timing out - Watchdog | Forum

dave Leader
dave May 8 '13

I just started getting this error notification by email.

 

Fatal error</b>: Maximum execution time of 30 seconds exceeded in <b>/home/xxxxxxxxxx/public_html/ow_plugins/watchdog/bol/watchdog_service.php</b> on line <b>149</b>

 

 

here is line 149

 

 if ( !filter_var($buffer, $filter) )
            {
                continue;
            }

 

I am curious if this could be caused by the third party service being down or what might cause this and if there would be a better error trap for this maybe.

 


 

 

 

The Forum post is edited by dave May 8 '13
dave Leader
dave May 11 '13

The answer is in php.ini extend the max exection time by

 

max_execution_time = 300  //5min 

 

or you could do this with htaccess like so

 

 php_value max_execution_time 300  

The Forum post is edited by dave May 11 '13
Alia Team
Alia Jun 5 '13
Thanks for sharing Dave.
dave Leader
dave Jun 5 '13
Your welcome Aliia, at the time i thought this was it, and it seemed to work.  But then i started getting timed out again so im not sure what the deal is, if it is oxwall or some connection issue with watchdog..   I meant to update this also but i forgot.. :(
The Forum post is edited by dave Jun 5 '13
Hybrid
Hybrid Mar 30 '14
Has there been any updates or any fix to this?  I have been receiving that same error and quite a bit.  Is this a concern?


[30-Mar-2014 09:18:04] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /xxxx/xxxx/xxxx/ow_plugins/watchdog/bol/watchdog_service.php on line 149

Hybrid
Hybrid Apr 28 '14
Any progress on this?  I still receive those errors on a daily basis (some days more than a few)...
You do not have permission to reply this topic