CentOS 3.3 Upgrade - Enable New Features

Nathanael d. Noblet nathanael at gnat.ca
Wed Aug 27 07:11:44 CEST 2014


On Wed, 2014-08-27 at 06:09 +0200, Jochen Hein wrote:
> Administrator <administrator at weeksconsulting.us> writes:
> 
> > I've been working my way through your guide and I've got a couple of
> > things so far. First adding $config['assets_path'] = '/assets/'; to my
> > roundcube config breaks roundcube such that the styles and graphics no
> > longer load. 
> 
> For me it works, but there seems to be an error in daniels guide.
> In
> https://docs.kolab.org/administrator-guide/upgrading-from-kolab-3.1-to-3.3.html
> he writes:
> 
> > add 2 more $config entries
> >
> >    $config['use_secure_urls'] = true;
> >    $config['assets_path'] = '/assets/';
> 
> If you look at the commit
> http://git.kolab.org/pykolab/commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0,
> you find:
> 
> diff --git a/share/templates/roundcubemail/config.inc.php.tpl
> b/share/templates/roundcubemail/config.inc.php.tpl
> index eb3f7ec..920423e 100644
> --- a/share/templates/roundcubemail/config.inc.php.tpl
> +++ b/share/templates/roundcubemail/config.inc.php.tpl
> @@ -6,6 +6,8 @@
>   \$config['session_domain'] = '';
>   \$config['des_key'] = "$des_key";
>   \$config['username_domain'] = '$primary_domain';
> + \$config['use_secure_urls'] = true;
> + \$config['assets_path'] = '/roundcubemail/assets/';
>   \$config['mail_domain'] = '';
> 
> I've used the config from the commit and didn't notice the difference.
> 

Odd - on the 3.1 VM I did a test run on I somehow missed those two
lines. On the live server I did not. The live server I had to comment
out the assets_path for it to work properly. I haven't checked yet but
perhaps the httpd roundcube.conf has changed that also requires that?

-- 
Nathanael



More information about the users mailing list