Some people have been talking about on UNITY, that on a
database error, Dolphin may display more information than desired to a
user of your Dolphin site.
This information can contain system
settings / paths / and so on that is
best not shared with an untrusted user.
This information
display is easily controlled by checking, and changing,
if needed, a value in the database include file.
Below are
instructions including what file to check, and what to change,
to avoid this situation.
Dolphin 6.0.x and 6.1.x (inc/db.inc.php)
Dolphin 7.0.x
(inc/classes/BxDolDb.php)
Look for the value, near the top of the file, like:
define( 'DB_FULL_VISUAL_PROCESSING', true );
It should be set
to:
define( 'DB_FULL_VISUAL_PROCESSING', false );
Making this change will prevent users from seeing debug information
(some sensitive) in the event your site has a database error.
Warm regards,
UFO360