Override joomla admin side error reporting via included PHP file -
i'm trying implement (quite rough indeed) debug.php
file within of joomla index.php
file, right @ start of file. since file calls other extension on server , in browser, i'm forced place file right @ top of file, before core joomla statement initiate application, due various conflicts.
in debug.php
file there couple lines activate error reporting this:
// study php errors ini_set('display_errors', 'on'); ini_set('error_reporting', e_all);
since include statement before joomla code, when application init called, administration error study set to:none override called settings. i'd maintain error reporting on admin side set none avoid problem on live site, since debug.php
file included simple check if server local environment.
how can implement functionality this? i'm using joomla 3 installation
php joomla error-handling joomla3.0
No comments:
Post a Comment