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: Request URI Too Large when exporting submissions to excel


Go to End


3 Posts   1640 Views

Avatar
IDOLYZ

Community Member, 40 Posts

25 July 2013 at 2:25pm

Hi,

I'm having an issue exporting all submissions to Excel in the CMS.

An error occurs, saying: "Request URI Too Large".

I look at the URL it's going to and it is passing through the content of the page including form questions as GET variables, making the URL string very long.

Does anyone know how i fix this? I've looked into the code and can see it's something to do with GridField.js, but I can't see what to edit.

Any help would be much appreciated.

Cheers,
Ben

Avatar
Willr

Forum Moderator, 5523 Posts

25 July 2013 at 9:31pm

This is a bug in 3.0. You'll need to use the latest 3.1 beta release along with the latest userforms beta release.

https://github.com/silverstripe/silverstripe-framework/pull/1250

Avatar
IDOLYZ

Community Member, 40 Posts

26 July 2013 at 2:17am

Awesome. That worked. Thanks heaps!