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

Michael M Slusarz slusarz at horde.org
Tue Oct 18 22:00:39 UTC 2011


Quoting Simon Brereton <simon.brereton at buongiorno.com>:

> 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;

Did you run the test script?  High chance you have not given the  
proper permissions to the static directory.

michael

___________________________________
Michael Slusarz [slusarz at horde.org]



More information about the horde mailing list