Problem with gallery display in IE

Phoca Gallery plugins - plugins for Phoca Gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with gallery display in IE

Post by Jan »

Hi, try to use it with some standard template, e.g. with rhuk_milkyway.

I think (not 100%), this is the problem of this code on your site:

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Because IE6 and IE7 follows no standards in centering, there are used conditional commets for them. IE8 follows these standards so no special code is displayed for this browsers. So maybe there will be the problem. Emulating IE7 which is in fact not IE7 :idea:
If you find Phoca extensions useful, please support the project
teknobudd
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Nov 2009, 20:28

Re: Problem with gallery display in IE

Post by teknobudd »

Thank you for your extremely quick reply, Jan! I will try to remove that line, but I have to point out that the gallery was working at some point, and it just quit working yesterday. What I did was add two images to one category, I then selected all categories and clicked on the CoolIris button to generate the RSS files. That is what I did to make the gallery break in IE.
teknobudd
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Nov 2009, 20:28

Re: Problem with gallery display in IE

Post by teknobudd »

Jan, I was just looking into commenting out the line you pointed out and noticed that Joomla has created an error log with many of these errors:

[28-Nov-2009 19:20:44] PHP Notice: Undefined property: stdClass::$buttonother in /<path_to_joomla>/components/com_phocagallery/views/category/tmpl/default.php on line 250
[28-Nov-2009 19:20:44] PHP Notice: Trying to get property of non-object in /<path_to_joomla>/components/com_phocagallery/views/category/tmpl/default.php on line 250

The above errors repeats over and over many times. I am not sure about what the error means or if it could be related to this issue.
teknobudd
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 28 Nov 2009, 20:28

Re: Problem with gallery display in IE - RESOLVED

Post by teknobudd »

I fixed the issue by disabling JCE Utilities plugin. As soon as I disabled the plugin, Phoca Gallery works beautifully as expected! Thank you.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem with gallery display in IE

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply