Open GoogleCodeExporter opened 9 years ago
I had the same problem, and it was caused by missing gems.
I've installed gems:
gem install zip
gem install rubyzip
Then added the following at the end of Gemfile (in Redmine installation dir):
gem "zip"
gem "rubyzip"
Restarted HTTP daemon and now it works fine.
Actually, I'm not sure if both gems are needed - maybe just one of them is
enough.
Original comment by maciej.m...@gmail.com
on 22 Feb 2012 at 10:27
Ah, thank you, now it works.
('adding text to Gemfile' ?? didn't find it, although it works!).
Original comment by Dieter.E...@dest.de
on 22 Feb 2012 at 11:13
Original issue reported on code.google.com by
Dieter.E...@dest.de
on 3 Feb 2012 at 7:25Attachments: