not displaying any error messanges

Posted in: Newsmag
Post count: 27

Hi…

my wp-config file contains

define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);

It doesn’t display any error messages though, it just stops.

This wasn’t the case in my previous version of the template.

any idea what causes this?

Post count: 6535

Hi

WP_DEBUG and WP_DEBUG_DISPLAY are PHP constants created for developers. They are meant to improve the debugging system for a project. The theme does not have any control over this constants as they comes from PHP.
More details about theirs usage can be found here: https://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUGhttps://codex.wordpress.org/Debugging_in_WordPress#WP_DEBUG_DISPLAY

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.