6.0.0-beta1
7/12/25

[#11012] Horde_Rdo calls non-existing Horde_Db method for lazy fields
Summary Horde_Rdo calls non-existing Horde_Db method for lazy fields
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester ralf.lang (at) ralf-lang (dot) de
Created 02/20/2012 (4891 days ago)
Due 02/20/2012 (4891 days ago)
Updated 02/25/2012 (4886 days ago)
Assigned
Resolved 02/25/2012 (4886 days ago)
Github Issue Link
Github Pull Request
Milestone 1.1.2
Patch Yes

History
02/25/2012 06:01:59 AM Ralf Lang Comment #4
State ⇒ Resolved
Reply to this comment
The fix has been released.
02/21/2012 04:40:55 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (develop):

commit 880df148eb3bf83c1ec732534f2ce299a8c98a96
Author: Ralf Lang <lang@b1-systems.de>
Date:   Mon Feb 20 12:59:41 2012 +0000

     [rla] fix [#11012] Horde_Rdo calls non-existing Horde_Db method 
for lazy fields

  framework/Rdo/lib/Horde/Rdo/Base.php |    4 +++-
  framework/Rdo/package.xml            |    4 ++--
  2 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/880df148eb3bf83c1ec732534f2ce299a8c98a96
02/20/2012 01:03:12 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 880df148eb3bf83c1ec732534f2ce299a8c98a96
Author: Ralf Lang <lang@b1-systems.de>
Date:   Mon Feb 20 12:59:41 2012 +0000

     [rla] fix [#11012] Horde_Rdo calls non-existing Horde_Db method 
for lazy fields

  framework/Rdo/lib/Horde/Rdo/Base.php |    4 +++-
  framework/Rdo/package.xml            |    4 ++--
  2 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/880df148eb3bf83c1ec732534f2ce299a8c98a96
02/20/2012 12:23:20 PM Ralf Lang Comment #1
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒ 1.1.2
Queue ⇒ Horde Framework Packages
Due ⇒ 02/20/2012
Summary ⇒ Horde_Rdo calls non-existing Horde_Db method for lazy fields
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
When accessing a lazy field, Horde_Rdo_Base tries to call 
Horde_Db_Adapter_foo->queryOne($query) which does not exist.

This must be a h4 conversion leftover. As a result, an application 
using lazy fields gets a horde_fatal screen.

I have already built and applied a patch locally and will push this 
into repository after lunch break.

Saved Queries