Currently using a large platform in PHP.
The server it\'s hosted on has recently been upgraded to PHP 5.4.
Since, I\'ve received many error messages like:
I solved this with one code line, as follow: In file index.php, at your template root, after this code line:
defined( '_JEXEC' ) or die( 'Restricted access' );
paste this line: ini_set ('display_errors', 'Off');
Don't worry, be happy...
posted by Jenio.