[klutz] Backend script no longer working

Rick Emery rick at emery.homelinux.net
Wed Jan 28 10:31:20 PST 2004


Quoting Jan Schneider <jan at horde.org>:

> The last number is the page size, 9 byte in this case. And I *bet* these
> nine characters are "forbidden". :-)
>
> Jan.

Exactly right. I've attached a patch, but having done nothing with the XML
config files, I'm not sure that it's the right way to do it. Should indicate
the problem, though.

Now that I search my memory, it occurs to me that this started after I updated
from CVS with the new conf.xml configuration for klutz, and I re-configured.

Thanks for the help!

Rick

--
Rick Emery

"When once you have tasted flight, you will forever walk the Earth
 with your eyes turned skyward, for there you have been, and there
 you will always long to return"
                                              -- Leonardo Da Vinci
-------------- next part --------------
Index: conf.xml
===================================================================
RCS file: /repository/klutz/config/conf.xml,v
retrieving revision 1.2
diff -u -r1.2 conf.xml
--- conf.xml	22 Jan 2004 02:49:57 -0000	1.2
+++ conf.xml	28 Jan 2004 18:23:40 -0000
@@ -35,9 +35,11 @@
   <configdescription>If these settings are present, backend.php will use them
    instead of Horde administration. If they are not present, a Horde admin must
    be logged in to use backend.php.</configdescription>
+  <configsection name="http">
   <configstring name="username" required="false" desc="The username to use"/>
   <configstring name="password" required="false" desc="The password. Note: No access will be allowed with an empty password."/>
   <configlist name="ips" required="false" desc="Any IP addresses to be accessible via HTTP authentication">127.0.0.1</configlist>
+  </configsection>
  </configsection>
 
  <configsection name="menu">


More information about the klutz mailing list