ZenphotoCMS Forum
Missing albums in Internet Explorer but displays fine in Firefox - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Missing albums in Internet Explorer but displays fine in Firefox (/thread-1329.html)



Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

Hi,

I am running into a peculair problem with some of my zenphoto albums.

For example, http://www.asianjunkie.com/gallery/AiOtsuka/ displays fine in Mozilla Firefox. However, with IE7, i will receive a "The webpage cannot be found" error.

For other albums, such as http://www.asianjunkie.com/gallery/AyaUeto/, displays fine in both IE7 and Mozilla Firefox.

I am currently using Zenphoto 1.0.8.2.
Is this a .htaccess or mod-rewrite related issue?
However, I have not modified zenphoto's .htaccess file at all though :/

Any ideas or suggestions would be greatly appreicated!

please let me know if you need more information




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

one additional comment
i did modify zp-config.php so that

the line:
$conf['mod_rewrite_image_suffix'] = '.jpg';

is commented out ... like below:

//$conf['mod_rewrite_image_suffix'] = '.jpg';

however, i don't think that is affecting my problem :/




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

found out, it is a mod-rewrite problem.
I have disabled mod-rewrite and the albums displays fine now, despite the ugly links.

I guess i will go dig around the forum and see if there is a work around to the mod-rewrite solution.




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

but strange, my host (bluehost) does support mod_rewrite though :/

edit now, my next and previous images navigation doesn't work on certain pictures. it takes me straight back to the album index




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

could it be a conflict between zenphoto's .htaccess file and wordpress's .htaccess file?




Missing albums in Internet Explorer but displays fine in Firefox - trisweb - 2007-03-29

That's probably a database cleanup problem, just go into the admin and hit "[refresh]" in the center column to garbage-collect the database.




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-29

trisweb,

thanks for the reply.
However, the "refresh' button did not work

the problem with the previous and next image problem persists
an example could be seen here

http://www.asianjunkie.com/gallery/index.php?album=AyumiKinoshita&image=AyumiKinoshita15.jpg

also, can anyone give me any pointers as to why, if i turn mod_rewrite on, that certain albums will not display in ie7, but will display fine in firefox?




Missing albums in Internet Explorer but displays fine in Firefox - trisweb - 2007-03-30

That is very strange... the database garbage collect should fix problems such as that.

I would give the latest SVN code a shot... it's fairly stable. You can download a ZIP here: http://www.zenphoto.org/trac/changeset/428/trunk?old_path=%2F&format=zip

Run the "refresh" one more time after installing that...




Missing albums in Internet Explorer but displays fine in Firefox - soccerbud - 2007-03-31

tris thanks for your suggestion.
I will give the svn code a shot, and keep you updated