Author Topic: Can't work out how to Remove Plugin_Manager  (Read 3626 times)

Offline Bo Bop Wental

  • Newbie
  • *
  • Posts: 1
Can't work out how to Remove Plugin_Manager
« 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


Code: [Select]
/ 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:

Code: [Select]
# CHANGEDHERE http://www.roundcubeforum.net/index.php/topic,14291.0.html
#$rcmail_config['db_dsnw_superadmin'] = 'mysqli://root:zQSeHRS2eK2jdYKm@127.0.0.1/roundcubemail';

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

Code: [Select]
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?

Offline kshots

  • Newbie
  • *
  • Posts: 2
Re: Can't work out how to Remove Plugin_Manager
« Reply #1 on: June 19, 2014, 02:51:44 PM »
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.