• Resolved lucaboccianti

    (@lucaboccianti)


    below the errors I see in the admin section:

    Notice: wp_register_style 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.0.) in [my physical path]/wp-includes/functions.php on line 4147
    
    Notice: wp_enqueue_style 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.0.) in [my physical path]/wp-includes/functions.php on line 4147
    
    Notice: wp_register_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.0.) in [my physical path]/wp-includes/functions.php on line 4147
    
    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.0.) in [my physical path]/ene00/wp-includes/functions.php on line 4147
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author zzxiang

    (@zzxiang)

    Thanks for the messages. These are not error messages but just warnings which are only displayed in DEBUG mode. I’ve received a pull request in github which also reports the same issues. I’ll look into it after I complete the development of batch mode.

    • This reply was modified 6 years, 6 months ago by zzxiang.
    Plugin Author zzxiang

    (@zzxiang)

    The debug warnings are fixed in version 1.1.1. Hope it helps. Sorry it’s been so late.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error messages in debug mode’ is closed to new replies.