I was tewaking my code today, which I am pretty sure was working fine last week, still using 1.0.11 and I get this error upon porcessing a form:
Quote:
Illegal variable _files or _env or _get or _post or _cookie or _server or _session or globals passed to script.
I am only sending local variables to the processign function, so I have no clue why htis is happening. The error does not occur in the processing function, but where I draw the html. I am pulling DB data and then setting up form variables, then processing the new changes.
Any ideas on why I am getting this? None of the variables are globa/post/get etc nor do the variable names take any reserved words....
Any help would be great.