marcelbonnet / redmine_tables

Adds Tables with its own workflows to Redmine. Use it with/without Projects and Tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Error

yusuf-basith opened this issue · comments

Hello,

Could you please help me with the Installation?

I am getting the below error.
It is a fresh Redmine Installation and I am getting the below error message, while running the rake.

C:\Bitnami\redmine-5.0.2-2\apps\redmine\htdocs>bundle exec rake redmine:plugins RAILS_ENV=production
rake aborted!
Zeitwerk::NameError: expected file C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/plugins/redmine_tables/lib/custom_tables/patches/issues_helper_patch.rb to define constant CustomTables::Patches::IssuesHelperPatch, but didn't
C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/plugins/redmine_tables/init.rb:55:in block in <top (required)>' C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/plugins/redmine_tables/init.rb:55:in each'
C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/plugins/redmine_tables/init.rb:55:in <top (required)>' C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/lib/redmine/plugin_loader.rb:31:in load'
C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/lib/redmine/plugin_loader.rb:31:in run_initializer' C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/lib/redmine/plugin_loader.rb:108:in each'
C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/lib/redmine/plugin_loader.rb:108:in block in load' C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/config/environment.rb:16:in <top (required)>'
C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/lib/tasks/redmine.rake:73:in `block (2 levels) in <top (required)>'
Tasks: TOP => redmine:plugins:migrate => environment

I tried removing the file C:/Bitnami/redmine-5.0.2-2/apps/redmine/htdocs/plugins/redmine_tables/lib/custom_tables/patches/issues_helper_patch.rb and run the rake again, it completed successfully, but the application is not starting.
Even after replacing the file in the correct location, the application is not starting.

Could you please help.