https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225414
Miroslav Lachman <000.f...@quip.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |000.f...@quip.cz --- Comment #1 from Miroslav Lachman <000.f...@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. _______________________________________________ freebsd-ruby@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "freebsd-ruby-unsubscr...@freebsd.org"