Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • richardkl Friend
    #149852

    I have downloaded version 1.2.0 stable
    , I enabled fiddler ( http command tracker ) and I get an error that the file not found

    “http://www.kunkster.com/majelite/templates/ja_purity_ii/css/ie.php”
    I looked and there is not file in that folder. Can You tell me how to fix this.

    I dummed a ie.php to stop the error, but where is it called from?

    I also get time outs

    “This problem can be caused by a variety of issues, including:

    Internet connectivity has been lost.
    The website is temporarily unavailable.
    The Domain Name Server (DNS) is not reachable.
    The Domain Name Server (DNS) does not have a listing for the website’s domain.
    If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section”

    Only happens on this template

    Joomla! 1.5.15 Stable
    5.0.32-Debian_7etch12 database
    5.2.9-0.dotdeb.1 PHP version
    apache 2

    http://www.kunkster.com/majelite

    Any Idea?

    richardkl Friend
    #337984

    Additional information
    , I found the timeout problem had to do with the IE “domready” problem and was fixed by changing the behavior.php file as follows

    /libraries/joomla/html/html/behavior.php
    ~line 108
    $tooltipInit = ‘ window.addEvent(‘domready’, function(){ var JTooltips = new Tips($$(”.$selector.”), ‘.$options.’); });’;
    to
    $tooltipInit = ‘ window.addEvent(‘load’, function(){ var JTooltips = new Tips($$(”.$selector.”), ‘.$options.’); });’;

    Reason: IE has problems with domready. Load – is used so that all pictures are loaded first then runs the javascript routine.

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

This topic contains 2 replies, has 1 voice, and was last updated by  richardkl 14 years, 8 months ago.

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