Hi agentrickard,

I have two subdomains. On domain one.domain.com I have an exposed form filter that provides a dropdown of a certain taxonomy vocabulary. For domain two.domain.com I've prefixed all 5 of the views tables from one.domain.com (using "copy"). I then go to the shared view, remove the filter and add another filter based on another taxonomy vocab.

When I try to submit the filters on two.domain.com with any value except "All" I get "An illegal choice has been detected. Please contact the site administrator.". The term id is being properly added in the value attribute of the option tag and shows correctly in the url. I tried prefixing the cache_form table also thinking that might be it but no luck.

Seems there must be another table I need to prefix. Any ideas?

Thanks.

Comments

jmunning’s picture

Please note that I've looked through all of the posts I can find on this error and have tried various solutions posted but none work for my problem.

agentrickard’s picture

Not immediately, no. The error means that the value submitted by the form doesn't exist in the form options list. So I suspect you might be changing domains during the submit process.

agentrickard’s picture

Status: Active » Postponed (maintainer needs more info)
agentrickard’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)