Hallo,
ich benutze Ubuntu 22.04 LTS und möchte vBulletin in Discourse konvertieren.
DB_HOST = “172.17.0.5”
DB_USER = “root”
DB_PASSWORD = “*******”
Wenn ich RAILS_ENV=production bundle exec ruby script/import_scripts/vbulletin.rb eingebe, tritt dieser Fehler auf:
**1: from /var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/mini_profiler/profiling_methods.rb:83:in `profile_method'**
**/var/www/discourse/vendor/bundle/ruby/2.7.0/gems/rack-mini-profiler-3.0.0/lib/mini_profiler/profiling_methods.rb:83:in
`alias_method’: undefined method `call' for class `Redis::Client’ (NameError)**
**Did you mean? caller**
Wie kann ich das beheben?