• Resolved a4jp

    (@a4jpcom)


    I have just this plugin installed and I’m getting this error:

    data.min.js?ver=fe6c4835cd00e12493c3:2 Store “core/interface” is already registered.
    i @ data.min.js?ver=fe6c4835cd00e12493c3:2
    register @ data.min.js?ver=fe6c4835cd00e12493c3:2
    (anonymous) @ data.min.js?ver=fe6c4835cd00e12493c3:2
    (anonymous) @ edit-widgets.min.js?ver=9a04bb29c0759b535e9e:2
    (anonymous) @ edit-widgets.min.js?ver=9a04bb29c0759b535e9e:2

    On this page https://agreatdream.com/wp-admin/widgets.php

    I tried only this

    function agreatdream_com_fresh_widgets_init(){register_sidebar(array(
    'name' => ('Sidebar 1','agreatdream_com_fresh'), 'id' => 'sidebar-1', 'description' => ('Widgets on all posts and pages.','agreatdream_com_fresh'),
    'before_widget' => '', 'after_widget' => '',
    'before_title' => '', 'after_title' => '',
    ));
    }
    add_action('widgets_init','agreatdream_com_fresh_widgets_init');

    How do I fix the error and why is it saying “core/interface” is already registered with this plugin turned on?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support vinnymckee

    (@vinnymckee)

    Hi @a4jpcom,

    Thanks for reporting this. It looks like this was being caused because wp-editor was being specified as a script dependency when it should actually be wp-block-editor. I’ve updated the plugin with this correction and this error should go away once you update to the latest version.

    If you still have trouble, please let me know.

    Thread Starter a4jp

    (@a4jpcom)

    Thank you so much for the quick update. I’m still getting the error so I’d like to figure out what is causing it and try and remove it if possible. It only shows up in the console when looking at wp-admin/widgets.php.

    data.min.js?ver=fe6c4835cd00e12493c3:2 Store “core/interface” is already registered.
    i @ data.min.js?ver=fe6c4835cd00e12493c3:2
    register @ data.min.js?ver=fe6c4835cd00e12493c3:2
    (anonymous) @ data.min.js?ver=fe6c4835cd00e12493c3:2
    (anonymous) @ edit-widgets.min.js?ver=9a04bb29c0759b535e9e:2
    (anonymous) @ edit-widgets.min.js?ver=9a04bb29c0759b535e9e:2

    Plugin Support vinnymckee

    (@vinnymckee)

    Hmmm, and you’re using the latest version of the plugin? I can no longer seem to reproduce the issue with the latest version (I was able to reproduce it before the update).

    Do you still get the error if you remove the custom sidebar that you’re registering? What happens if you register the sidebar in a default theme such as TwentyTwentyFive?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.