I am trying to find out why my errors are not displaying. Attached are images of my php.ini settings and what I ahve in my header.inc.php file. Could someone tell me what I am missing please. Thanks in advance.
I am trying to find out why my errors are not displaying. Attached are images of my php.ini settings and what I ahve in my header.inc.php file. Could someone tell me what I am missing please. Thanks in advance. caredesign.net |
PHP error settings does not apply to mysql database errors. Those settings are for php script errors. In inc/classes/BxDolDb.php at line 26 define( 'DB_FULL_DEBUG_MODE', false ); change it to this' define( 'DB_FULL_DEBUG_MODE', true ); https://www.deanbassett.com |
thanks deanos - again, you are a Genius with Dolphin caredesign.net |