Project

General

Profile

Actions

Defect #42308

closed

Passenger Error after Rerdmine upgrade 5.1.4 > 6.0.3

Added by f0x Autumn about 1 month ago. Updated about 1 month ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Passenger Error after Redmine upgrade 5.1.4 > 6.0.3

log:

[ E 2025-02-25 05:51:10.8887 1303/T1l age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /var/www/redmine: The application encountered the following error: uninitialized constant Redmine::WikiFormatting::Markdown::Redcarpet

      class HTML < Redcarpet::Render::HTML
                   ^^^^^^^^^ (NameError)

Ruby 3.1
Rails 7.2
no plugins installed

help is needed...

Actions #1

Updated by Go MAEDA about 1 month ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Since Redmine 6.0.0, Redmine no longer includes any code that contains the string class HTML < Redcarpet::Render::HTML. The old library, Redcarpet, which was used for processing Markdown, was removed in Redmine 6.0.0 (see #40149).

If you are still encountering this error, it is possible that your Redmine 6.0.3 installation contains leftover code from Redmine 5.1, such as lib/redmine/wiki_formatting/markdown/formatter.rb.

Actions #2

Updated by f0x Autumn about 1 month ago

Yes, perhaps I somehow incorrectly removed plugins before updating Redmine.
I'll try again...

Actions

Also available in: Atom PDF