ideafarmer
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Getting "Parse error:syntax error" on new install 3.8.1UPDATE: I tried replacing the wp-includes/pluggable.php file that was prompting the error.
I then got this error:
Fatal error: Call to undefined function site_url() in /home/supersoc/public_html/wp-includes/cron.php on line 286
I overwrote the wp-includes/cron.php file and then got this error:
Fatal error: Call to undefined function admin_url() in /home/supersoc/public_html/wp-login.php on line 738
Ugh!
When I refresh the page it alternates between these messages:
Parse error: syntax error, unexpected $end in /home/supersoc/public_html/wp-admin/includes/schema.php on line 973Fatal error: Call to undefined function admin_url() in /home/supersoc/public_html/wp-login.php on line 738
Any ideas? Please…?
You can ftp to your /wp-content/plugin/wordpress-seo/admin/ download admin-class.php to your desktop by ftp and edit the admin-class.php
On line 441, chanhe update_options to update_option, then upload the file to the /wp-content/plugin/wordpress-seo/admin/. Or, use the version 1.2.7 from your backup.The file name is actually class-admin.php.
Thanks, ssiddiqi1. Your fix worked great! I was able to access the dashboard on update the plugin.