n0rvik
n0rvik
Log file: Started POST "/favourite_projects/add_project?id=43" for 192.168.10.10 at 2020-07-13 17:34:52 +0300 Processing by FavouriteProjectsController#add_project as HTML Parameters: {"authenticity_token"=>"xxx" "id"=>"43"} Current user: user1 (id=148) Redirected to https://rm2-test.test.local/favourite_projects/index Completed 500 Internal Server...
> Hi , > > I'm really not a developper , but i past the week looking for a plugins like this working on Redmine 5. Didn't find any ,...
Hi. Need help, please. How to remove the plugin correctly? When I delete the plugin, I can't log in to redmine. Help. I use this command: ``` bundle exec rake...
okay. I did this: ``` $ cd /opt/redmine $ bundle exec rake redmine:plugins:migrate NAME=redmine_favourite_projects VERSION=0 RAILS_ENV=production $ find . -type d -name 'redmine_favourite_projects' ... ... $ rm -rf ./public/plugins/redmine_favourite_projects $...
I confirm. ``` [~/redmine]$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate rake aborted! NoMethodError: undefined method `around_filter' for CalendarsController:Class Did you mean? around_action /mnt/storage/opt/redmine/redmine/plugins/advanced_roadmap_v2/lib/advanced_roadmap/calendars_controller_patch.rb:8:in `block in included' /mnt/storage/opt/redmine/redmine/plugins/advanced_roadmap_v2/lib/advanced_roadmap/calendars_controller_patch.rb:6:in `class_eval' /mnt/storage/opt/redmine/redmine/plugins/advanced_roadmap_v2/lib/advanced_roadmap/calendars_controller_patch.rb:6:in `included' /mnt/storage/opt/redmine/redmine/plugins/advanced_roadmap_v2/init.rb:13:in...
> With this forked project, I was able to install it without error in Redmine 4.1.0. > Try it. > https://github.com/awk-kazmin/redmine_advanced_roadmap_v2 Very sorry. No: > Since original plugin is back...