I've recently come across this error within a custom cms i'm building - this error appears when I submit a form that uses a multiselect - can anyone suggest the most common reasons for this error.
ok - i think it might be the multi-select arrays causing the problem, eg I have an array like this within a table..
hotels[url][]
hotels[text][]
hotels[url][]
Would this not be allowed in the $_POST?