Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

UserDefinedForm with 2.4.1 error


Go to End


5 Posts   2404 Views

Avatar
SSadmin

Community Member, 90 Posts

30 July 2010 at 10:03am

Hey, folks,

i have encounterred some problem using SS2.4.1 and UDF.
The module can be installed very successfully, but the problem is if you go to the Form Tab in UserDefinedForm and add any new Field, it will redirect to a blank page with the url :http://www.testbed.dev/admin/EditForm.
Run firebugs: it said an error:

$("div.FieldEditor .MenuHolder .action").livequery is not a function
[Break on this error] $("div.FieldEditor .MenuHolder .action").livequery('click',function() { }

Not sure whats going wrong here.

But the UDF defintely works fine with silverstripe 2.4.0 version .

Dont know is there a new UDF available or not for fixing this problem?!

Anyone have any thoughts plz feel free to speak out :D

Thanks,
Alex

Avatar
Willr

Forum Moderator, 5523 Posts

30 July 2010 at 3:24pm

Try the latest trunk of UDF.

Avatar
SSadmin

Community Member, 90 Posts

30 July 2010 at 4:44pm

just update to latest UDF, all works fine :D

Thanks Wilr. appreciate! XD

Avatar
pikefisher

Community Member, 1 Post

2 October 2010 at 5:52am

Hi

I'm new to Silverstripe and am currently exploring the system and have hit this same problem on starting my testing.

I get this same error of a blank page when attempting to add any element to a form within UDF, choose any element, hit 'Add' and a blank page as follows::http://localhost:8888/silverstripe/admin/EditForm

(installation on a Mac via MAMP of SilverStripe-v2.4.2.)

I have downloaded and installed the latest UDR trunk: modules_userforms_trunk-r111476.zip and reinstalled, run the update builds and remain unable to install any form elements

Having run through the Forum, I"m left wondering, any suggestions?

Regards

David

Avatar
Willr

Forum Moderator, 5523 Posts

2 October 2010 at 8:29pm