test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ikerjer Friend
    #148819

    Hi 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 Friend
    #333415

    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.1

    where 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

    seherzade Friend
    #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.1

    where 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.

Viewing 3 posts - 1 through 3 (of 3 total)

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