Hi,

I copied my drupal installation from linux to windows after my linux HD crashed. The only difference now besides the OS is that I'm running php 5.

The problem is that all the image thumbnails are gone and replaced by their full-size equivalents. This makes it very strange, as now the list of galleries is a mess of overlapping images. The thumbnails are still their in the file directory, but for some reason image gallery isn't displaying them.... wth?

thanks,

kilolima

Comments

woodpecker1’s picture

Hi,

I just had exaclty the same problem, moved from linux (PHP4) to windows (PHP5) and the galleris all have large images instead of thumbnails!

Not looked into it in detail.

Will post more info, once I've looked into it.

Regards,

Woodpecker1.

kilolima’s picture

Hi woodpecker,

I deleted my windows drupal install and the mysql database and then re-copied drupal and the mysql files from the linux partition to windows. This time it worked and the images were thumbnail sized. Very strange.

Looking at the html page source, the gallery page wasn't even trying to display thumbnail pics but instead the fullsize ones, so I think that the problem was a corrupted database? Not so sure.

Part of the problem, I imagine, was the fact that I could not boot linux to export the drupal mysql db, but instead had to copy the db files directly from the file store in /var/lib/mqsl.

Let me know if you find out anything else about this strange issue.

kilolima