Home » Structures » Structures_DataGrid » Bug #9578
setRequestPrefix Broken
Details
| Submitted | 2006-12-08 01:42 UTC |
|---|---|
| From | chris dot stone at gmail dot com |
| Assigned | wiesemann |
| Status | Duplicate |
| Package | Structures_DataGrid |
| PHP Version | 5.1.6 |
| OS | Linux |
| 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