No worries. Well not sure if this is related but I don't get the error if I d_r_o_p the hidden session variable.
[Fri Nov 04 09:42:32 2011] [error] [client removed] PHP Fatal error: [] operator not supported for strings in AjaxDataGrid.php on line 1694, referer: birds.php
Lines around 1694 looks like this
$fields[] = array( "name" => $field_name, "value" => $value, "type" => $type, "def_value" => $def_value, "not_def_value" => $not_def_value );
Something to note: Seems to work fine with session variable, as long as it is the only hidden variable. But when I introduced a second which was just a string value it caused this error. If I take the session variable away it works. If I take the string value and leave the session there it works. |
|
|