Thumbnail Generation Exception?
Brought to you by:
corbyboy
Hi,
I've successfully completed a fresh install of Webcards v1.1.
When I "Add Image", if I choose to let it auto-generate the thumbnail, after I click on the submit button, it'll throw me a black page.
But if I were to choose to upload the thumbnail instead, the image will be added successfully.
I suspect this is due to some unknown issues with the automatic generation of thumbnail. I've tried setting the thumbnail format to both png or jpg. Both didn't work.
Logged In: YES
user_id=678800
Originator: NO
Does the thumbnail actually get generated in the correct folder? Does the image get added to the database?
Can you post details on your Web server, browser, PHP and MySQL version?
Thanks
Logged In: YES
user_id=1823908
Originator: YES
Details of versions:
o WebCards version: 1.1
o Web server: Apache/2.0.55 (Ubuntu)
o Browser: Tried both IE6 and Firefox 2.0.0.4 - both returned empty page
o PHP version: 5.1.2
o MySQL version: 5.0.22-Debian_0ubuntu6.06.3-log
> Does the thumbnail actually get generated in the correct folder?
Although it returned me an empty page, when I checked, the original image was uploaded successfully.
For example: /var/www/webcards/images/image-a6c62ec7f940c0ee33223140e044a557-Azul.jpg
But the thumbnail isn't generated because I can't find it in /var/www/webcards/images/thumbs, nor anywhere else under the directory tree of /var/www/webcards/.
> Does the image get added to the database?
No. I did a "select * from wc_images;" but the image wasn't listed in the table.
Thanks for troubleshooting this issue. :)