sebble / SebbleDMS

Secure data management (PHP, AJAX)
Other
2 stars 2 forks source link

Notices and warnings will break JSON response #19

Closed sebble closed 13 years ago

sebble commented 13 years ago

Should there be JS error catching on the response? Need to hide these errors soon anyway! Some are worth noting. I.e., "missing first argument" could be avoided in controller somehow, and the args should be concatenated with defaults (i.e., the named url vars "/var1/var2")

sebble commented 13 years ago

Haven't changed the PHP controller management of missing first arg. but I have provided a JS notification about server errors.