[horde] Horde upgrade issues with CSS and JS..

Simon Brereton simon.brereton at buongiorno.com
Tue Oct 18 21:56:15 UTC 2011


I upgraded to Horde 4.0.10 today and suffered the disappearing sidebar -  http://lists.horde.org/archives/horde/Week-of-Mon-20110613/041209.html

I was able to fix it by installing with -f

However, I also implemented js and CSS caching - and that has almost entirely hosed the installation (it works, but it is sure not pretty).

How can I go about debugging this?


 76 $conf['cache']['default_lifetime'] = 86400;
 77 $conf['cache']['params']['sub'] = 0;
 78 $conf['cache']['driver'] = 'File';
 79 $conf['cache']['compress'] = true;
 80 $conf['cache']['use_memorycache'] = '';
 81 $conf['cachecssparams']['driver'] = 'filesystem';
 82 $conf['cachecssparams']['lifetime'] = 86400;
 83 $conf['cachecssparams']['compress'] = 'php';
 84 $conf['cachecss'] = true;
 85 $conf['cachejsparams']['driver'] = 'filesystem';
 86 $conf['cachejsparams']['compress'] = 'php';
 87 $conf['cachejsparams']['lifetime'] = 86400;
 88 $conf['cachejs'] = true;
 89 $conf['cachethemes'] = false;

This is only hosed for users who use log in with a previous browser (for instance, I usually use firefox, but if I use Chrome, then it looks fine (since forcing the install).  I've cleared the firefox cache, but I still have a very rudimentary screen with no CSS..

Simon






More information about the horde mailing list