Hi Christophe,<div><br></div><div>please change the file  <b>apps/gallery/ajax/galleryOp.php</b></div><div>You need to replace the line #45</div><div>  $thumbnail = OC::$CONFIG_DATADIRECTORY.'/../gallery/'.urldecode($albumname).'.png';</div>
<div><br></div><div>with </div><div><br></div><div>  $thumbnail = preg_replace('|[^/]*$|', '', OC::$CONFIG_DATADIRECTORY) . 'gallery'. DIRECTORY_SEPARATOR  . urldecode($albumname).'.png';</div>
<div><br></div><div><br></div><div>It would be nice if you open a bug on this issue since this line affects Windows ownCloud installations as well.</div><div><br></div><div><br></div><div>----</div><div>Victor Dubiniuk</div>
<div><br></div><div><br></div><div><div class="gmail_quote">On Fri, May 25, 2012 at 5:55 PM, Christophe M <span dir="ltr"><<a href="mailto:meumeu1402@gmail.com" target="_blank">meumeu1402@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Using owncloud 4 with lighttpd has an issue with gallery :</div><div><br></div><div>Thumbnails are empty ...</div>
<div><br></div><div>Lighttpd logs give me that :</div><div><br></div><div><i>2012-05-24 21:47:43: (mod_fastcgi.c.2701) FastCGI-stderr: PHP Warning:  exif_imagetype(/var/www/owncloud/data/test/files/../gallery/Photos.png): failed to open stream: No such file or directory in /var/www/owncloud/lib/image.php on line 57</i></div>


<div><i><br></i></div><div><i>PHP Warning:  fopen(/var/www/owncloud/data/test/files/../gallery/Photos.png): failed to open stream: No such file or directory in /var/www/owncloud/lib/response.php on line 150</i></div><div>


<br></div><div>File is present :</div><div><br></div><div><div><i>-rw-r--r-- 1 www-data www-data 246614 May 25 15:45 /var/www/owncloud/data/test/files/../gallery/Photos.png</i></div></div><div><i><br></i></div><div><i>Ideas ?</i></div>
<span class="HOEnZb"><font color="#888888">

<div><br></div>-- <br><div><span style>----------------------------------------------------</span></div><div><br></div><div>Un poing levé, une main tendue</div><br>
</font></span><br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br></div>