MiXeDeMoTiOnS Posted February 13, 2004 Share Posted February 13, 2004 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 More sharing options...
Guest Posted February 13, 2004 Share Posted February 13, 2004 your answers are in wiki, do a search there . . one is at: http://wiki.oscommerce.com/WarnSetTime Link to comment Share on other sites More sharing options...
MiXeDeMoTiOnS Posted February 14, 2004 Author Share Posted February 14, 2004 i read wiki's doc already and i have the double slashes set already Link to comment Share on other sites More sharing options...
user99999999 Posted February 14, 2004 Share Posted February 14, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.