Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Johannes Terry
Courses Plus Student 505 Pointswordpress migration
I have been trying to migrate my wordpress site from the create a wordpress theme tutorial but no luck. Even tried through Filezilla. It does upload but the flexslider doesn't work. But it does work on local.
The problem is that I am not sure i am doing the mysql part right as in the tutorial they're using a different host.
4 Answers

John Locke
15,479 PointsIs Flexslider the only part of the migrated site that doesn't work?

Johannes Terry
Courses Plus Student 505 PointsYeah just the slider :(

Sander de Wijs
Courses Plus Student 22,267 PointsI have had a few problems migrating Wordpress in the past. What helped for me is to search your mysql database for the path to your local directory. Something like C:/wamp/www/mywordpresssite You can start with the wp-options table and search there.
In my case there were a few plugins that had stored the local path and didn't work once I put the site online. I hope this helps for you.

Johannes Terry
Courses Plus Student 505 PointsYeah, I just wish there was a very general wordpress migration tutorial because we don't all use dream host or know how to use the cpanel. It's such a headache. But I will try that out Sander, and thanks for the tip. Will let you know if it did work :).

John Locke
15,479 PointsWho do you host with? And how do you access your hosting panel? Plesk, or something else?