Display Errors

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.

no error details.png · 72.1K · 130 views
php errors.png · 193.6K · 118 views
header inc errors1.png · 311.5K · 110 views
caredesign.net
Quote · 24 Sep 2013

PHP error settings does not apply to mysql database errors. Those settings are for php script errors.

Try this instead.

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
Quote · 24 Sep 2013

thanks deanos - again, you are a Genius with Dolphin

caredesign.net
Quote · 24 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.