Home » Database » DB_DataObject » Bug #6543
createTables.php breaks between 1.8.0 and 1.8.1
Details
| Submitted | 2006-01-20 16:33 UTC |
|---|---|
| From | laurens dot van dot alphen at keenondots dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 5.0.4 |
| OS | CentOS 3.6 |
| Roadmaps | (Not assigned) |
Comments
[2006-01-20 16:33 UTC] laurens dot van dot alphen at keenondots dot com
Description:
------------
When I run the createTables.php, I get errrors instead of regenerated classes.
Test script:
---------------
# php /usr/share/pear/DB/DataObject/createTables.php ../DataObjects.ini
Expected result:
----------------
DB_DataObject_Generator : 0 : CREATING FOR erp
PHP Fatal error: Call to undefined method DB_mysql::loadModule() in /usr/share/pear/DB/DataObject/Generator.php on line 190
Fatal error: Call to undefined method DB_mysql::loadModule() in /usr/share/pear/DB/DataObject/Generator.php on line 190
Actual result:
--------------
DONE