• hello!
    Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/content/65/8423365/html/meandmypals/wp-includes/functions.php on line 3012

    i’ve seen the same thing in the ‘not working’ post. i think it’s still not working ??
    cheers!

    https://www.ads-software.com/plugins/love-button/

Viewing 1 replies (of 1 total)
  • Hi dzeriho,

    this notice is still showing when love-button is disabled (tested with lb version 2.0.3 and WP 3.6.1), maybe its from any other plugin!?

    What ever, you can see this message which means your debug output is set on.

    The love button will not work if any debug output is shown up.
    Please edit your wp-config.php, search for: define(‘WP_DEBUG’, false); and replace the line with the following lines:

    define(‘WP_DEBUG’, false);
    // Disable display of errors and warnings
    define(‘WP_DEBUG_DISPLAY’, false);
    @ini_set(‘display_errors’,0);

    This will prevent showing up messages such php notices, warnings and errors. Note that a warning or notice is not a critical error!

    regards

Viewing 1 replies (of 1 total)
  • The topic ‘Issues’ is closed to new replies.