omeka-s-modules / Collecting

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

'Page not found' on submission if URL doesn't contain '/s/omeka' #76

Closed lguariento closed 2 years ago

lguariento commented 2 years ago

Hello,

I'm getting this error after clicking 'submit' on a form:

Page not found

The page you are trying to view does not exist. Use the back button to return to the last page.

Page not found.

Reason: error-controller-not-found

The page address is ...collecting/1/submit. I am using the Clean URL module configured so that I the s/site-slug is skipped. Deactivating the module (i.e. using the default s/site-slug bit) solves the issue. Is it possible to customise the controller for the success page in these cases?

Omeka S 3.2.1

jimsafley commented 2 years ago

Similar to #46, this is not a bug in the Collecting module. You may want to create an issue in the Clean URL module.

lguariento commented 2 years ago

Thank you.