Summary | undefined variable |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 04/21/2011 (5186 days ago) |
Due | |
Updated | 04/21/2011 (5186 days ago) |
Assigned | 04/21/2011 (5186 days ago) |
Resolved | 04/21/2011 (5186 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Fix expiring entries in sub-storages of Stack driver (
Bug #9949).2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/0a56db5ffdcbf945d72e6177d8f96764ce7cae18
the cache configuration is:
$conf['session']['cache_limiter'] = 'nocache';
$conf['group']['cache'] = true;
$conf['share']['cache'] = false;
$conf['cache']['default_lifetime'] = 300;
$conf['cache']['params']['driverconfig'] = 'horde';
$conf['cache']['driver'] = 'Sql';
$conf['cache']['compress'] = true;
$conf['cache']['use_memorycache'] = 'Memcache';
$conf['cachecssparams']['driver'] = 'filesystem';
$conf['cachecssparams']['lifetime'] = 60;
$conf['cachecssparams']['compress'] = 'php';
$conf['cachecss'] = true;
$conf['cachejsparams']['driver'] = 'filesystem';
$conf['cachejsparams']['compress'] = 'php';
$conf['cachejsparams']['lifetime'] = 60;
$conf['cachejs'] = true;
$conf['cachethemesparams']['check'] = 'appversion';
$conf['cachethemesparams']['lifetime'] = 600;
$conf['cachethemes'] = true;
$conf['sessionhandler']['memcache'] = true;
$conf['memcache']['hostspec'] = array('localhost');
$conf['memcache']['port'] = array('11211');
$conf['memcache']['weight'] = array();
$conf['memcache']['persistent'] = true;
$conf['memcache']['c_threshold'] = 20000;
$conf['memcache']['compression'] = true;
$conf['memcache']['large_items'] = true;
$conf['memcache']['enabled'] = true;
the code also shows that $id is a lonly var in that function
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ undefined variable
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
variable: id [pid 17121 on line 107 of
"/var/www/pear/php/Horde/Cache/Storage/Stack.php"]
2011-04-21T08:59:09+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: id [pid 17121 on line 107 of
"/var/www/pear/php/Horde/Cache/Storage/Stack.php"]