Closed sedrubal closed 8 years ago
It should be at $REDMINE_ROOT/vendor/plugins/redmine_close_button/
.
Error is very strange, please take a look what is in $REDMINE_ROOT/config/environment.rb
at lines near 10th.
in line 10 there is:
exit 1
this is my config/environment.rb:
# Load the rails application require File.expand_path('../application', __FILE__) # Make sure there's no plugin in vendor/plugin before starting vendor_plugins_dir = File.join(Rails.root, "vendor", "plugins") if Dir.glob(File.join(vendor_plugins_dir, "*")).any? $stderr.puts "Plugins in vendor/plugins (#{vendor_plugins_dir}) are no longer allowed. " + "Please, put your Redmine plugins in the `plugins` directory at the root of your " + "Redmine directory (#{File.join(Rails.root, "plugins")})" exit 1 end # Initialize the rails application RedmineApp::Application.initialize!
Thank you
Move plugin up to redmine_root /plugins/ folder.
Oh thank you, now it works :)
Did the installation instructions and tried to restart redmine, I got an error page - I think from passenger. Is it right, that there will be a vendor directory created, when cloning the plugin from github? And this directory should be located in the root directory of redmne (/opt/redmine/vendor/plugins/redmine_close_button/) These are some of the given Informations: