| Hi! I have a problem with Joomla 1.0.8 and Joomla-SMF_1.1 I have these errors: Quote 2: Cannot modify header information - headers already sent Fichier: D:\wamp\www\Joomla\core\includes\joomla.php Ligne: 3735 2: Cannot modify header information - headers already sent Fichier: D:\wamp\www\Joomla\core\includes\joomla.php Ligne: 3735 Before I had lot of errors that I resolved by adding: if (!headers_sent()) { header( 'Expires: Mon, 26 Jul 1997 05:00:00 GMT' ); header( 'Last-Modified: ' . gmdate( 'D, d M Y H:i:s' ) . ' GMT' ); header( 'Cache-Control: no-store, no-cache, must-revalidate' ); header( 'Cache-Control: post-check=0, pre-check=0', false ); header( 'Pragma: no-cache' ); } but this solution doesn't resolve all, I have always this error in the line 3735 of joomla.php this line contains: Quote ob_end_flush(); How to resolve it? Thanks for your help Cassy |
Forum 





Author



Logged






