7913 Posts in 1355 Topics by 930 members
DataObjectManager Module
SilverStripe Forums » DataObjectManager Module » $ is not a function
Discuss the DataObjectManager module, and the related ImageGallery module.
Moderators: martimiz, UncleCheese, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | Next > | |
| Author | Topic: | 2935 Views |
-
$ is not a function

14 July 2010 at 8:26am
After adding the DOM, swfupload and image_gallery modules into a fresh SS 2.4.0 install i started getting '$ is not a function' javascript errors.
As a result I'm unable to use the SimpleHTMLEditorField in a popup.Any ideas what could be causing this?
I can't disable DOM as i need a WYSIWYG in a popup and drag & drop re-ordering. -
Re: $ is not a function

14 July 2010 at 9:26am
Is it just when you use SimpleHTMLEditorField? Or is this happening everywhere? Any other Javascript plugins that might be colliding?
-
Re: $ is not a function

14 July 2010 at 7:27pm Last edited: 14 July 2010 7:28pm
I don't have access to that code right now, so i'll have to look into that tonight.
Best guess though: it happens even without SimpleHTMLEditorField.
Errors are not limited to the SimpleHTMLEditorField, but they also popup in other JS files.My reason for pointing out SimpleHTMLEditorField is that because of the errors the fields don't work.
Rest of the application seems to work fine, with and without the error.If i remember correctly the errors did disappear when i disabled DOM and IG and removed any DOM fields in custom code.
This i will also double check tonight.As far as any other javascript, I don't have any other modules installed or any custom code using JS.
p.s.
I'm using the latest trunk versions of the modules. -
Re: $ is not a function

14 July 2010 at 7:56pm
The problem is a JQUERY conflict.
Use NoConflict function of Jquery. -
Re: $ is not a function

16 July 2010 at 7:24am Last edited: 16 July 2010 7:27am
Just did some testing.
The error appears whenever i try to edit a DataObject using DOM.
I think it's due to the fact that you clear all requirements and add the JS in your own way.DataObjectManager.php line 752, class DataObjectManager_Popup
You add jQuery and prototype in there, which i suspect is causing the problem.
I tried adding a file containing jQuery.noConflict(); after the main jQuery file, but i still got the error. -
Re: $ is not a function

16 July 2010 at 7:42am
I can't replicate this on the demo site. This popup contains an html editor, and several other js plugins including tabs, and I'm not getting the error.
http://dataobjectmanager.carlinowebdesign.com/admin/cms/EditForm/field/StaffMembers/add
admin/password
-
Re: $ is not a function

16 July 2010 at 7:22pm Last edited: 16 July 2010 7:39pm
I can't replicate the error on your demo site either (although I'm on a different computer at the moment).
Also my setup differs a bit from yours.CustomPage
-- CustDataObject (managed by DOM, should contain 2 WYSIWYG editors)
---- CustFileDataObject (managed by FDOM, seperate tab in the CustDataObject form)Also which versions are you using?
I'll try to setup an online demo tonight if the issue still hasn't been resolved. -
Re: $ is not a function

20 July 2010 at 6:02am
Sorry it took so long but had a busy weekend.
So here's the online demo:
http://loomanskeukens.madclog.nl/admin/show/5#Root_Content_set_Kitchens
admin / passwordUC, if you need the files hit me up with an address where i can sent them to.
The entire module consists of 3 DataObject and 2 templates (front-end only), then you'd be able to run the module on your own installation.
| 2935 Views | ||
| Go to Top | Next > |

