Viewing 15 posts - 1 through 15 (of 103 total)
  • Author
    Posts
  • mfcphil Friend
    #168020

    Tried to get an image size from the web browser and get this message….appears on every image on the site, can this be corrected


    1. Untitled-2
    Blaine Friend
    #409842

    How to troubleshoot script errors in Internet Explorer on Windows-based computers
    http://support.microsoft.com/kb/308260

    mfcphil Friend
    #409846

    <em>@Blaine 264226 wrote:</em><blockquote>How to troubleshoot script errors in Internet Explorer on Windows-based computers
    http://support.microsoft.com/kb/308260</blockquote>

    Ran that did not fix the issue…think it must be in template I’ve look at other sites using this template and they have the issue too!

    Blaine Friend
    #409853

    But the problem is only in IE??
    I am presuming you tried all methods listed for resolving the issue from the article.
    If so, try this:
    There are two possible workarounds for this problem.
    1. Access the form directly rather than by a variable containing the form.
    2. Create property procedures in the form’s code to provide access to the properties of the controls on the form.
    This is a known issue with IE
    Let me know if this works or not.

    Blaine Friend
    #409856

    Phill~
    If you think this is template related, try this as a quick fix:
    change the configuration.php script from:

    var $live_site = 'http://website.com';

    to

    var $live_site = 'http://www.website.com';

    IE is visiting http://www.website.com but reading JS files from website.com (no www.) thusgiving the error.

    mfcphil Friend
    #409857

    what is the path to this file?

    mfcphil Friend
    #409858

    I think it may be an ie9 problem with joomla as other odd things happen in this browser like I cant save in global config….but can in firefox!

    Blaine Friend
    #409860

    <em>@mfcphil 264241 wrote:</em><blockquote>what is the path to this file?</blockquote>
    configuration.php script

    mfcphil Friend
    #409861

    <em>@Blaine 264244 wrote:</em><blockquote>configuration.php script</blockquote>

    in public found config

    mfcphil Friend
    #409866

    nope cant find that line

    var $live_site = 'http://website.com';

    Blaine Friend
    #409868

    Hi Phill,
    file “configuration.php” is generated automatically in the site’s root folder

    mfcphil Friend
    #409869

    sent you a pm

    Blaine Friend
    #409871

    Phill,
    See if this documentation helps you out.
    You are not looking for the code:

    var $live_site = 'http://website.com';

    But rather:

    var $live_site =

    Blaine Friend
    #409873

    <em>@mfcphil 264254 wrote:</em><blockquote>sent you a pm</blockquote>
    Got the PM. Here is the code you need to deal with:

    public $live_site = '';

    mfcphil Friend
    #409880

    <em>@Blaine 264258 wrote:</em><blockquote>Got the PM. Here is the code you need to deal with:

    public $live_site = '';
    </blockquote>

    Tried
    public $live_site = 'http://www.peacockquizzes.com/';

    would not let me upload it!

Viewing 15 posts - 1 through 15 (of 103 total)

This topic contains 103 replies, has 5 voices, and was last updated by  mfcphil 13 years, 2 months ago.

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