[bugs] [Bug 1148] New - Horde 3.0-cvs admin module creates "broken"
conf.php with empty arrays
bugs at bugs.horde.org
bugs at bugs.horde.org
Sun Jan 12 10:07:56 PST 2003
http://bugs.horde.org/show_bug.cgi?id=1148
*** shadow/1148 Sun Jan 12 10:07:56 2003
--- shadow/1148.tmp.31692 Sun Jan 12 10:07:56 2003
***************
*** 0 ****
--- 1,30 ----
+ Bug#: 1148
+ Product: Horde
+ Version: other
+ Platform: PHP Code
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: normal
+ Priority: P2
+ Component: Core
+ Area: BUILD
+ AssignedTo: chuck at horde.org
+ ReportedBy: horde at jonuschat.de
+ URL:
+ Summary: Horde 3.0-cvs admin module creates "broken" conf.php with empty arrays
+
+ If you configure IMP 4.0-cvs or SAM 0.02 from the Horde Administration/COnf
+
+ If you use the Administration/Configuration module from the HEAD revision of
+ Horde to create a conf.php for application like IMP 4.0-cvs or SAM 0.02-cvs and
+ don't choose anything from the "Select any applications that should be linked in
+ Sam's menu" the generated entry in conf.php looks like this:
+
+ $conf['menu']['apps'] = array('');
+
+ This results in Menu::appLinks not finding the App '' in the registry and
+ passing a PEAR_error object to Horde::url which then throws a visible error to
+ the user about htmlentities() expecting a string and not an object as parameter #1.
+
+
More information about the bugs
mailing list