Hello,
Hello, I have the following problem:
All Images in Dolphin are loaded und displayed succesfully, but all images as JPEG/JPG cannot be loaded, so the alternate text is shown on every page and: the automatic SecurityImage (Capture) is not shown too, of course.
Do you have any suggestions for a solution on this problem?
Additional Infos:
In php.ini JPEG is ON
Dolphinversion: 6.1.4
Thanks.
| ||||||||||||
Capture images - you should have GD or ImageMagic processor installed. Jpeg - check host upload format restrictions, sizes, possible you just try to load big image ? | ||||||||||||
All Images in format JPEG cannot be loaded and are not shown on the page, even big or small. I have seen just right now, that the graphic-adress already is ".../templates/base/images/icons/spacer.gif", when i click right to get the information. Upload a picture, f.e. to profile already was saved in the right folder, but on the page,, no picture will be shown. Perhaps you could have a look at www.gueder.de to see what i mean? @imageMagic: Where i could found out, whether it is installed and run succesfully? I still found this in phpinfo(): imagick
| ||||||||||||
Yes, img src is spacer.gif, but background-image should contain necessary image. To switch using GD to ImageMagic - you should in admin settings disable option - Use GD as image processor. I checked your site, and yes, here no images: http://www.gueder.de/media/images/profile/7/thumb_1240388005.jpg it give me 500 error - why? I just tried to open this image http://www.gueder.de/media/images/logo.gif same .. all images give 500 error ask your host why | ||||||||||||
disable option use GD does not take any effect i see. I contact my host by email right now... we'll see ;-) thank you for this time |