Roundcube Community Forum

Release Support => Pending Issues => Topic started by: rtyhrtbtvb on November 29, 2016, 09:49:03 PM

Title: install a pluigin then get "DATABASE ERROR: CONNECTION FAILED!" error?
Post by: rtyhrtbtvb on November 29, 2016, 09:49:03 PM
Hi all,

I have a working Ubuntu 16.04 LAMP with postfix, dovecot and roundcube 1.2.0 installed. running really well.

Today I decided to install the carddav plugin into roundcube and now the webgui has crashed with the DATABASE ERROR: CONNECTION FAILED! error

I checked the config/config.inc.php for any changes, but other than the addition of the plugin at the bottom, I have changed nothing.

I can log into the roundcubemail database using phpmyadmin

I have restarted the services, and even rebooted the server itself too

Any ideas?

Thanks
Title: Re: install a pluigin then get "DATABASE ERROR: CONNECTION FAILED!" error?
Post by: alec on November 30, 2016, 02:11:12 AM
Check the error log. This error message may be caused by missing tables or wrong database structure.
Title: Re: install a pluigin then get "DATABASE ERROR: CONNECTION FAILED!" error?
Post by: rtyhrtbtvb on November 30, 2016, 01:12:23 PM
Hi

Which error log do I look at, the apache one is not revealing anything.

Also, is there a procedure on how to remove an installed plugin? I used composer to install, if I just just remove it from the config file, if it is enough to reverse this plugin install and the database problems.

Regards