diff --git a/pg4wp/db.php b/pg4wp/db.php index a8fca93..9727d14 100644 --- a/pg4wp/db.php +++ b/pg4wp/db.php @@ -18,7 +18,7 @@ define('DB_DRIVER', 'pgsql'); // 'pgsql' or 'mysql' are supported for now define( 'PG4WP_DEBUG', false); // If you just want to log queries that generate errors, leave PG4WP_DEBUG to "false" // and set this to true -define( 'PG4WP_LOG_ERRORS', false); +define( 'PG4WP_LOG_ERRORS', true); // If you want to allow insecure configuration (from the author point of view) to work with PG4WP, // change this to true