ho avuto un problema durante la cancellazione delle categorie:
per risolverlo si può semplicemente commentare alcune righe nei seguenti file: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
admin/includes/functions/general.php
dalla riga 728 alla 735
admin/categories.php////
// 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);
// }
// }
la riga 132
spero che possa essere di aiuto a qualcuno// tep_set_time_limit(0);
ciao ciao
andrea