• Resolved webheadcoder

    (@webheadllc)


    Hi,

    I get the following notice in the new Widgets editor in WP 5.8. No other plugins active using the default wordpress theme.
    Notice: wp_enqueue_script() was called incorrectly. “wp-editor” script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in <snip>/wp-includes/functions.php on line 5535

    Screenshot:
    https://snipboard.io/COQXbM.jpg

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Njones35

    (@njones35)

    Hi @webheadllc

    Thanks for reaching out to us today. I am happy to help.

    I’m not able to reproduce this issue on my dev site, and we have not received any other reports of this.

    Could you please let me know:

    1. Does this error message disappear when Formidable is deactivated?
    2. What theme are you using?
    3. Are you running Formidable Lite or Pro?
    4. What version numbers of our plugins and add-ons are you running?
    5. What PHP version are you running?

    Best,

    Thread Starter webheadcoder

    (@webheadllc)

    Hi,

    Thanks for the quick response. Answers to your questions:

    1. Yes, it goes away when deactivating Formidable and comes back when it’s reactivated.

    2. Twenty Twenty-One

    3. Lite

    4. Version 5.0.01. I don’t have any addons. Pro is installed, but not active.

    5. PHP 7.4.1

    This is on my localwp environment (using xdebug) and have WP_DEBUG and WP_DEBUG_DISPLAY enabled.

    Thanks!

    Plugin Support Njones35

    (@njones35)

    Hi @webheadllc

    I’ve enabled debug mode on my dev site but I still don’t see any errors.

    Is there any chance you could upload your site somewhere publicly accessible so we could see this directly?

    Thread Starter webheadcoder

    (@webheadllc)

    Make sure you have this set in your wp-config.php

    
    error_reporting(E_ALL);
    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', true);
    

    then visit /wp-admin/widgets.php

    I guess I could set up something publicly if you don’t get the notice after that. but I would just install wordpress, install this plugin, and add the lines above to my wp config.

    Plugin Support Njones35

    (@njones35)

    @webheadllc

    I’ve managed to reproduce this and will report it to our developers now.

    Best,

    Nathanael.

    Hello @njones35

    Any news?

    This error is coming from a whole variety of plugins. In my case it is Formidable pro.

    Daveed

    • This reply was modified 2 years, 9 months ago by Flexer.
    Plugin Support Njones35

    (@njones35)

    @flexer

    I just checked our developers’ github and this issue has recently been marked as resolved and it looks like a fix will be included in the next release.

    Best,

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error on new Widgets page’ is closed to new replies.