CentOS 3.3 Upgrade - Enable New Features

Shawn Weeks administrator at weeksconsulting.us
Thu Aug 28 01:12:03 CEST 2014


I've been looking and there isn't an assets folder under 
"/usr/share/roundcubemail/" which is what I've currently got aliased to 
document root for my domain. "/usr/share/roundcubemail/public_html/" 
does have an assets folder but when I point my document root there even 
more things break due to missing files, images etc...

"$config['use_secure_urls'] = true;" completly breaks everything and you 
can't even log on because the URLs are being changed to something it 
doesn't know about. I'm guessing there is some config changes for Apache 
that aren't in the guide.

Thanks

On 8/26/2014 11:09 PM, 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.
>
> Jochen
>


More information about the users mailing list