Posted by andy on 04/12/07 16:51
Hey All,
When I have
DB.php (PEAR)
in the root directory of my project it works ok using
require "DB.php";
When I put it in a seperate folder and call it using
require "classes/DB.php";
i get the following errors:
Warning: Problem with method call - please report this bug in /
home/..../DB.php on line 520
Warning: Problem with method call - please report this bug in /
home/..../DB.php on line 543
[Back to original message]
|