• Resolved grcwebteam

    (@grcwebteam)


    I am receiving a warning when logged into a site using User Role Editor:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'URE_Admin_Menu_Hashes' not found in /var/www/wordpress/wp-includes/class-wp-hook.php on line 286

    This is a subsite of a multisite, where User Role Editor is network activated.

    WordPress 5.2.4
    Custom theme
    URE free version 4.52.1

    Any help is greatly appreciated. Thanks in advance!

    • This topic was modified 6 years, 5 months ago by grcwebteam.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    It seems that record from URE Pro was left at your wp_options database table somehow. Try to find and delete unneeded record using any suitable SQL tool:

    
    DELETE FROM wp_options WHERE option_name='ure_tasks_queue';
    

    ‘wp_’ is db prefix. Change it to your own if you have a different db prefix.

    Thread Starter grcwebteam

    (@grcwebteam)

    Hi Vladimir,

    Thanks for the suggestion. We currently have a production freeze on our databases, so we’ll be making this change sometime in January. I will report back whether running this query has solved our issue.

    Thanks!

    Thread Starter grcwebteam

    (@grcwebteam)

    Hi Vladimir,

    We removed that record from the database and the warning is gone.

    Thanks!

    Plugin Author Vladimir Garagulya

    (@shinephp)

    Hi,

    Thanks for letting me know.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Class ‘URE_Admin_Menu_Hashes’ not found’ is closed to new replies.