owncloud / gallery

:sunrise: Gallery app for ownCloud, which includes previews for all supported media files
GNU Affero General Public License v3.0
88 stars 65 forks source link

Cannot browse into the images of the skeleton files #659

Closed davitol closed 8 years ago

davitol commented 8 years ago

Steps to reproduce

  1. Go to Gallery Menu
  2. Click on the collage of the skeleton files images

    Expected behaviour

It should be possible to browse into the pictures

Actual behaviour

Clicking on the photos nothing is shown

Note: If we upload another photo to the server. It is possible to browse into every image.

Server configuration

Operating system: Ubuntu 14.04

Web server: Apache

Database: MySQL

PHP version: 5.5.9

**ownCloud version:"9.1.0.3","versionstring":"9.1.0 pre alpha","edition":"Enterprise"

Updated from an older ownCloud or fresh install: Fresh

Are you using external storage, if yes which one: local/smb/sftp/... No

Are you using encryption: No

Logs

No logs are shown in owncloud.log file

Client configuration

browser

Firefox

galleryblank

@oparoz

oparoz commented 8 years ago

Thanks. There must be an error reported in the browser, no? Also, what does the message say at the top?

davitol commented 8 years ago

@oparoz No error reported in the browser console. The message at the top is not related to this issue. It is a warning message related to code integrity check

hitam4450 commented 8 years ago

I do have a similar problem: browsing e.g. SofortUpload no images are shown, only placeholder! (see attached screen shot)

gallery1 Regrads, hitam4450

oparoz commented 8 years ago

@hitam4450 - That's using 9.1 and JPG images?

hitam4450 commented 8 years ago

I use 9.0.2 and jpg........ the same happens in files...view ...... Gallery 14.5.0

hitam4450 commented 8 years ago

If I click on an image file the following error message pops up:

gallery2

oparoz commented 8 years ago

@hitam4450 - OK, so please open your own issue as it's likely to be unrelated to this issue. The logs should tell you what's wrong.

hitam4450 commented 8 years ago

OK, thanks for info!

oparoz commented 8 years ago

@davitol - Which package did you install for your "ownCloud version 9.1.0.3"? I'm asking because master only contains a txt file.

oparoz commented 8 years ago

Never mind, I was able to reproduce. The server sends back information about the image, but the frontend doesn't process it.

oparoz commented 8 years ago

Not a Gallery bug, see: https://github.com/owncloud/core/issues/25152

oparoz commented 8 years ago

I'm going to implement a change anyway since things may change in the future and etags may stop being unique.