Technote Details :: Issue when creating a database connection: Unidentified error
Issue
When trying to create a new ADODB database connection, using a testing server that runs PHP5, an unidentified error message appears:

Reason
This happens because PHP5 uses a short array system (e.g. $_POST), while PHAKT uses the long array system ($HTTP_POST_VARS).
Solution
In order to be able to work with PHAKT and PHP5, you must change the register_long_arrays setting to On.