Salve a tutti, ho anch'io questo errore:
Warning: Cannot modify header information - headers already sent by (output started at /home/mhd-01/
www.autoradiotop.com/htdocs/catalog/adm ... es.php:211) in /home/mhd-01/
www.autoradiotop.com/htdocs/catalog/adm ... eneral.php on line 34
non ho ancora risolto il problema eppure ho eliminato le righe vuote o bianche che dir si volgia subito dopo <?php così
"<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com....
anche prima della chiusura file così:
" return false;
} else {
return is_writable($file);
}
}
?>
"
il problema credo sia questo, eccovi la linea 34 del general.php:
30 if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) {
31 tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));
32 }
33
34 header('Location: ' . $url);
35
36 if (STORE_PAGE_PARSE_TIME == 'true') {
37 if (!is_object($logger)) $logger = new logger;
38 $logger->timer_stop();
39 }
quindi proprio non capisco....Aiuto!