Hacks

Here is a list of some IMPORTANT hacks to applies on your Joomla! installation to fix common issues.



The forked XML does not recognize sub items.

libraries/joomla/forms/forms.php - LINE 723



Fatal error: Access to undeclared static property: XxxxCkClassLoader::$classes

This normal error raises with Joomla 1.6
Since 2.6.3, Cook overrides the JLoader class and need to access to the local properties.
For Joomla 1.6 it is nessessary to apply this patch to make the last 2.6.3 generated component working.

(Also, you can change the config, choosing 'Legacy loader')

libraries/loader.php - LINE 20

Change private to protected

Freakin' Awesome!!! J-Cook is simply awesome - whether you're a highly experienced developer or complete novice whether you're building a small inventory component or a complete community solution! The beauty comes from a fast slick and reliable platform that readily provides developers with everything they'll need to build the backbone of a solid and secure component with wizards for authoring access publishing aliasing created/modified by dates... you name it COOK provides it! J-Cook really surpasses all of the 'competition' as far as MVC tools are concerned! Try love it and get cooking!
learnthrusong (JED)
          

Get Started