PEAR is archived and read-only

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

Home » Database » DB_DataObject_FormBuilder » Bug #3002

Call to undefined function: getform()

Details

Submitted2004-12-21 11:31 UTC
Frombarthus at gazeta dot pl
Assignedjustinpatrin
StatusBogus
PackageDB_DataObject_FormBuilder
PHP Version4.3.10
OSAll
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!