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:

Error message displayed when using PHAKT and PHP5

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.

Home > Support > Knowledge Base > Technote Details
Search the Knowledge Base
© Adobe Systems Romania. All rights reserved.