[Tickets #931] NEW: ZPS change for conf.xml

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Dec 2 08:01:40 PST 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=931
-----------------------------------------------------------------------
 Ticket     | 931
 Created By | kevin_myer at iu13.org
 Summary    | ZPS change for conf.xml
 Queue      | Horde Base
 Version    | 3.0-RC2
 State      | Unconfirmed
 Priority   | 1. Low
 Type       | Bug
 Owners     | 
-----------------------------------------------------------------------


kevin_myer at iu13.org (2004-12-02 08:01) wrote:

If you enable the ZPS, the option that gets set in conf.php is
$conf['cache']['driver'] = 'zps';

horde/lib/Cache/ gives file.php and zps4.php as options so conf.xml should
be modified so that zps is zps4.  If you enable it with just zps, any cache
call fails with get as an undefied function (i.e. getting Kronolith FreeBusy
info from fb.php?c=uid)

--- conf.xml.bak        2004-12-02 11:00:35.000000000 -0500
+++ conf.xml    2004-12-02 11:00:43.000000000 -0500
@@ -864,7 +864,7 @@
       use for the cache files."/>
      </configsection>
     </case>
-    <case name="zps" desc="Use the Zend Performance Suite output cache"/>
+    <case name="zps4" desc="Use the Zend Performance Suite output cache"/>
    </configswitch>
   </configsection>
  </configtab>





More information about the bugs mailing list