Roundcube Community Forum

 

Can't work out how to Remove Plugin_Manager

Started by Bo Bop Wental, May 15, 2014, 09:02:59 PM

Previous topic - Next topic

Bo Bop Wental

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?

kshots

Hmm... from what I understand...

  • Don't remove any plugin folders (it's unnecessary)
  • Definately don't remove your database connection line in your config
  • ... The only thing you should really need to remove is the "plugin_manager" entry in your 'plugins' config line, and you should be in a plugin_manager-free environment
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.