[Owncloud] Broken images ....
Thomas Müller
thomas.mueller at tmit.eu
Mon May 21 23:14:43 UTC 2012
Hi,
has anybody of you deeper knowledge about php-gd?
One of my ownCloud installation (done with the Debian package) is returning broken images for e.g.
http://localhost/owncloud-git/?app=gallery&getfile=ajax/thumbnail.php?img=/Winter.jpg
The thumbnail itself exists on both installations and it is posted back to the browser.
The only difference is a new line between the content length and the data.
This new line causes the browser not to show the image.
Here is the interesting part of the working response:
Transfer-Encoding: chunked
Content-Type: image/jpeg
2000
......JFIF.............>CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), default quality
and here the broken repsonse:
Transfer-Encoding: chunked
Content-Type: image/jpeg
2001
......JFIF.............>CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), default quality
I appreciate any response and idea how to fix this issue!
Thanks a lot,
Thomas
--
Thomas Müller E-Mail: thomas.mueller at tmit.eu
More information about the Owncloud
mailing list