Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dolsat Friend
    #122748

    Hi.

    When i enable
    header( “Content-Type: text/plain; charset=”._ISO);

    in headlineloader.php

    I have this error on my page in Internet Explorer 7

    in Firefox its good.

    I must enable this header option, because i have problem with polish language .

    Plz help ..

    ps. i can download newwest news module ?
    http://www.joomlart.com/downloads/cat/joomlart_club_extensions/ja_news.html

    kashxo Friend
    #229747

    From what I see in your post, you are put the double quote in the wrong position
    Please try this and let me know the result
    <blockquote>header( “Content-Type: text/plain; charset=iso-8859-1”);</blockquote>

    dolsat Friend
    #229932

    header( “Content-Type: text/plain; charset=iso-8859-1”); is not good for polish language

    now in headlineloader.php i have :

    header( “Expires: Mon, 26 Jul 1997 05:00:00 GMT” ); // disable IE caching
    header( “Last-Modified: ” . gmdate( “D, d M Y H:i:s” ) . ” GMT” );
    header( “Cache-Control: no-cache, must-revalidate” );
    header( “Pragma: no-cache” );
    header( “Content-Type: text/plain; charset=”._ISO);

    // displays offline/maintanance page or bar
    if ($mosConfig_offline == 1) {
    require( $mosConfig_absolute_path .’/offline.php’ );
    }

    kashxo Friend
    #229998

    Could you give me your live URL? I’ll check it our for you

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

This topic contains 4 replies, has 2 voices, and was last updated by  kashxo 17 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum