Announcement

#1 2011-01-24 09:07:46

thomas1956
Translation Team
2010-12-29
17

Photos not showing in Google Chrome

When trying to browse through photos in the demo gallery http://demo.piwigo.com
using Google Chrome (ver. 8.0.552.237) only the first photo will show?
To replicate error:
1. Open the demo gallery - Google Chrome
2. Select an album eg. People - Studio
3. Select a photo in the gallery eg. "Mélodie and Bertrand "
4. When the page with the selected photo is activated this photo shows ok - BUT when I browse the gallery - using buttons or keyboard - the subsequent photos is not showing up (I only see the link to the photo). The small navigation thumbnails is ok

When I browse the galleries in IE8, Firefox 3.x or Safari 5 I have no problems.

Is Piwigo not compatible with Chrome or is it some kind of setting in Google that has to be changed?

Offline

 

#2 2011-01-24 21:52:20

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Photos not showing in Google Chrome

Hi thomas1956,

Yes, there seems to remain a few problems with Chrome and we're trying to fix them.

The main issue seems to be the photo prefetching in Piwigo.

Offline

 

#3 2011-01-25 09:40:47

stu
Member
2011-01-25
4

Re: Photos not showing in Google Chrome

ohh.. I see.. I have experience this one too..

Last edited by stu (2011-01-25 09:41:23)

Offline

 

#4 2011-01-26 23:58:12

rcmn
Member
2011-01-26
7

Re: Photos not showing in Google Chrome

Yeah I almost drop piwigo because of it. "My user" express some frustrations :-). Is there a quick fix/work around you could provide until the bug fix is released ?

Offline

 

#5 2011-01-27 00:01:47

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Photos not showing in Google Chrome

rcmn, which version of Chrome are you running?

Offline

 

#6 2011-01-27 00:14:58

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Photos not showing in Google Chrome

rcmn wrote:

Is there a quick fix/work around you could provide until the bug fix is released ?

I don't reproduce the problem myself, but this may fix the bug:

1) activate the LocalFiles Editor plugin

2) go to [Administration > Plugins > LocalFiles Editor > Personal Plugin] and paste the following code:

Code:

<?php
/*
Plugin Name: Personal Plugin
Version: 1.0
Description: Personal Plugin
Plugin URI: http://piwigo.org
Author:
Author URI:
*/

add_event_handler('loc_end_page_header', 'remove_prefetch');
function remove_prefetch()
{
  global $template;
  $template->assign('U_PREFETCH', null);
}

?>

3) go to [Administration > Plugins > Manage], install and activate the "Personal Plugin"


Can you tell us if it fixes the bug?

Offline

 

#7 2011-01-27 01:16:50

rcmn
Member
2011-01-26
7

Re: Photos not showing in Google Chrome

"My user" is at work on a windows xp platform using the 8.0.552.237 version of Chrome. Yesterday I experienced the exact same issue from a Linux Mint 10 with the current version of chromium(sorry not @home currently) and Ubuntu 10.04 LTS / 8.0.552.237 (70801) .
Strangely it work great with Win7/Chrome 8.0.552.237 and win7/firefox 3.6.13 or ubuntu 10.04 LTS / firefox 3.6.13.

thx i will try and let you know.

Last edited by rcmn (2011-01-27 01:18:08)

Offline

 

#8 2011-01-27 03:37:50

rcmn
Member
2011-01-26
7

Re: Photos not showing in Google Chrome

It worked by testing on ubuntu (and mint) / google 8.0.552.237 .Thank you for the fix and the quick reply plg.My user is smiling and already uploading pictures.
Piwigo adopted !!

A+ ;-)

ps: correction user at work was using Vista / google 8.0.552.237. It will be tested tomorrow.

Last edited by rcmn (2011-01-27 03:41:03)

Offline

 

#9 2011-01-29 00:23:14

pauldaytona
Translation Team
2010-04-22
30

Re: Photos not showing in Google Chrome

Yes solves my problem with latest chrome on windows 7 too.

Offline

 

#10 2011-02-02 12:39:40

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13786

Re: Photos not showing in Google Chrome

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact