Files area not working - Fresh Kolab 3.1 Install on CentOS 6.4
Andrew Wafaa
andrew at wafaa.eu
Wed Mar 19 13:30:38 CET 2014
On 19-03-2014 11:37, hede wrote:
> Am Wed, 19 Mar 2014 12:02:26 +0100 schrieb "Jochen Breuer (dajool)"
> <breuer at dajool.com>:
>
>> did anyone find a solution for this?
>
> There were some problems discussed in the past.
>
> Are there any logs in
> /var/log/chwala/errors
> or
> /var/log/roundcubemail/errors
> ?
>
> I had to change some things in my installation to get it working, too.
>
> For example:
>
> ### 1st ###
>
> I had to change http->https in /etc/roundcubemail/kolab_files.inc.php
>
> ### 2nd ###
>
> There's a wrongly patched file in the debian package.
>
> Either CentOS has the same location for the file than debian, then
> edit:
> /usr/share/chwala/lib/kolab/kolab_file_storage.php
>
> Otherwise search for the file kolab_file_storage.php:
> find / -name kolab_file_storage.php
> And edit the resulting path/file.
>
> Open the file with your favorite editor and search for the string
> "return array_shift" and replace the whole line:
> return array_shift($files);
> with:
> return $files[0];
>
> ###
>
> Either of them or both or maybe none of them are applicable to your
> problem. Consult your error logs.
> If it doesn't help, don't forget to revert the changes. Thus not
> breaking things further...
>
>
Awesome hede!! Thank you so much for the pointers, this resolved my
issue with files on openSUSE. Everything works a treat now.
A happy geeko.
More information about the users
mailing list