Posted by Ian Collins on 11/18/70 11:42
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
>
> Every thing aappears to be working, just scores of these warnings.
>
The lines in question are:
in function tableInfo($result, $mode = null)
if ($mode & DB_TABLEINFO_ORDER) {
if ($mode & DB_TABLEINFO_ORDERTABLE) {
Odd.
--
Ian Collins.
[Back to original message]
|