upgraded to 2.7.1, now have errors
-
I upgraded to 2.7.1 with the automatic upgrade plugin, and it worked fine, but then I couldnt login to the admin area. I checked for similar problems, and people said to check the config file for extra spaces, and mine had none. THen I read that people suggested reupping the entire wp-admin file, but that didnt help eaither. THe error I am receiving is:
Fatal error: Call to undefined function: get_option() in /home/mysite/public_html/wp-admin/admin.php on line 21
This is line 21:
if ( get_option(‘db_version’) == ‘db_upgraded’ ) {any ideas on how to get back to where I was?
I also tried simply removing the if/else statement from line 21 and the following lines, but then I get this error:
Fatal error: Call to undefined function: wp() in /home/mysite/public_html/wp-blog-header.php on line 14please help
- The topic ‘upgraded to 2.7.1, now have errors’ is closed to new replies.