Problem going from Live to Dev
PermalinkAnyone have any ideas?
Phil,

I know this won't help your current situation, but for reasons like this I always stick to a "one-way only" workflow and make all changes locally and copy them up to the live server.
If you're totally stuck, you should probably just back up your local copy (back up its database and then delete the database, then change the name of its directory on your local machine), then copy *everything* down from the live server and set that up locally.
i finally tracked the issue down to the fact the live database has 207 tables in it and when I back it up locally I end up with 165. The problem on the live site is that it has some tables duplicated in upper case and lower case but when i back it up using phpmyadmin i get endless errors. I am using wamp and experimenting with apache rewrite module and the 0,1,2 case settings in my.ini but no luck so far..sigh
Then using phpmyadmin on live server I did a selective export of the 165 camel case tables and imported then using local phpmyadmin. Finally, it worked a treat.
I have no idea where the lower case tables came from on the live site as they are not there in the original upload. Strange.
Thanks for your input.
Phil