question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Simple clean install

See original GitHub issue

Hi,

i’ve been trying to follow the simple steps to install a clean version on ruby 2.7.2 and rails 6.1 and I can’t even start the server. Does anyone has a manual on the steps we need to take to have a working version of the CMS?

=> Booting Puma => Rails 6.0.3.4 application starting in development => Run rails server --helpfor more startup options Exiting Traceback (most recent call last): 40: from bin/rails:2:in<main>’ 39: from bin/rails:2:in load' 38: from /Users/xxx/Work/cms/bin/spring:7:in <top (required)>’ 37: from /Users/xxx/Work/cms/bin/spring:7:in tap' 36: from /Users/xxx/Work/cms/bin/spring:10:in block in <top (required)>’ 35: from /Users/xxx/Work/cms/bin/spring:10:in require' 34: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/binstub.rb:11:in <top (required)>’ 33: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/binstub.rb:11:in load' 32: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/bin/spring:49:in <top (required)>’ 31: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client.rb:30:in run' 30: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/command.rb:7:in call’ 29: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in call' 28: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/spring-2.1.1/lib/spring/client/rails.rb:28:in load’ 27: from /Users/xxx/Work/cms/bin/rails:5:in <top (required)>' 26: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:324:in require’ 25: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:291:in load_dependency' 24: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/activesupport-6.0.3.4/lib/active_support/dependencies.rb:324:in block in require’ 23: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:31:in require' 22: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in require_with_bootsnap_lfi’ 21: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in register' 20: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in block in require_with_bootsnap_lfi’ 19: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/bootsnap-1.5.1/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:23:in require' 18: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands.rb:18:in <main>’ 17: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/command.rb:46:in invoke' 16: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/command/base.rb:69:in perform’ 15: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor.rb:392:in dispatch' 14: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor/invocation.rb:127:in invoke_command’ 13: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/thor-1.1.0/lib/thor/command.rb:27:in run' 12: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:138:in perform’ 11: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:138:in tap' 10: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:147:in block in perform’ 9: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:37:in start' 8: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/railties-6.0.3.4/lib/rails/commands/server/server_command.rb:77:in log_to_stdout’ 7: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:422:in wrapped_app' 6: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:249:in app’ 5: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/server.rb:349:in build_app_and_options_from_config' 4: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:66:in parse_file’ 3: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:105:in load_file' 2: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:116:in new_from_string’ 1: from /Users/xxx/.rvm/gems/ruby-2.7.1/gems/rack-2.2.3/lib/rack/builder.rb:116:in eval' config.ru:6:in block in <main>': undefined method load_server' for #<Cms::Application:0x00007f9b0cb72100> (NoMethodError) Did you mean? load_seed

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
owen2345commented, Jan 27, 2021

Released v2.6.0 https://github.com/owen2345/camaleon-cms/blob/master/CHANGELOG.md

So sorry guys, I forgot to release the new version.

1reaction
texpertcommented, Jan 27, 2021

Hm, I think camaleon-cms isn’t using ActiveStorage yet.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to do a clean installation of Windows 10
A clean install is the best option to reinstall, upgrade, or set up a new Windows 10 device, and here's how.
Read more >
How to do a Clean Install of Windows 10 the Easy Way
The classic method of performing a clean install is still our go-to option with Windows 10. You just need to download and create...
Read more >
How to do a clean install of Windows 10 (Simple ... - YouTube
Hello Youtube!Today im going to show you how to do a clean install of Windows 10!A clean install is basically formatting the current...
Read more >
How to Clean Install macOS Monterey Easily Using the New ...
1. Before you do anything else, back up your data using Time Machine or your preferred backup method. 2. In macOS, click the...
Read more >
How to Perform a Clean Install of Windows 10 - groovyPost
To perform a clean install, you'll need to select the “Custom: Install Windows only” option. As the installer says — you should have...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found