Posted by Ian Collins on 11/16/81 11:42
noone wrote:
> Ian Collins wrote:
>
>> I've just moved to 5.1.2 from 5.0.5 and I'm getting these warnings for
>> each and every query:
>
>
>> PHP Notice: Object of class DB_result could not be converted to int in
>> /opt/csw/php5/lib/php/DB/mysql.php on line 980
>> PHP Notice: Object of class DB_result could not be converted to int in
>> /opt/csw/php5/lib/php/DB/mysql.php on line 983
>
> looks like it is trying to convert a character field to a number field
> and can't.
>
Which is odd when the line is
if ($mode & DB_TABLEINFO_ORDER)
and 0 is passed to mode.
--
Ian Collins.
[Back to original message]
|