Hi, You don't have the mysqli extension installed that you are trying to use ... You can use the mysql driver with mysql 5.0 but that's not supported by us and we recommend you install the mysqli extension to get everything working.
- Helgi On 11/29/06, Justin Diana <[EMAIL PROTECTED]> wrote:
I am currently trying to configure a fresh installation of Jaws. My configuration is as follows: Jaws v. 0.6.3 Apache v. 2.0.59 PHP v. 5.2.0 MySQL v. 5.0.27 Everything installed correctly, I created my target database (and verified that it was running/accessible). I am able to access the install.php page with no issues as well. However, when I get to the database setup step I get fatal errors and cannot continue. I have tried every possible combination of information and even reinstalled both PHP and MySQL to no avail. If I try using the standard MySQL or the MySQLi driver, when I hit next, I get the following error: ------------------------------------------------------------------------------------------------------------------------------------------------------ Catchable fatal error: Object of class MDB2_Error could not be converted to string in /wwwroot/www/include/pear/MDB2/Driver/Datatype/Common.php on line 1015 ------------------------------------------------------------------------------------------------------------------------------------------------------ When using the MySQLi driver, I also get a large number of warning messages as well: ------------------------------------------------------------------------------------------------------------------------------------------------------ Notice: Use of undefined constant MYSQLI_NOT_NULL_FLAG - assumed 'MYSQLI_NOT_NULL_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_PRI_KEY_FLAG - assumed 'MYSQLI_PRI_KEY_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_UNIQUE_KEY_FLAG - assumed 'MYSQLI_UNIQUE_KEY_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_MULTIPLE_KEY_FLAG - assumed 'MYSQLI_MULTIPLE_KEY_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_BLOB_FLAG - assumed 'MYSQLI_BLOB_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_UNSIGNED_FLAG - assumed 'MYSQLI_UNSIGNED_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_ZEROFILL_FLAG - assumed 'MYSQLI_ZEROFILL_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_AUTO_INCREMENT_FLAG - assumed 'MYSQLI_AUTO_INCREMENT_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TIMESTAMP_FLAG - assumed 'MYSQLI_TIMESTAMP_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_SET_FLAG - assumed 'MYSQLI_SET_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_GROUP_FLAG - assumed 'MYSQLI_GROUP_FLAG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_DECIMAL - assumed 'MYSQLI_TYPE_DECIMAL' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_TINY - assumed 'MYSQLI_TYPE_TINY' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_SHORT - assumed 'MYSQLI_TYPE_SHORT' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_LONG - assumed 'MYSQLI_TYPE_LONG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_FLOAT - assumed 'MYSQLI_TYPE_FLOAT' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_DOUBLE - assumed 'MYSQLI_TYPE_DOUBLE' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_TIMESTAMP - assumed 'MYSQLI_TYPE_TIMESTAMP' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_LONGLONG - assumed 'MYSQLI_TYPE_LONGLONG' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_INT24 - assumed 'MYSQLI_TYPE_INT24' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_DATE - assumed 'MYSQLI_TYPE_DATE' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_TIME - assumed 'MYSQLI_TYPE_TIME' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_DATETIME - assumed 'MYSQLI_TYPE_DATETIME' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_YEAR - assumed 'MYSQLI_TYPE_YEAR' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_NEWDATE - assumed 'MYSQLI_TYPE_NEWDATE' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_ENUM - assumed 'MYSQLI_TYPE_ENUM' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_SET - assumed 'MYSQLI_TYPE_SET' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_TINY_BLOB - assumed 'MYSQLI_TYPE_TINY_BLOB' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_MEDIUM_BLOB - assumed 'MYSQLI_TYPE_MEDIUM_BLOB' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_LONG_BLOB - assumed 'MYSQLI_TYPE_LONG_BLOB' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_BLOB - assumed 'MYSQLI_TYPE_BLOB' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_VAR_STRING - assumed 'MYSQLI_TYPE_VAR_STRING' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_STRING - assumed 'MYSQLI_TYPE_STRING' in /wwwroot/www/include/pear/MDB2.php on line 1617 Notice: Use of undefined constant MYSQLI_TYPE_GEOMETRY - assumed 'MYSQLI_TYPE_GEOMETRY' in /wwwroot/www/include/pear/MDB2.php on line 1617 ------------------------------------------------------------------------------------------------------------------------------------------------------ What am I doing wrong? Thank you! _______________________________________________ Jaws-general mailing list Jaws-general@forge.novell.com http://forge.novell.com/mailman/listinfo/jaws-general
_______________________________________________ Jaws-general mailing list Jaws-general@forge.novell.com http://forge.novell.com/mailman/listinfo/jaws-general