software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Plugin installation error #72

Open Syr3f opened 13 years ago

Syr3f commented 13 years ago

Hi!

I installed the plugin along with the attachment_fu plugin and the googlecharts gem. Everything was running fine until I ran _rake db:migrateplugin. An error showned up indicating the following:

rake aborted! no such file to load -- mini_magick

I traced the problem and fixed the issue by commenting the line #7 of the init.rb file.

Seraf

djbobyd commented 13 years ago

Another option is to install the mini_magick gem it may be needed somewhere in the plugin. :)