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

Userforms Module > Unable to Save or Publish


Go to End


6 Posts   1505 Views

Avatar
Garrett

Community Member, 245 Posts

2 April 2010 at 4:21am

Hi,

I'm getting an "error saving content" error when attempting to save or publish my form that I created using the userforms module. It's just a generic 500 error so I don't have any more detail, but according to Firebug it seems to be failing on "return contructor", line 55 in base.js.

Is the userforms module compatible with SS 2.3.6? Anyone else having issues with this module?

Thanks,
Garrett

Avatar
Garrett

Community Member, 245 Posts

2 April 2010 at 10:15am

I got version 0.2.0 from the SVN and installed that instead and the error went away. @willr, might want to take a look at that. Something modified in version 0.2.1 introduced this behavior for me.

Cheers,
Garrett

Avatar
dhensby

Community Member, 253 Posts

3 April 2010 at 9:11am

When upgrading to v0.2.1 you have to delete a column from the SQL DB.

source: http://www.silverstripe.org/all-other-modules/show/274988?start=8#post276161

Avatar
Garrett

Community Member, 245 Posts

6 April 2010 at 3:31am

NICE CALL. Thank you very much for this fix. Did the trick.

//Garrett

Avatar
Willr

Forum Moderator, 5523 Posts

7 April 2010 at 5:10pm

@Garrett - Even though it will probably not be a factor in the future I'm going to delete the column automatically for the next release. See http://open.silverstripe.org/ticket/4936

Avatar
Garrett

Community Member, 245 Posts

8 April 2010 at 8:38am

Thanks as always @willr.

//Garrett