My stats havent been updating for the last few days. Im getting the the following error :
Fatal error: Maximum execution time of 600 seconds exceeded in /home/centovacast/system/servers/IceCast/class_ServerIceCast.php on line 0
When executing :
sudo -u centovacast /home/centovacast/system/runascc/runascc exec ccmanage processlogs all
Ive tried manually setting the php.ini :
max_execution_time = 3000
and
set_time_limit = 3000
But it doesn't seem to make a difference. I can't seem to find the value of 600 seconds anywhere in my php settings.
Is the timeout hard coded to 600 in the php script itself ?