Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: mircopoint on October 06, 2017, 03:08:41 AM

Title: HELP LOGIN ROUNDCUBE
Post by: mircopoint on October 06, 2017, 03:08:41 AM
After updating my server on Ubuntu 16.04.03, I can not log in roundcube anymore, the window once entered credentials, returns to itself without error messages. how can I fix it?
Title: Re: HELP LOGIN ROUNDCUBE
Post by: SKaero on October 06, 2017, 10:13:58 AM
What error are you getting?
Whats in your error log?
Title: Re: HELP LOGIN ROUNDCUBE
Post by: mircopoint on October 10, 2017, 06:14:01 AM
log message errors

Error: Failed to load config from /var/lib/roundcube/plugins/jqueryui/config.inc.php in /usr/share/roundcube/program/lib/Roundcube/rcube_plugin.php on line 157 (GET /roundcube/)

thank you
Title: Re: HELP LOGIN ROUNDCUBE
Post by: JohnDoh on October 10, 2017, 01:24:06 PM
does that file exist and does the user that your web server runs as have permission to read it?
Title: Re: HELP LOGIN ROUNDCUBE
Post by: mircopoint on October 11, 2017, 03:53:07 AM
thanks for the interest :), I checked, the file exists, the rights are root, but no one has changed them. attached screen
Title: Re: HELP LOGIN ROUNDCUBE
Post by: JohnDoh on October 11, 2017, 04:15:31 AM
thats a lot of symlinks.

so the file is in here /etc/roundcube/plugins/jqueryui/, what are the permissions there?
Title: Re: HELP LOGIN ROUNDCUBE
Post by: mircopoint on October 11, 2017, 06:20:09 AM
 ;D
Title: Re: HELP LOGIN ROUNDCUBE
Post by: JohnDoh on October 12, 2017, 03:01:30 AM
and of the file?

I'm guessing that you installed roundcube from some package rather than directly from source. you could perhaps try checking for known bugs with that package or reaching out to who ever made the package.
Title: Re: HELP LOGIN ROUNDCUBE
Post by: mircopoint on October 12, 2017, 03:16:01 AM
hello, I followed step by step, the guide The Perfect Server - Ubuntu 16.04 from the howtoforge site, and it worked everything perfect for a year, then after some updates the problem came up and I can not fix it.




step To install Roundcube Webmail, run:

apt-get install roundcube roundcube-core roundcube-mysql roundcube-plugins roundcube-plugins-extra javascript-common libjs-jquery-mousewheel php-net-sieve tinymce


Title: Re: HELP LOGIN ROUNDCUBE
Post by: JohnDoh on October 12, 2017, 07:44:44 AM
You may have more luck in the Ubuntu community here since you are using their packages.

You could also consider installing roundcube directly from source rather than using packages https://roundcube.net/download/.