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
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.