6.0.0-alpha14
7/2/25

[#9949] undefined variable
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

History
04/21/2011 12:54:44 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
04/21/2011 12:54:35 PM Git Commit Comment #4 Reply to this comment
Changes have been made in Git for this ticket:

[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
04/21/2011 09:20:59 AM michael (at) bigmichi1 (dot) de Comment #3 Reply to this comment
this entry is written after the message that a user has been logged out.

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
04/21/2011 08:24:40 AM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Doing *what*? Using which cache configuration?
04/21/2011 07:21:06 AM michael (at) bigmichi1 (dot) de Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ undefined variable
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
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"]
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"]

Saved Queries