Welcome Guest, Not a member yet? Register   Sign In
_sanitize_globals() causes problems with ExtJs?
#1

[eluser]Unknown[/eluser]
I am layering ExtJs on top of CI. So far so good. However when I do an XmlHttp request out of ExtJs using POST vars it chokes. The error I get is

Quote:Fatal error: Call to a member function on a non-object in
/usr/local/apache/ssldocs/intranet2/system/libraries/Input.php on line 120

I can get the error to go away if I disable _sanitize_globals altogether although it's not ideal. I've studied a phpinfo() call on this request and I do see that ExtJs has numerous request vars:

_REQUEST["ys-ext-comp-1012"]->'o:collapsed=b:0'. If it is choking on these characters, why isn't it issuing an error call rather than just dying? I don't want to disable the entire function due to this. Any clues?




Theme © iAndrew 2016 - Forum software by © MyBB