| Summary | Crash when clicking on "Search" |
| Queue | Nag |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 10/13/12 (4927 days ago) |
| Due | |
| Updated | 10/15/12 (4925 days ago) |
| Assigned | |
| Resolved | 10/13/12 (4927 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 7abb71bbcc936c6875f7b743649d435f2dd693df
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Oct 13 12:17:03 2012 -0400
Revert "Those classes are identical, no idea which one is used."
This reverts commit 5d7326d27b622453f72333ec79d917632819edf7.
The conditional_enable class is not used anywhere (at least from what a
grep can tell). Additionally, it cannot be autoloaded propertly, so
making the correctly named ConditionalEnable class extend it causes things
to break.
Fixes
Bug: 11510.../lib/Horde/Form/Action/ConditionalEnable.php | 23 +++++-
.../lib/Horde/Form/Action/ConditionalSetValue.php | 81
+++++++++++++++++++-
2 files changed, 102 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7abb71bbcc936c6875f7b743649d435f2dd693df
State ⇒ Resolved
commit 7abb71bbcc936c6875f7b743649d435f2dd693df
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Oct 13 12:17:03 2012 -0400
Revert "Those classes are identical, no idea which one is used."
This reverts commit 5d7326d27b622453f72333ec79d917632819edf7.
The conditional_enable class is not used anywhere (at least from what a
grep can tell). Additionally, it cannot be autoloaded propertly, so
making the correctly named ConditionalEnable class extend it causes things
to break.
Fixes
Bug: 11510.../lib/Horde/Form/Action/ConditionalEnable.php | 23 +++++-
.../lib/Horde/Form/Action/ConditionalSetValue.php | 81
+++++++++++++++++++-
2 files changed, 102 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/7abb71bbcc936c6875f7b743649d435f2dd693df
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Nag
Summary ⇒ Crash when clicking on "Search"
Type ⇒ Bug
State ⇒ Unconfirmed
when I click on "Search" in the left navigation, I get this crash:
[Sat Oct 13 17:44:09 2012] [error] [client 192.168.122.1] PHP Fatal
error: Class 'Horde_Form_Action_conditional_enable' not found in
/datastore/DEVEL/horde/framework/Form/lib/Horde/Form/Action/ConditionalEnable.php on line 27, referer:
https://192.168.122.254/horde/nag/list.php?Horde=pg8sul7tj07qpv1ivurkuhj541
Thomas