Hi,
i I would like to use the great aiContctSafe on my Site, (Joomla 1.5.X)
but the Captcha Images are not visible in Mozilla (I see ony three Dots!
), but in IE and OPERA it’s works.
Using firebug I found that I have an error:
window.addEvent is not a function window.addEvent('load', function() { - but I can’t find it in com_aicontactsafe folders/files….
----
Best regards,
Przemek
Hi,
That is a mootools function and I see it is not loading on your page.
This could be generated by either your template ( some templates are intentionally preventing mootools from loading ) or by a conflict with another of your extensions.
You need to identify which is the case and fix it.
Hi Alex,
Thank you for a quick help.
I tried everything and it wont work.. tell my why it works with other Browsers ?
The Template I use was bought in a templates shop (they helpdesk is very weak
)...
Where should i search that bug ? In the template, in js scripts, in modules or components ?
best regards,
przemek
Hi,
On my computer that page is not working no matter what browsers I've used.
I can't tell you exactly where the problem is because each developer can create a template in his own way.
I would look in the header section of the template and look for function disabeling mootools.
Can help you with other information, but if you want you can send me a PM with a super admin user name and pass and I'll take a look in your administrator page.
Problem solved.
It was generated by the fact that templatemonster.com developers are adding a script preventing mootools from loading for the unregistered users.
If anybody else is having this problem look for the following code and remove it:
<?php
$user =& JFactory::getUser();
if ($user->get('guest') == 1) {
$headerstuff = $this->getHeadData();
$headerstuff['scripts'] = array();
$this->setHeadData($headerstuff); }
?>
The template is working perfectly fine without it.
Thank you so much for your quick reply. but now i have a bigger problem, suddenly i cant log on to my website. Database Error: Unable to connect to the database:Could not connect to MySQL. I contact my hosting company and i will send u the link soon after they fix the problem.
One more thing i want to ask is... My GD Library state that WITHOUT FREE TYPE SUPPORT. Do i need to change it to WITH FREE TYPE SUPPORT ?
Okay alex, you can check now. Menu > Contact Us and Menu>Ticketing. Both captcha not working.
http://www.rakyatravel.com.my/index.php … p;Itemid=5
shazlan wrote:
My GD Library state that WITHOUT FREE TYPE SUPPORT. Do i need to change it to WITH FREE TYPE SUPPORT ?
If you want to use the CAPTCHA delivered with aiContactSafe yes.
You can try installing this plugin : http://extensions.joomla.org/extensions … ptcha/8070 and activate it from the profile of aiContactSafe.
But I think the problem on your page is generated by "mod_arttotalmenu". It is using jquery and is conflicting with mootools ( default javascript library of Joomla ).
Try deactivating it to see if aiContactSafe is working without it. If it does you need to contact the developer of that extension to fix it.
Forum Legend: