agunther
10-12-05, 01:56 AM
I have created a new site with drupal (drupal.org). I have created the site at home using xampp for linux (www.apachefriends). After I had achieved a certain level, I uploaded everything (incl. the database).
After adding stuff I tried downloading the database. Unfortunately thumbail images won't show up locally.
Somehow the path to all images got changed in the database.
src="files/images/image.jpg" --local database
src="../../files/images/image.jpg" --remote database (powweb)
Some other stuff got changed too (I tried replaxing ../../files with files but there was more stuff missing.
Is there a way to correct the path thing while downloading the database or maybe do some mysql command on it locally?
Hope someone knows the answer. I have been poking around online for days.
Thanks,
Andre
After adding stuff I tried downloading the database. Unfortunately thumbail images won't show up locally.
Somehow the path to all images got changed in the database.
src="files/images/image.jpg" --local database
src="../../files/images/image.jpg" --remote database (powweb)
Some other stuff got changed too (I tried replaxing ../../files with files but there was more stuff missing.
Is there a way to correct the path thing while downloading the database or maybe do some mysql command on it locally?
Hope someone knows the answer. I have been poking around online for days.
Thanks,
Andre