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.

All other Modules /

Discuss all other Modules here.

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

Problem selecting User Defined Forms in CMS


Go to End


2 Posts   981 Views

Avatar
robbie.munger

Community Member, 4 Posts

7 December 2013 at 11:30am

Edited: 07/12/2013 11:33am

I am running ss 2.4.13 and userform module

I have several User Defined Forms as part of a site I recently became responsible for. Somewhere along the way I began having errors selecting most of them. For a form I can select I get the following Firebug Console output:

POST http://www.mysite.com/admin/getitem?ID=100&ajax=1 200 OK 2.27s

For a form I can's select I get a message like this:

POST http://www.mysite.com/admin/getitem?ID=38&ajax=1 500 Internal Server Error 782ms

I also get html from hostgator that isn't helpful (check permissions, ownership, ect, which I have)

I checked the database and and the form being selected (ID=38) and associated entities are all there. I can access the forms from the web site and fill out/submit them. It is only when selecting in CMS that I have a problem. I can see no differences between forms I can select and those I can't.

Help Mr Wizzard!

Avatar
Willr

Forum Moderator, 5523 Posts

11 December 2013 at 8:59pm

Make sure you're running the supported version for 2.4 (https://github.com/silverstripe/silverstripe-userforms/tree/0.5)

If you can get access to the error logs, that would give you a clear guide as to where to look for solutions.