Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

set_time_limit() error, please help!


mxer210

Recommended Posts

Posted

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! :)

Posted

ini_set("max_execution_time","3600");

  • 4 weeks later...
Posted

I've got the same problem, right from a fresh clean install, any help would be appreciated.

  • 3 months later...
Posted

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 !!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...