Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Safe Mode


MiXeDeMoTiOnS

Recommended Posts

Could someone please tell me how i can get rid of this error, this happens when i try to backup my database

 

 

Warning: set_time_limit(): Cannot set time limit in safe mode in /admin/includes/functions/general.php on line 733

 

Warning: Cannot modify header information - headers already sent by (output started at /admin/includes/functions/general.php:733) in /admin/includes/functions/general.php on line 18

Link to comment
Share on other sites

Try line 733 in catalog/admin/includes/functions/general.php

 

Instead of "line 703 in includes/functions/general.php"

 

 

So it looks like below

 

// Sets timeout for the current script.

// Cant be used in safe mode.

function tep_set_time_limit($limit) {

if (!get_cfg_var('safe_mode')) {

// set_time_limit($limit);

}

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...