2x6l6
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Did I Crash? Blank everything…Had to reinstall WordPress, reattach it to the existing database.
Don’t forget to tweak wp_options:- Change the template and stylesheet to “default”
- Change current_theme to “default”
- Disable any plugins just in case (active_plugins)
- Possibly remove plugin-related records/parameters from the database – near the end of the table
The theme I had switched to when the blank pages appeared – which included all admin pages and everything else – is still in use. I don’t think it was the theme itself – it was the switching.
Forum: Fixing WordPress
In reply to: Blank Page – Theme ResetI see this topic is resolved, however I have the same issue. I believe this happened to me when changing themes also. I have deleted the “bad’ theme folder and I have used phpMyAdmin to make the modifications to the wp_options table as above, also change “current_theme” to “default.” I do have the default theme installed.
I still only get blank screens. I see in “wp_posts” that ALL my posts are there – I just can’t seem to get WordPress to display them anymore.
Any other things I might try?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Did I Crash? Blank everything…In looking at PHPMyAdmin all the records seem to be there…. but they just don’t show up. help?