-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imagepng() expects parameter 1 to be resource #14036
Comments
I think it's an issue with the Image class not properly checking the response it gets from the preview provider. I encountered the problem when working on the Preview class. |
Very likely a duplicate of: owncloud/gallery#158 (Issue tracker of the gallery app is probably a better place to report this. :-)) |
Gallery issue -> something for the gallery bug tracker -> close |
The error is non-blocking, but there is still a
The method data() is using I think @georgehrke should still take a look and make that function more robust. |
Thanks! |
I am facing this bug since ownCloud v8.0 and it´s really really frustrating to have a broken gallery with only a spinning circle. In my humble opinion this isn't a low priority bug. We are talking about a core functionality that is completly broken for every person affected! Any news or quick fixes to apply myself are relly appreciated. Regards, Ingo |
cc @nickvergessen because you also dig into this maybe |
@itheiss - Which browser? |
I can take a look this evening, should be fairly easy to fix. Please excuse my brevity and typos.
|
@oparoz I am using Chrome v 40.0.2214.111 m on Windows 7 |
@itheiss - Thanks. I just wanted to make sure you were not on Internet Explorer :) |
@georgehrke The error 'imagepng() expects parameter 1 to be resource, boolean given' is gone but the spinning circle remains. It seems to me the thumbnail generation stops at a specific image. Is the a way to enable traceing to see which images are processed? Maybe we can get a clou which image is causing the problem? |
@itheiss - You're affected by owncloud/gallery#158 and owncloud/gallery#159 You'll have better luck switching to Gallery+: https://apps.owncloud.com/content/show.php/Gallery%2B?content=169116 |
@oparoz Thanks for pointing me to Gallery+. Works like a charm! |
stable8 #14917 |
👍 affects me |
Hi,
pictures are showing up fine when using "files", but when trying to browse them using the gallery ("pictures") I only get the spinning circle.
The logs show:
Regards,
Phil
The text was updated successfully, but these errors were encountered: