Hi guys,
I am having a similar problem to the one expressed here:
http://www.zenphoto.org/support/topic.php?id=481The difference is i'm not getting an out of memory error.
I have tried turning mod rewrite off, the albums and cache dir are chmodded 777.
The large image is displayed fine if viewed in IE(6) but not if viewed in
Firefox (1.5.0.8).
Links are below:
IE (Working)
http://www.blastbeat.org/mmcs/photos/criminalrecords/no-uniform-day/BlastBeat+046.jpgFirefox (Not working)
http://www.blastbeat.org/mmcs/photos/criminalrecords/no-uniform-day/BlastBeat+046.jpgCan anyone tell me why this might be the case?
Comments
My guess is that some style you have is hiding the image in Firefox, while a CSS flaw in IE allows it to be shown. I'd go through your CSS and see if there's anything weird that could be causing that.
I looked at the source of the above page, and just FYI, including Zenphoto into another page is a BAD Thing. It's much much better to include a header/footer in your zenphoto theme files from your existing design, or to actually copy your template in a ZP theme. MUCH better, trust me. Web apps aren't designed to be simply included in other pages.
That could very well be why Firefox doesn't like it -- there are two complete HTML sections in your page, which isn't good... at the very least, modify your theme to take out the `` and `` and `` and other document-specific tags.