I am having same error. for now disable the plugin. i think it should be update_option instead of update_options it is typo
Rename update_options to update_option should fix it. or simply disable plugin by renaming folder wp-contents/plugins/wordpress-seo to csomething else
I have the same issue…..can’t access wordpress dashboard at all. Happened right after running the update.
Fatal error: Call to undefined function update_options() in /home/content/49/4397049/html/wp-content/plugins/wordpress-seo/admin/class-admin.php on line 441
http://doodiepants.com
Alright…..going to give it a shot. Thanks ESMI
Can confirm that changing line #441 to:
update_option( ‘wpseo’, $options );
instead of:
update_options( ‘wpseo’, $options ); (notice the “s”)
solves the problem.
The link posted by ESMI above fixes it, worked for me, Just needed to remove the “s” on line 441!
KS
(@karl19)
Thanks Esmi, worked for me too.
Have the same problem, but I can’t access my dashboard.
How do I rename it if I can’t get in?
Another one saved. Thanks gabetu and everyone else.
How do I rename it if I can’t get in?
Use FTP or whatever file management application your host provides.
The fix worked for me as well – thanks to Gabetu, Yalamber and everyone else!
I can’t believe yoast made that mistake 🙂