alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
131 stars 43 forks source link

Method missing error after installation #132

Closed g-teley closed 2 years ago

g-teley commented 2 years ago

After installing the additionals plugin under Redmine 5.0.2 I get the error:

/usr/local/www/redmine/app/controllers/application_controller.rb:637:in `accept_rss_auth': undefined method accept_atom_auth' for Class:Class (NoMethodError)
from /usr/local/www/redmine/plugins/additionals/app/controllers/dashboards_controller.rb:7:in `<class:DashboardsController>'

bundle install and rake redmine:plugins:migrate ran with no errors. MySQL is version 5.7 and Ruby is 2.7

alexandermeindl commented 2 years ago

Redmine 5.0.2 is not available at the moment.

If you want to use the main branch, please make sure your installation fits the requirements: https://github.com/AlphaNodes/additionals#requirements

g-teley commented 2 years ago

My fault, it's version 5.0 But I see I have to upgrade to MySQL 8?

alexandermeindl commented 2 years ago

Please use the latest version of main, there was a fix 8 hours ago.

g-teley commented 2 years ago

"Please use the latest version of main, there was a fix 8 hours ago."

Okay, missed that one.

g-teley commented 2 years ago

I'm now on the latest Redmine build and MySQL 8 and the error is still there.

g-teley commented 2 years ago

After deleting everything from the aditionals plugin directorty and doing a new git clone it now works.