| JQCubed 1.5.3 |
|
|
|
| Written by Sébastien Dubé |
| Tuesday, 14 July 2009 15:00 |
|
Fixed
We released 1.5.2 but realized some modifications should be made. Since some users might have already downloaded that version, we decided to increment the version number to avoid any confusion. The QDatagrid was causing some issues and returning an E_Warning message to the client side. To avoid this, we've added two lines in the component loader. $jErrorReporting = error_reporting (E_ALL & ~E_WARNING & ~E_NOTICE); At the end, we restore the error reporting in its previous state using: error_reporting($jErrorReporting);
The component can be downloaded from the download section. JQCubed component for Joomla 1.5.xPlease consult the Manual Installation section for all the basic modifications made for this version. |
| Last Updated on Monday, 20 July 2009 16:00 |