Version 2.2.2 contains numerous bugs which can lead to
data loss when the php directive registered_globals is
set to 'Off'. The problem is that the code was mistakenly
tested against a system with registered_globals=Off ,
thus masking the errors.
If php is configured for registered_globals=Off, data loss
and/or errors will occur when saving the following types
of records: classes, members, searches. These are just
the ones that have been detected so far; others will no
doubt be found.
As a very temporary workaround, set your php.ini's
register_globals to 'On' and restart your webserver if you
are running php as a module. Please refer to
http://ca2.php.net/manual/en/security.globals.php for
important information regarding the security implications
of enabling globals in this manner.
An updated version of E-GADS containing the corrected
scripts will be available soon.
Logged In: YES
user_id=841355
Corrected in version 2.2.3.
Logged In: YES
user_id=841355
Version 2.2.3 includes all of the required fixed for this
problem. It was released on May 28th, 2004.