Home » Database » MDB_QueryTool » Bug #520
Fatal error: Call to undefined method mdb_error::tableinfo() in /usr/local/lib/
Details
| Submitted | 2004-01-05 11:46 UTC |
|---|---|
| From | mirko dot c at terasonline dot com |
| Assigned | quipo |
| Status | Bogus |
| Package | MDB_QueryTool |
| PHP Version | 5.0.0b2 (beta2) |
| OS | fedora |
| 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"