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.
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."
:(
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.
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.
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.