Just wondering if anyone had seen errors like this:
Quote:
Warning: getimagesize(/kunden/hompages/REST OF PATH TO IMAGE LISTED HERE) [function.getimagesize]: failed to open stream: No such file or directory in /attachment_watermark.php on line 97
Warning: imagecreatefrompng(/kunden/hompages/REST OF PATH TO IMAGE LISTED HERE) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /attachment_watermark.php on line 138
Warning: imagesx(): supplied argument is not a valid Image resource in /attachment_watermark.php on line 157
Warning: imagesy(): supplied argument is not a valid Image resource in /attachment_watermark.php on line 158
Warning: imagecopy(): supplied argument is not a valid Image resource in /attachment_watermark.php on line 160
Warning: Cannot modify header information - headers already sent by (output started at /homepages/REST OF PATH TO IMAGE LISTED HERE/includes/class_core.php:3036) in /attachment_watermark.php on line 240
|
The error messages continue with other lines when you click on a thumbnail and try to view the full-sized image. The thumbnails are fine.
I have tried to edit the attachment.php file twice and followed all the steps. A transparent png file is being used for the watermark as the full path to the image from the server root (as determined by php info) is being used.
I have verified GD version 2+ and images are stored in a file system.
Thanks.