Login
Please enter your email address and password to login to the help desk.
(leave blank if you forgot your password)
   Save my login information
 

IMPORTANT NOTE:

DUE TO STUCTURAL CHANGES, THE TICKET SYSTEM IS NO LONGER ACCEPTING TICKETS. IF YOU ARE A PAYING SUBSCRIBER, PLEASE LOGIN TO THE CROSSTEC SITE AND USE THE CLUB FORUMS. THE CLUB FORUMS CATEGORY WILL APPEAR RIGHT AFTER LOGIN IF YOU ARE A PAYING CUSTOMER:

>>> Click here to access the forums <<<

We will close the knowledgebase soon as well and move its contents into a new knowledgebase system.

Knowledge Base
Joomla 1.6.2 Critical Bug

 

Important notice re Joomla 1.6.2 bug 

 

There is a bug / undocumented major change in the API of Joomla 1.6.2 where the core.js files are not being loaded. This will cause your BreezingForms extension to stop functioning (or fail to install if you haven't installed it yet).

You can fix it by adding this:

Code:


// since joomla 1.6.2, load some behaviour to get the core.js files loaded
JHtml::_('behavior.tooltip');

into the file:

/administrator/components/com_breezingforms/admin.breezingforms.php

right after:

<?php

 

Was this helpful? Yes No Print Pdf