Author Topic: Plugin Manager not working  (Read 9592 times)

Offline BMO

  • Newbie
  • *
  • Posts: 2
Plugin Manager not working
« on: September 04, 2013, 03:15:02 PM »
I'm using debian (wheezy) and installed roundcube via iRedMail.

I've installed Plugin Manager according to the instructions here: http://myroundcube.com/myroundcube-plugins/plugin-manager/installation

But I've got nothin.

I came across this: "To configure a plugin, make a copy of its config.inc.php.dist file in its same directory and rename the new file to config.inc.php" But there isn't a config.inc.php.dist file for me to copy anywhere in the plugin_manager folder.

The plugin manager download also comes with some helper plugins. The only one that contains a config.inc.php.dist file is the "settings" plugin. codemirror_ui, db_version, http_request, plugin_manager and qtip do not have it.

Am I supposed to create these files myself? What would I put in it if so?

So I really have no idea how to proceed. Any help would be appreciated.
« Last Edit: September 04, 2013, 03:44:21 PM by BMO »

Offline BMO

  • Newbie
  • *
  • Posts: 2
Re: Plugin Manager not working
« Reply #1 on: September 04, 2013, 03:27:06 PM »
I tried following the links given in this thread: http://www.roundcubeforum.net/index.php/topic,9754.msg39331.html#msg39331

But I get: "Sorry, but you are looking for something that isn't here."

 :(

Offline oli

  • Newbie
  • *
  • Posts: 1
Re: Plugin Manager not working
« Reply #2 on: October 23, 2013, 06:05:08 AM »
Hello.
I installed Roundcube (v0.9.5) on my server using Softaculous.
I tried to install several plugins, including plugin_manager, without any success : nothing new appears under the "settings" tab in Roundcube.
The installation of plugin_manager is really simple as described in the video http://www.youtube.com/watch?v=EnmJ_cnkKq0 :
unzip, upload the 6 folders into " plugin/ " directory and edit the line $rcmail_config['plugins'] = array('plugin_manager'); in ./config/main.inc.php

Thus I don't understand where it goes wrong !
I cannot access either in the FAQ mentionned hereunder.

Regards,
Olivier.

Offline megadeth23

  • Jr. Member
  • **
  • Posts: 10
    • The Browne Family
Re: Plugin Manager not working
« Reply #3 on: November 21, 2013, 09:56:27 PM »
BMO - Have you found an answer for your issue. I am having the exact same problem. I do not have the config.inc.php.dist file mentioned in many different posts. If you have solved this problem, could you let me know what you had to do? I have been looking everywhere for an answer but have yet to solve this issue.

Offline msrill

  • Newbie
  • *
  • Posts: 1
Re: Plugin Manager not working
« Reply #4 on: December 26, 2013, 06:47:10 PM »
Hi. I had exactly the same problems.
My fault: I forgot to create the ID file xxxxxxx.myrc, the plugin manager ask you to create during the very first session.
Here was my solution:
  • Delete the "plugin_manager" entry in the main.inc.php and log out
  • Log in and out again. Roundcube now runs WITHOUT the plugin manager
  • Edit entry in main.inc.php: $rcmail_config['plugins'] = array('plugin_manager');
  • Log in to Roundcube and go to "Settings"
  • READ THE MESSAGE SHOWN and create the *.myrc file in the Roundcube root directory as requested
Now it should work.