PEAR is archived and read-only

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

Home » Structures » Structures_DataGrid » Bug #9578

setRequestPrefix Broken

Details

Submitted2006-12-08 01:42 UTC
Fromchris dot stone at gmail dot com
Assignedwiesemann
StatusDuplicate
PackageStructures_DataGrid
PHP Version5.1.6
OSLinux
Roadmaps(Not assigned)

Comments

[2006-12-08 01:42 UTC] chris dot stone at gmail dot com

Description:
------------
I just upgraded to 0.7.2 from 0.7.1 and now I'm getting an error in my code:

[Thu Dec 07 17:27:10 2006] [error] [client 75.14.208.101] PHP Fatal error: Call to a member function hasFeature() on a non-object in /usr/share/pear/Structures/DataGrid.php on line 673

After some strategic placing of printfs I located the offending method call which triggers this error:
$d->setRequestPrefix('recent_trades_');

Please let me know if you need more information to help reproduce this.

[2006-12-08 14:01 UTC] chris dot stone at gmail dot com

Here is a code segment:
http://www.phpfi.com/182657?lang=php