Home » Database » DB_DataObject_FormBuilder » Bug #3002
Call to undefined function: getform()
Details
| Submitted | 2004-12-21 11:31 UTC |
|---|---|
| From | barthus at gazeta dot pl |
| Assigned | justinpatrin |
| Status | Bogus |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.10 |
| OS | All |
| Roadmaps | (Not assigned) |
Comments
[2004-12-21 11:31 UTC] barthus at gazeta dot pl
Description:
------------
Hallo!
I've got this problem.
This line crashes Apache server:
$qf =& $fb->getForm();
Application using Formbuilder was working properly in PHP 4.3.9 and it isn't in 4.3.10.
It produces this error: Call to undefined function: getform()
After $do->get..., while executing
$fb =& DB_DataObject_FormBuilder::create($do);
it returns this PEAR error:
DB_DataObject_FormBuilder::create(): Object does not extend DB_DataObject
Once again - everything is fine in 4.3.9!
I couldn't find any information about this in internet, so please, could anyone test it?
Thanks!