mxer210 Posted June 1, 2005 Posted June 1, 2005 I added a few contributions and changed webhosts. When I try to delete a category I now get this: Warning: set_time_limit(): Cannot set time limit in safe mode in /home/virtual/site274/fst/var/www/html/radmin/includes/functions/general.php on line 733 Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site274/fst/var/www/html/radmin/includes/functions/general.php:733) in /home/virtual/site274/fst/var/www/html/radmin/includes/functions/general.php on line 18 Line 733 of generals.php is: //// // Sets timeout for the current script. // Cant be used in safe mode. //line 732 function tep_set_time_limit($limit) { //line 733 if (!get_cfg_var('safe_mode')) { //line 734 set_time_limit($limit); //line 735 } //line 736 } I would love some help with this and would really appreciate it! :)
mxer210 Posted June 1, 2005 Author Posted June 1, 2005 ini_set("max_execution_time","3600"); <{POST_SNAPBACK}> Where do I put that? :-"
Guest Posted June 24, 2005 Posted June 24, 2005 I've got the same problem, right from a fresh clean install, any help would be appreciated.
RJMS Posted October 8, 2005 Posted October 8, 2005 Exact same problem here, clean fresh install, safe mode is turned off. RHE3ES server. However, when i delete 1 catagory all is fine, when i delete 2 catagories it (oscommerce) decides to just delete all in my store, including all images stored in the html folder. First warning i get is: Warning: set_time_limit(): Cannot set time limit in safe mode in /home/virtual/site6/fst/var/www/html/webwinkel/admin/includes/functions/general.php on line 733 Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site6/fst/var/www/html/webwinkel/admin/includes/functions/general.php:733) in /home/virtual/site6/fst/var/www/html/webwinkel/admin/includes/functions/general.php on line 18 Second warning i get is: Warning: reset(): Passed variable is not an array or object in /home/virtual/site6/fst/var/www/html/webwinkel/admin/includes/classes/object_info.php on line 17 Warning: Variable passed to each() is not an array or object in /home/virtual/site6/fst/var/www/html/webwinkel/admin/includes/classes/object_info.php on line 18 Please help as this is a live shop !!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.