Decoding a Fatal Error

Discussion in 'JavaScript' started by hobbesmedia, Jun 12, 2008.

  1. #1
    Hi everyone,

    I'm experiencing a fatal error regarding javascript, and I'm not very familiar with js. I've looked for some resources where I can decode the error and try to track down and repair the problem, but I have been unable to do so. I'm hoping someone here can help me get started on the right track. Here's the issue:

    I'm running a joomla 1.5 installation with the legacy plugin activated (so that I can run 1.0.x joomla components). I'm using the EasyFAQ component, but when I try to access it I get:

    Fatal error: Call to a member function getJavascript() on a non-object in /home/mysite/public_html/cms/administrator/components/com_easyfaq/admin.easyfaq.html.php on line 233

    Line 233 reads:
    echo $xajax->getJavascript($mainframe->getCfg('live_site') . '/components/com_easyfaq/xajax')
        ?>
    Code (markup):
    Can anyone shed some light on this issue so I can figure out what is wrong?

    Thanks!

    B
     
    hobbesmedia, Jun 12, 2008 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    i suggest you ask on a joomla forum, they will be able to help you i am sure
     
    crath, Jun 12, 2008 IP
  3. hobbesmedia

    hobbesmedia Well-Known Member

    Messages:
    108
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #3
    I thought of that, too - but so far nobody has responded to my post. Also, I'm not the first person to have this particular problem - but others who have posted about have faced similar issues.

    My hope is to find the solution here, make the fix, and then go back to the joomla forums and reveal the solution (giving credit where it is due, of course) :)

    So, if anyone can give me a hand figuring this out, I'm all ears! Thank you, thankyouverymuch.
     
    hobbesmedia, Jun 12, 2008 IP