Pagina 1 di 1

Errore: Cannot set time limit in safe mode

Inviato: 03/10/2006, 10:44
da andreapucci
ciao a tutti,
ho avuto un problema durante la cancellazione delle categorie:
Warning: set_time_limit(): Cannot set time limit in safe mode in /home/httpd/vhosts/domain.com/httpdocs/catalog/admin/includes/functions/general.php on line 733

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/vhosts/domain.com/httpdocs/catalog/admin/includes/functions/general.php:733) in /home/httpd/vhosts/domain.com/httpdocs/catalog/admin/includes/functions/general.php on line 18
per risolverlo si può semplicemente commentare alcune righe nei seguenti file:
admin/includes/functions/general.php
dalla riga 728 alla 735
////
// 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);
// }
// }
admin/categories.php
la riga 132
// tep_set_time_limit(0);
spero che possa essere di aiuto a qualcuno
:D :D :D

ciao ciao
andrea