PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB_QueryTool » Bug #520

Fatal error: Call to undefined method mdb_error::tableinfo() in /usr/local/lib/

Details

Submitted2004-01-05 11:46 UTC
Frommirko dot c at terasonline dot com
Assignedquipo
StatusBogus
PackageMDB_QueryTool
PHP Version5.0.0b2 (beta2)
OSfedora
Roadmaps(Not assigned)

Comments

[2004-01-05 11:46 UTC] mirko dot c at terasonline dot com

Description:
------------
Fatal error: Call to undefined method mdb_error::tableinfo() in /usr/local/lib/php/MDB/QueryTool/Query.php on line 1295

Reproduce code:
---------------
Fatal error: Call to undefined method mdb_error::tableinfo() in /usr/local/lib/php/MDB/QueryTool/Query.php on line 1295

Expected result:
----------------
getAll();

Actual result:
--------------
Fatal error: Call to undefined method mdb_error::tableinfo() in /usr/local/lib/php/MDB/QueryTool/Query.php on line 1295

[2006-02-06 22:49 UTC] tbarsness at barsnesssolutions dot com

This error isn't bogus. It happened to me on php5.1.2 with apache 2.0.55. I figured out that mine was because of a problem with privileges, but I feel MDB should fail more gracefully than "call to undefined method"