trembita Posted February 26, 2008 Posted February 26, 2008 when I try to remove one category from my Admin Panel I got the message: Warning: set_time_limit() has been disabled for security reasons in /home/xxx/public_html/admin/includes/functions/general.php on line 737 Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/admin/includes/functions/general.php:737) in /home/xxx/public_html/admin/includes/functions/general.php on line 22 What is wrong?
Jan Zonjee Posted February 26, 2008 Posted February 26, 2008 when I try to remove one category from my Admin Panel I got the message: Warning: set_time_limit() has been disabled for security reasons in /home/xxx/public_html/admin/includes/functions/general.php on line 737 Find that line where it say set_time_limit() and either comment it out or put a @ in front of it (which kills the warning message).
Recommended Posts
Archived
This topic is now archived and is closed to further replies.