maxrossello / redmine_extended_watchers

Grant additional issue and project view permissions to watcher users
GNU General Public License v3.0
44 stars 20 forks source link

Internal Error - SystemStackError (stack level too deep) #54

Closed hycesar closed 2 months ago

hycesar commented 2 months ago

(...) Setting Load (0.2ms) SELECT settings.* FROM settings WHERE settings.name = 'user_format' ORDER BY settings.id DESC LIMIT 1 ↳ app/models/setting.rb:363:in `find_or_default' Rendered layouts/base.html.erb (Duration: 143.3ms | Allocations: 119200) Rendered layout layouts/admin.html.erb (Duration: 234.9ms | Allocations: 187691) Completed 500 Internal Server Error in 1418ms (ActiveRecord: 21.8ms | Allocations: 1168075) (...)
SystemStackError (stack level too deep):

Started GET "/logs/index" for 127.0.0.1 at 2024-06-19 20:29:06 -0300 Processing by LogsController#index as HTML (...)

Environment: Redmine version 5.1.2.stable Ruby version 3.2.2-p53 (2023-03-30) [x64-mingw-ucrt] Rails version 6.1.7.7 Environment development Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp Redmine settings: Redmine theme Purplemine2 (includes JavaScript) SCM: Git 2.38.1 Filesystem Redmine plugins: additionals 3.3.0-main custom_users_as_assignees 0.0.4 easy_baseline 2.0 easy_gantt 2.0 easy_gantt_pro 2.0 easy_mindmup 2.0 easy_wbs 2.0 flux_mentions 1.1.0 mega_calendar 1.9.6 redmine_agile 1.6.8 redmine_checklists 3.1.23 redmine_custom_workflows 2.1.0 redmine_impersonate 2.0.0 redmine_issue_dynamic_edit 0.9.2 redmine_issue_view_columns 2.0.3 redmine_logs 0.3.0 redmine_monitoring_controlling 0.1.1 redmine_oauth 2.2.0 redmine_people 1.6.5 redmine_percent_done 2.0.0 redmine_resources 2.0.1 redmine_xlsx_format_issue_exporter 0.2.1 redmine_zenedit 2.0.6 redmineup_tags 2.0.14 view_customize 3.5.1

maxrossello commented 2 months ago

The problem is probably in redmine_logs plugin. Try to disable that first. If this does not work, remove them all and add them back one by one.

Note that compatibility among plugins is the biggest issue in Redmine. I can guarantee only the set of plugins supported by https://github.com/maxrossello/redmine_testsuites