Is the demo site (from the demo branch on github) up-to-date with the 1.0 branch? (am I missing an 'upgrade' post somewhere?)
I cloned the github repo, did a checkout of 1.0 branch and installed FUEL, and verified all was working properly, including the admin, once I realized there was an additional SQL file to upgrade the data_model.
But, I've had two issues trying to get the Demo site to work with it. (I simply moved the appropriate application files from the demo branch into the v1.0 fuel install (views, assets, controllers))
Specifically right now I'm using the Contact Form as a starting point to get familiar with the various custom form field types available from form builder.
Using the example code from the 1.0 User Guide Forms page I am observing a number of Javascript errors (primarily related to the wysiwyg editor class):
1. custom_fields.js:67 -- Object has no method 'getModule'
I observed that 'global.js' was not loaded anywhere, so, I added it to the js array in custom_fields.php ....
2. custom_fields.js:268 -- Uncaught ReferenceError: jqx is not defined
Comments