-
AuthorPosts
-
ikerjer Friend
ikerjer
- Join date:
- February 2010
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 19, 2010 at 9:30 am #148819Hi everyone,
I’m working in Joomla! 1.5.15, wampserver 2.0, Apache 2.2.8 and Php 5.2.6, with a customized JA Purity II template.
I’ve recently realized that when navigating my site with IE 8, the PDF button that appears with each article, does not show the article correctly in pdf, it only opens a blank window, while in Firefox and Chrome it has no problems at all.
Does anyone know a solution to fix this? Is this a bug that should be reported (if not already) to the JoomlArt team, or is it a problem with IE?
Thanks!
Edit: It is definitely not a problem of the template, but of the IE explorer. It doesn’t work either with other templates. Still, i will try to find a solution to this!
ikerjer Friendikerjer
- Join date:
- February 2010
- Posts:
- 5
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 22, 2010 at 12:30 pm #333415Hi,
I found a fix for the pdf button error in IE in joomla code: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=10656
There was a
change between 1.5.0 and 1.5.1 in librariesjoomlaenvironmentresponse.php at
line 201. If I revert this change the problem disappears.In 1.5.0 these lines
JResponse::setHeader( ‘Cache-Control’, ‘no-store, no-cache, must-revalidate’,
true ); // Extra CYA
JResponse::setHeader( ‘Cache-Control’, ‘post-check=0, pre-check=0’, false );
// HTTP/1.1where replaced with this line
JResponse::setHeader( ‘Cache-Control’, ‘no-store, no-cache, must-revalidate,
post-check=0, pre-check=0′, false );I tested it myself and I can assure that it works! Hope it will help people with the same problem as me!
Regards
March 1, 2011 at 9:39 am #379042<em>@ikerjer 165924 wrote:</em><blockquote>Hi,
I found a fix for the pdf button error in IE in joomla code: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=10656
There was a
change between 1.5.0 and 1.5.1 in librariesjoomlaenvironmentresponse.php at
line 201. If I revert this change the problem disappears.In 1.5.0 these lines
JResponse::setHeader( ‘Cache-Control’, ‘no-store, no-cache, must-revalidate’,
true ); // Extra CYA
JResponse::setHeader( ‘Cache-Control’, ‘post-check=0, pre-check=0’, false );
// HTTP/1.1where replaced with this line
JResponse::setHeader( ‘Cache-Control’, ‘no-store, no-cache, must-revalidate,
post-check=0, pre-check=0′, false );I tested it myself and I can assure that it works! Hope it will help people with the same problem as me!
Regards</blockquote>
I have searching for solutions, and this HELPS! Thank you.
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by seherzade 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum