Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • matt1ga Friend
    #129088

    After reading the “before posting” thread in the general questions catagory I have figured out to post the problem here:

    I am having this fatal error appeal when people use IE 6:

    fatal error: call to undefined method JA_tools::genToolMenu_ie6()
    in home/etc/etc/index.php on line 141

    any help?

    matt1ga Friend
    #251344

    Ok here is the code a couple of lines above and below line 141. And please dont hold back on any tips that will provide the most efficient way of getting this problem solved. Thank you


    <div id="ja-pathway">
    <div id="ja-usertoolswrap">
    <div id="ja-usertools">
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div>
    </div>

    matt1ga Friend
    #251710

    -The website url is: http://www.nexxteptest.com
    -Components installed: Fireboard, Community Builder, Phoca Gallery
    -Joomla! 1.5.2
    -Only modifications I have made to the template is replaced the Ja Newsflash module with a static image.

    Hopefully this will help determine what the problem is.

    matt1ga Friend
    #251849

    instantinlaw Friend
    #251856

    matt1ga;56742-The website url is: http://www.nexxteptest.com
    -Components installed: Fireboard, Community Builder, Phoca Gallery
    -Joomla! 1.5.2
    -Only modifications I have made to the template is replaced the Ja Newsflash module with a static image.

    Hopefully this will help determine what the problem is.

    Maybe when you deleted the JA Newsflas module you also deleted a piece of code that those php if statements need to run.
    You could try commenting out the php if statements and see if the error goes away. But check in IE6 to see what happens.
    Or restore the code you deleted.
    Or comment out the whole user tools div

    [php]<div id=”ja-usertools”>
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div> [/php]

    to:

    [PHP]<div id=”ja-pathway”>
    <div id=”ja-usertoolswrap”>
    <div id=”ja-usertools”>
    <?php /*?><?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?><?php */?>
    </div>
    </div>[/PHP]

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

This topic contains 5 replies, has 2 voices, and was last updated by  instantinlaw 16 years, 5 months ago.

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