Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2018 23:14:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 225414] www/redmine broken again after upgrade
Message-ID:  <bug-225414-21402-ANl7wASTdb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225414-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225414-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225414

Miroslav Lachman <000.fbsd@quip.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |000.fbsd@quip.cz

--- Comment #1 from Miroslav Lachman <000.fbsd@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.=20
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?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225414-21402-ANl7wASTdb>