I made a site on one host (bluehost) and now the client wants it on another host (starlogic). Here is what I did:
-
Exported the database tables from bluehost and imported them into the database created on the starlogic server.
-
I replaced all of the old domain name references in the sql file with the new domain.
-
I installed the WordPress theme on the new starlogic server which was created on the old bluehost server.
Before I imported the old database info into the new database the site would show up (without any of the created pages or content of course). After I imported the database info I can get into the WordPress backend but when I go to view the actual site nothing shows up, just a blank white screen.
I am not sure what code if any would be helpful to see so just let me know and I was post it.
Typical fixes for a WP site white screen is to rename all theme folders except for twenty-ten to force the default theme or change the theme in admin; rename the plugins folder to force deactivate all plugins; reset permalinks; be sure you don’t have any hardcoded URLs in the theme that you transferred.
If those don’t work, and if you found/changed URLs in the DB with a text editor, try it again and use SQL queries in phpmyadmin:
I also have this problem. One more place you need to look at is:
in export sql file. It pointed to a theme that doesn’t exist in the new server.