I'm currently hosted at Dreamhost and for some reason they decided to change my account to a new server, which is fine except that PhotoQ uses the server name in it's links structure. From what I understand from DH it shouldn't, so I end up with 2 problems :
1- All the photos' thumbnails published pre server move now show the blue img with red words and link to this http://alexandregervais.com/wp-content/plugins/photoq-photoblog-plugin/lib/phpThumb_1.7.9/phpThumb.php?src=/home/.SERVERNAME/alexgerv/alexandregervais.com/wp-content/photoblog/original/2009_08/Yokohama-0137.jpg&h=75&w=75 which is now wrong, by simply removing the .SERVERNAME it works perfectly.
2- Similar problem by trying to rebuilt a photo which produce this message : Post "Three-Storied Pagoda of Old Tomyoji in Sankeien, Yokohama (Japan)": The photo "Yokohama-0137.jpg" could not be found at "/home/.SERVERNAME/alexgerv/alexandregervais.com/wp-content/photoblog/original/2009_08/Yokohama-0137.jpg". Again the .SERVERNAME shouldn't be used...
I tried some of the solution I found here like changing the value for $PHPTHUMB_CONFIG['prefer_imagemagick'], $PHPTHUMB_CONFIG['imagemagick_use_thumbnail'] and $CONFIG_ALLOW_SRC_ABOVE_DOCROOT. I also tried to change the DocumentRoot configuration to other options available in the code. All without any success
Hopefully somebody might have a clue because I ran out of ideas here...
resolved