MX Survey Forum :: Non existent class

This thread was displayed: 389 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
Edoardo Biasini
02-09-2006 15:12:30 GMT +2
I managed to install mx_survey on a win 2000 platform, working with php 4 and mysql 4 and Phpmyadmin. I correctly defined my "survey" database and dumped the tables structure.

How do I configure the mxsurvey.php in order to make things work?

$MM_mxsurvey_HOSTNAME = "localhost";

    $MM_mxsurvey_DATABASE = "mysql:survey";

    $MM_mxsurvey_DBTYPE   = preg_replace("/:.*$/", "", $MM_mxsurvey_DATABASE);

    $MM_mxsurvey_DATABASE = preg_replace("/^.*?:/", "", $MM_mxsurvey_DATABASE);

    $MM_mxsurvey_USERNAME = "root";

    $MM_mxsurvey_PASSWORD = "mysqlpassword";

   My database name is "survey", do I have to leave the "mysql:" part?
The username and password are my MYSQL server defined passwords right?


Everytime I try to open www.mydomain.com/survey/admin, I get the following error:

Array ( [0] => stdClass [1] => __PHP_Incomplete_Class [2] => Directory [3] => COM [4] => VARIANT [5] => adofieldobject [6] => adoconnection [7] => adofetchobj [8] => adorecordset_empty [9] => adodb_base_rs [10] => adorecordset [11] => adorecordset_array ) Missing file: C:\Sito web\survey\adodb/drivers/adodb-survey.inc.php

Fatal error: Cannot instantiate non-existent class: adodb_survey in C:\Sito web\survey\adodb\Iakt\KT_adodb.inc.php on line 52

Thanks in advance for your kind help.

Edoardo.


Back | Reply | Quote | Top
Cristian MARIN[InterAKT]Adobe Systems Romania staff
02-10-2006 01:28:12 GMT +2

Hello Eduardo,

The MXSurvey is a commercial product without a demo version. The account used is not appearing to have a license for this product so I will have to ask you gently to give me in a private reply to my post the account details containing the purchase of a valid license. I apologise for this but I really have to ask this.

The problem you report is cause because the mysql: part is missing from the database variable in the connection file. This part let us know what drivers should be loaded according to your database: postgresql, access, odbc, mysql ...

Regards,
Cristian MARIN

Reply | Quote | Top
© Adobe Systems Romania. All rights reserved.