Pablo,

I am getting the error using either.  Initially I was getting a bunch
of warnings too when I used the mysqli driver, but after recompiling
and specifically enabling mysqli support, the warnings went away.  Now
I just get that one error.

Hi,

El mié, 29-11-2006 a las 11:48 -0500, Justin Diana escribió:
* 1 correction... I still get the same 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 ) but I no longer get any of the warnings.
*
This happens when you are trying... mysql or mysqli?

Cheers,
--
Pablo Fischer Sandoval (pablo [arroba/at] pablo.com.mx)
Cel: (044-55) 2689-6351
Fingerprint:  5973 0F10 543F 54AE 1E41  EC81 0840 A10A 74A4 E5C0
http://www.pablo.com.mx
http://www.jaws-project.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada
        digitalmente
Url : 
http://forge.novell.com/pipermail/jaws-general/attachments/20061129/e704fd42/attachment.pgp



On 11/29/06, Justin Diana <[EMAIL PROTECTED]> wrote:

1 correction... I still get the same 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*) but 
I no longer get any of the warnings.

I assume that means some form of progress :)

On 11/29/06, Justin Diana < [EMAIL PROTECTED]> wrote:
>
> Just reconfigured PHP with the
> --with-mysqli=/usr/local/mysql/bin/mysql_config option.
>
> During the configuration, I saw this message:
>
> "checking for MySQLi support... yes"
>
> Finished the make and make install... restarted apache... tried again.
>
> Same error!
>
> What else am I missing?
>
> On 11/29/06, Helgi Þormar < [EMAIL PROTECTED]> wrote:
> >
> > 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
> > > [email protected]
> > > http://forge.novell.com/mailman/listinfo/jaws-general
> > >
> > >
> >
>
>

_______________________________________________
Jaws-general mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/jaws-general

Reply via email to