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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Userforms v 0.2.1 doesn't work with SS 2.3.5


Go to End


4 Posts   1668 Views

Avatar
Oyster

Community Member, 17 Posts

28 February 2010 at 11:44am

I am not really sure if my problem is an upgrading issue, or a modules issue.

But:

My userforms were working smoothly with SS 2.3.3. After upgrading to 2.3.5 - directly, not via 2.3.4, my userforms stopped working. Symptoms: In back end, when trying to make new form-fileds, nothing happens. In front end (on live userfrom pages, created before upgrading) the forms looks all right, but doesn't perform. That is: Nothing happens when pressing "Send"-button.

Anyone else had this problem?

Can you guys help out? I'm quite stuck, and really don't know even where to start....

Tried to install unstable new versions of userforms (trunk r98906), without sucess.

Avatar
MattyJ

Community Member, 11 Posts

7 June 2010 at 2:29pm

HI I'm having the same problem with userforms v 0.2.1 on SS 2.3.7. Only I don't have any existing forms as I was going to build them using this to save time.

I read elsewhere that the php version could be a problem. I'm using 5.2.12.

Any help would be appreciated as I'm unsure where to go from here except to uninstall userforms.
cheers
Matt

Avatar
Willr

Forum Moderator, 5523 Posts

7 June 2010 at 3:32pm

* Do you get any javascript errors? (check your error console)
* Make sure you have rebuilt the database
* Make sure you reload the cms with a ?flush=1 on the end.

Do you get any red error boxs in the CMS when republishing the page?

Avatar
MattyJ

Community Member, 11 Posts

7 June 2010 at 10:27pm

Thanks for your help. I figured out what it was. After I was doing the admin/?flush=1 I would try to add a field which would fail as ?flush=1 was still in the URL. Trap for new players!