• In debug mode, I get this error:

    Notice: Constant ALLOW_INCLUDE already defined in /var/www/vhosts/domain.com/httpdocs/_new/wp-content/plugins/wp-recaptcha/wp-recaptcha.php on line 14

    It can be resolve changing the command on line 14, from this:

    define('ALLOW_INCLUDE', true);

    to this:

    if(!defined("ALLOW_INCLUDE")) define('ALLOW_INCLUDE', true);

    http://wordpress.org/extend/plugins/wp-recaptcha/

  • The topic ‘Little issue during WP_DEBUG’ is closed to new replies.