Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Picture App: Raw files are recognized as pictures, but thumbnails are not created for and they... #708

Closed
mmattel opened this issue Mar 7, 2013 · 3 comments

Comments

@mmattel
Copy link

mmattel commented Mar 7, 2013

Ubuntu 12.04, oC from github master (core, app, 3rdparty) downloaded from today

When folders are scanned for pictures, RAW files are recognized as pictures but no thumbnail is created for. You only see in the browser a placeholder (states "Image").

Opening the raw file does also not work.

owncloud.log

You get for each RAW file this triple of log entries.

{"app":"PHP","message":"filemtime(): stat failed for /mnt/www/owncloud/data/abcd/gallery/abcd//Bilder_Public/Import/2009-04-14/2009-04-14_17-22-46_DSC6008.NEF at /mnt/www/owncloud/apps/gallery/lib/thumbnail.php#92","level":2,"time":1362682226}

{"app":"PHP","message":"filesize(): stat failed for /mnt/www/owncloud/data/abcd/gallery/abcd//Bilder_Public/Import/2009-04-14/2009-04-14_17-22-46_DSC6008.NEF at /mnt/www/owncloud/apps/gallery/lib/thumbnail.php#93","level":2,"time":1362682226}

{"app":"PHP","message":"mime_content_type(/mnt/www/owncloud/data/abcd/gallery/abcd//Bilder_Public/Import/2009-04-14/2009-04-14_17-22-46_DSC6008.NEF): failed to open stream: No such file or directory at /mnt/www/owncloud/lib/helper.php#394","level":2,"time":1362682226}

Maybe this has a dependency on the OS used if it provides a thumbnail creation library for various graphical formats and RAW has to be specific treated. I did not parsed the gallery code for it. In case of, it would be great, if oC loggs this behavior differently.

@mmattel
Copy link
Author

mmattel commented Mar 8, 2013

tested with TIFF files also, same result as RAW

@BernhardPosselt
Copy link

@icewind1991

@tanghus
Copy link
Contributor

tanghus commented May 13, 2013

Please reopen using https://github.com/owncloud/apps/blob/master/CONTRIBUTING.md if not solved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants