0

I moved my friends Wordpress site from one host to another using these steps: - Export current database - Create new database and import SQL data - Move all files - Update DNS and @ records on domain

DNS are propagated, database connection succeeds, files are accessible, database data seams alright, but everywhere there should be data from the database printed out, only an 'A' is displayed. Of course this affecte almost all content, menus, images, links etc...

I'm sure it's a simple thing to fix but I don't know where to look, any clue? The new host is a Dreamhost happy hosting, maybe it's related to it, haven't worked much with dreamhost yet.

You can view the problem here: http://www.circuit72.com/

Thanks

4
  • Search in your code for img src="a" Commented Aug 30, 2013 at 13:37
  • that is bizarre. Did you perform a search and replace on the database after you reimported it? Second, did you check the theme? It should say something like <a href="<?php the_permalink(); ?> for the links. Is that still there, or does it say <a href="a">? Commented Aug 30, 2013 at 13:41
  • is there a left over debug function kicking in? Commented Aug 30, 2013 at 13:58
  • Problem was the way the theme's page builder was saving data, it could not be moved over sql regularly. The solution was to use the theme's EXPORT CONTENT fonction and import it back again. Commented Oct 17, 2016 at 20:35

1 Answer 1

1

Problem was the way the theme's page builder was saving data, it could not be moved over sql regularly. The solution was to use the theme's EXPORT CONTENT fonction and import it back again.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.