[Tickets #9949] Re: undefined variable

bugs at horde.org bugs at horde.org
Thu Apr 21 09:20:59 UTC 2011


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/9949
------------------------------------------------------------------------------
  Ticket           | 9949
  Aktualisiert Von | michael at bigmichi1.de
  Zusammenfassung  | undefined variable
  Warteschlange    | Horde Framework Packages
  Version          | Git master
  Typ              | Bug
  Status           | Feedback
  Priorität        | 1. Low
  Milestone        |
  Patch            |
  Zuständige       |
------------------------------------------------------------------------------


michael at bigmichi1.de (2011-04-21 09:20) hat geschrieben:

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






More information about the bugs mailing list