| Denis Gerasimov 2004-08-24, 4:40 pm |
|
My configuration:
OS: Windows 2000 Server SP4
Web server: apache 2.0.50
PHP: 5.0.1
DB_DataObject 1.7.1 (AFAIK latest)
> -----Original Message-----
> From: Denis Gerasimov [mailto:denis.gerasimov@vekos.ru]
> Sent: Tuesday, August 24, 2004 5:18 PM
> To: PEAR General ML (pear-general@lists.php.net)
> Subject: DataObject __call() bug
>
>
> Hello all,
>
> I've the following problem with DB_DataObject package:
>
> Fatal error: Method DB_DataObject_Overload::__call() must take exactly 2
> arguments in C:\Program Files\PHP5\PEAR\DB\DataObject.php on line 191
>
> I dug there and found class named DB_DataObject_Overload that tries to
> overload predefined PHP5 method __call()
> (see docs: http://www.php.net/manual/en/langua...overloading.php)
>
> As far as I can see that is the reason why it crashes.
>
> Does anybody know how to deal with this?
>
> Best regards, Denis Gerasimov
> Outsourcing Services Manager,
> VEKOS, Ltd.
> www.vekos.ru
|