Closed pprw closed 4 years ago
I can't reproduce this. Do you have a publicly accessible link to the form that I can see?
Your site is rewriting the URL to remove the "/s/erudhilor" part of the path. Omeka S does not support this behavior, in part because that part maps to ACL resources that modules add. In your case, the form should end up at "/s/erudhilor/collecting/1/success", but Apache automatically rewrites it to a subdomain, which Omeka does not recognize when resolving the path to the ACL resource.
Ok, so it is a incompatibility between the module OmekaSDomainManager which I use and the collecting module.
What I don't know is which module should be updated to fix this.
Ah, then it's likely a routing issue, not a URL rewrite issue, probably something to do with how OmekaSDomainManager (which we don't develop) handles redirects. This is not a bug in the Collecting module.
I have the following error after fill out a form in Omeka S 2.0.2.
The data is correctly sent however.