You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The other pages in Redmine work fine, but a 500 error occurs only when creating a new issue within a project. Upon checking the apache2/error.log, the following error code is observed:
*ActionView::Template::Error (undefined local variable or method `enable_new_ticket_message' for
Aha, then I have a guess.
I migrated only the data from the DB of my old version of Red Mine (3.2.1) to the new Red Mine.
Maybe that's where the DB crash comes from.
If I do encounter any problems after retrying, I will visit again.
The other pages in Redmine work fine, but a 500 error occurs only when creating a new issue within a project. Upon checking the apache2/error.log, the following error code is observed:
*ActionView::Template::Error (undefined local variable or method `enable_new_ticket_message' for
3rd party Version
ruby -v
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
mysql --version
mysql Ver 8.0.36-0ubuntu0.22.04.1 for Linux on x86_64 ((Ubuntu))
rails -v
Rails 6.1.7.6
How to insatll
Error Code
Attached is the full text of the error code. (*Information related to personal information has been replaced with "****masking")
The text was updated successfully, but these errors were encountered: