I'm trying to tun script and keep getting the error:
Warning: set_time_limit(): Cannot set time limit in safe mode in ... line 88
Now, the line where the error is indicated has this:
set_time_limit(120);
Any idea why I get this error and what can be done to resolve it?