omeka-s-modules / Collecting

GNU General Public License v3.0
2 stars 6 forks source link

Collecting and CleanUrl module conflict #73

Closed adehner closed 2 years ago

adehner commented 2 years ago

I have a contribution form on a site that’s using the CleanUrl module. When submitting the contribution form, the submission fails and I get this error :

error-controller-not-found

Screen Shot 2022-01-06 at 10 09 18 AM

The contribution form works great without the CleanUrl module.

What do I need to edit so these two modules work nicely together?

Omeka S 3.1.0 Collecting 3.17.3.3 CleanUrl 1.8.0

FYI, I submitted an issue in the CleanUrl repo and in the Omeka forum.

adehner commented 2 years ago

I created a workaround with a redirect and by editing the submission form's action attribute. It feels a little hacky, but it works ok for this application.