php error happened
Technical information
Error type 2
Error description Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively
URL localhost/ed51/users_edit.php?editid1=1
Error file Unknown
Error line 0
SQL query SELECT ID
, firstName
, lastName
, userName
, password
, groupId
FROM users
WHERE (ID<1 or ID IS NULL ) ORDER BY 1 DESC limit 1
I am using xampp and never saw this before with PHPRunner 5.1
Thanks
Frank