I have taken the back up of my database and then, i reinstalled the wordpress. After reinstalling, i imported the old database into new database but now my nothing is showing in my website. It is showing as blank page. You can check at http://akhilendra.com/
How can i fix it and bring back the site.
Check your server error logs for helpful error messages.
Post those here so we can help furher.
Only last 10 error lines or so …
I managed to get the page up and running while upgrading manually with FTP.
Now Version 3.1 is running ok, but each post, media and pages are gone. I tried to restore the database back up with MyphpAdmin but the data is still gone from the wp-admin.
MySQL settings are ok in wp-config, everything is missing.
I tried with previous database back ups to check if the back up data is somehow corrupted, but still no luck.
There are no errors that would give a hint with what’s going on. I’m really confused.
>> but each post, media and pages are gone.
so you have NOTHING, just empty files?
please post screenshot of phpmyadmin while in the database structure view.
to speed up responses; post a few screenshots of a few pages in phpmyadmin so we can look
Php screenshot
These files are found from ROIwp_posts.
There are some default posts in IROKwp_posts as well, but even they are not showing up in /wp-admin. *
This is really confusing. Is it possible that I have accidentally left some files out while upgrading manually. I did upload wp-admin and wp-includes again nearly file by file.
wp-content I touched only as far as adding the files which didn’t allready exist in those folders.
I tried deleting .htaccess but that did nothing so I placed it back. I also tried to switch the database to another with different files, but the wp-admin still shows the default posts.
(* To be honest there is one post which isn’t a default post. That’s a post two years old – the very first post ever. This is just getting more weird)
HA; that shot helped
you have 2 sets of files
ones with roi… prefix and the standard wp_* files
someone did this …
http://www.talkincode.com/changing-your-wordpress-database-prefix-91.html
—
In wp-config.php file what is the variable $table_prefix???
$table_prefix = ‘wp_’;
Thanks for this. I never would’ve figured it out. So I changed it for ‘ROIwp_’ and everything is back on track.
Really, I’m in awe! Thanks!
woohooo!!!!!!!!!!!!!!!!!
could not say yahooooooooooo, because that is copyrighted
I also got my site by syncronizing wp-post tables. Though other things were missing but that didn’t took much time to complete. Thanks a lot guys.
but since then i am not able to install plugin, themes etc. each time i am getting an error which says cannot create the directiory in public html/wp-content. Any suggestions on how to fix it.