Quote:
Originally Posted by sean289855
When I try to force my feeds then I get this error
Warning: set_time_limit(): Cannot set time limit in safe mode in /abouttoday.php on line 1463
Any help woudl be good I love the mod.
|
Hmmmm .... with safe mode on the only option is to remove that line. Go into abouttoday.php, find
PHP Code:
set_time_limit(0);
and delete it. Under most circumstances, the program will still work okay.