• Sometime ago I created this website: https://klimentvarna.com/ . It was working without problem, but recently I tried logging in to update some information and I got this error:
    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘vecb_save_options’ was given in /home/kliment/public_html/wp-includes/class-wp-hook.php on line 300
    The file in question (class-wp-hook.php) I tried everything with it, even deleted it and the error still stays the same, eventhough the file doesn’t exist in the abovementioned directory. There are no issues with the website itself, the only issue is that we can’t log in to the admin panel. Any ideas?

    Thanks in advance,

    Stefan Dyankov

Viewing 2 replies - 1 through 2 (of 2 total)
  • Issue is not with the wordpress or its core files.
    Its because of the custom plugin your are using, which call the ‘vecb_save_options’ in correctly.
    You need to find that plugin/theme where this ‘vecb_save_options’ action has been called.
    I think you are using “Visual Editor Custom Buttons” plugin and its having the bug.

    Thread Starter sdyankov

    (@sdyankov)

    Hey, thanks for the advice. I tried renaming the plugins folder to plugins.deactivated via ftp, deleted Visual Editor Custom Buttons plugin, yet all plugins on the website are functional and I still get the same error. Any ideas why they are still functional after renaming the folder and deleting the plugin ?

    Kind regards,

    Stefan Dyankov

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Admin Login Page Error’ is closed to new replies.