Summary | ZPS change for conf.xml |
Queue | Horde Base |
Queue Version | 3.0-RC2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | kevin_myer (at) iu13 (dot) org |
Created | 12/02/2004 (7601 days ago) |
Due | |
Updated | 12/02/2004 (7601 days ago) |
Assigned | |
Resolved | 12/02/2004 (7601 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ZPS change for conf.xml
Queue ⇒ Horde Base
$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>