Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Bo Bop Wental on May 15, 2014, 09:02:59 PM

Title: Can't work out how to Remove Plugin_Manager
Post by: Bo Bop Wental on May 15, 2014, 09:02:59 PM
I installed plugin_manager and although the install worked I just couldn't get the plugins themselves to work, so I've deicded that I want to remove the Plugin_Manager plugin completely.

I've removed the following directories under /plugins:

codemirror_ui
db_version
http_request
plugin_manager
qtip
settings

and changed the following in main.inc.php


/ List of active plugins (in plugins/ directory)
$rcmail_config['plugins'] = array();
#$rcmail_config['plugins'] = array("password","managesieve","plugin_manager");


But I've changed this so many times I'm not sure what the original iRedMail text was.

and in db.inc.php I've rem'd out:

# CHANGEDHERE http://www.roundcubeforum.net/index.php/topic,14291.0.html
#$rcmail_config['db_dsnw_superadmin'] = 'mysqli://root:[email protected]/roundcubemail';


Now when I try to login to Roundcube I get the following message:


DATABASE ERROR: CONNECTION FAILED!

Unable to connect to the database!
Please contact your server-administrator.


I'm thinking I just need to do something to "reset" the MySQL database.

Can anyone please advise?
Title: Re: Can't work out how to Remove Plugin_Manager
Post by: kshots on June 19, 2014, 02:51:44 PM
Hmm... from what I understand...Personally, I'd recommend that you change your database password immediately (never post passwords online), but once changed (and the appropriate line in your config updated), you should be good to go.