Yes.
– switch to the Twenty Ten theme by renaming your current theme’s folder in wp-content/themes using FTP or whatever file management application your host provides.
– reset the plugins folder by FTP or phpMyAdmin.
– re-upload all files & folders – except the wp-content folder – from a fresh download of WordPress.
– re-run the upgrade manually using wp-admin/upgrade.php.
The site opened fine for me
Thread Starter
braven
(@braven)
UPDATE: yes, govpatel, the site comes up fine for me now, too. Thanks so much for checking!
BUT: I cannot log into admin.
Fatal error: Call to undefined function is_network_admin() in /web/sites/pamulex/texttr.com/wp-admin/includes/template.php on line 1665
Any help for this? this is line 1665:
if ( is_network_admin() )
$screen .= '-network';
elseif ( is_user_admin() )
$screen .= '-user';
Thank you so much – any help greatly appreciated.
Using ftp and rename wp-admin folder and replace with wp-admin folder from a fresh download may be file got corrupted if you can log in fine then you can delete the renamed wp-admin folder.
Thread Starter
braven
(@braven)
Thank you! I’ll try that!
Thread Starter
braven
(@braven)
tried that, guess I’ll have to scrap all & start over.. got this error message after uploading a new wp-admin folder:
Fatal error: Call to undefined function is_network_admin() in /web/sites/pamulex/texttr.com/wp-admin/includes/menu.php on line 10