error_reporting is turned on by this plugin
-
Hi there,
Since version 2.0.1, ub stonehenge-em-mollie/includes/class-functions.php on line 30-33, error reporting is turned on to show all warnings and messages. This causes a lot of conflicts and I think is forgotten by you guys to turn off:
// Initiate connection with Mollie. Replaces initialize.php. See Mollie ?Dev docs.
ini_set( ‘display_errors’, 1 );
ini_set( ‘display_startup_errors’, 1 );
error_reporting( E_ALL );Could you please fix it?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘error_reporting is turned on by this plugin’ is closed to new replies.