[Bug 225414] www/redmine broken again after upgrade
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 23 23:14:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225414
Miroslav Lachman <000.fbsd at quip.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |000.fbsd at quip.cz
--- Comment #1 from Miroslav Lachman <000.fbsd at quip.cz> ---
I made this change
# vi /usr/local/www/redmine/plugins/redmine_wiki_extensions/init.rb
#require 'redcloth3'
require 'redmine/wiki_formatting/textile/redcloth3.rb'
Now Redmine starts but I don't think this is the right way to fix it.
Something has changed.
Previously, with older Redmine, the redcloth3.rb lib was in path
/usr/local/www/redmine/lib/redcloth3.rb
In Redmine 3.4.4 it is located in
/usr/local/www/redmine/lib/redmine/wiki_formatting/textile/redcloth3.rb
But /usr/local/www/redmine/plugins/redmine_wiki_extensions/init.rb does not use
this path.
What is the proper way to fix it?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ruby
mailing list