Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Redmine
  3. Redmine Theme Update Problem.

Redmine Theme Update Problem.

Scheduled Pinned Locked Moved Redmine
8 Posts 3 Posters 616 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Neluser
    wrote on last edited by
    #1

    Hello,

    I have encountered a problem while updating the theme for Redmine 6.
    The issue is that I am unable to follow the instructions for updating the theme.

    I am using the Boostmine 1.6 theme. However, due to major changes in Redmine 6, the theme does not work correctly in some areas (icons are missing in certain places).

    e14a3375-c2ee-4efc-9425-f313f66962ce-image.png

    The developer's website provides a guide for fixing this issue:
    https://bestredminetheme.com/kb/installing-the-theme-in-your-redmine-application/#

    52b60485-34ba-49a6-b932-bce40c4c96c7-image.png

    Unfortunately, when I enter the command, I get an error.
    2eafa1cd-6b02-41f3-8c68-b03b5348d0de-image.png

    Is there any way to bypass or fix this issue?
    Thank you.

    1 Reply Last reply
    1
    • BrutalBirdieB Online
      BrutalBirdieB Online
      BrutalBirdie
      Partner
      wrote on last edited by
      #2

      Did you try the documented steps?
      https://docs.cloudron.io/apps/redmine/#installing-themes

      Like my work? Consider donating a drink. Cheers!

      N 1 Reply Last reply
      1
      • J Offline
        J Offline
        joseph
        Staff
        wrote on last edited by
        #3

        Just a guess, it seems maybe your app is in recovery mode? Since it says database.yml not found which is generated on app start up.

        If so, run /app/pkg/start.sh . This generates the config file. After that, try the plugin installation commands.

        N 1 Reply Last reply
        0
        • J joseph

          Just a guess, it seems maybe your app is in recovery mode? Since it says database.yml not found which is generated on app start up.

          If so, run /app/pkg/start.sh . This generates the config file. After that, try the plugin installation commands.

          N Offline
          N Offline
          Neluser
          wrote on last edited by
          #4

          @joseph

          You were right—the app was indeed in recovery mode. However, even in the normal mode, I am still getting an error.

          root@f8330007-5d00-40cb-b467-b37e622b130d:/app/code# bundle exec rake redmine:plugins NAME=redmine_checklists RAILS_ENV=production
          rake aborted!
          ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit` (ArgumentError)
          
                    raise ArgumentError, "Missing `secret_key_base` for '#{Rails.env}' environment, set this string with `bin/rails credentials:edit`"
                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application/configuration.rb:519:in `secret_key_base='
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application/configuration.rb:503:in `secret_key_base'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:470:in `secret_key_base'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:205:in `block in message_verifiers'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/message_verifiers.rb:132:in `build'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/messages/rotation_coordinator.rb:85:in `block in build_with_rotations'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/messages/rotation_coordinator.rb:85:in `map'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/messages/rotation_coordinator.rb:85:in `build_with_rotations'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/messages/rotation_coordinator.rb:19:in `[]'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:232:in `message_verifier'
          /run/redmine/vendor/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/railtie.rb:355:in `block (3 levels) in <class:Railtie>'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:97:in `class_eval'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:97:in `block in execute_hook'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:87:in `with_execution_control'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:92:in `execute_hook'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:62:in `block in on_load'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:61:in `each'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:61:in `on_load'
          /run/redmine/vendor/ruby/3.3.0/gems/activerecord-7.2.2.1/lib/active_record/railtie.rb:354:in `block (2 levels) in <class:Railtie>'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:94:in `block in execute_hook'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:87:in `with_execution_control'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:92:in `execute_hook'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:78:in `block in run_load_hooks'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:77:in `each'
          /run/redmine/vendor/ruby/3.3.0/gems/activesupport-7.2.2.1/lib/active_support/lazy_load_hooks.rb:77:in `run_load_hooks'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application/finisher.rb:94:in `block in <module:Finisher>'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:32:in `instance_exec'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:32:in `run'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:61:in `block in run_initializers'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/initializable.rb:60:in `run_initializers'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:435:in `initialize!'
          /app/code/config/environment.rb:16:in `<top (required)>'
          /run/redmine/vendor/ruby/3.3.0/gems/zeitwerk-2.7.1/lib/zeitwerk/core_ext/kernel.rb:34:in `require'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:411:in `require_environment!'
          /run/redmine/vendor/ruby/3.3.0/gems/railties-7.2.2.1/lib/rails/application.rb:559:in `block in run_tasks_blocks'
          /app/code/lib/tasks/redmine.rake:73:in `block (2 levels) in <top (required)>'
          /run/redmine/vendor/ruby/3.3.0/gems/rake-13.2.1/exe/rake:27:in `<top (required)>'
          /home/cloudron/rbenv/versions/3.3.4/bin/bundle:25:in `load'
          /home/cloudron/rbenv/versions/3.3.4/bin/bundle:25:in `<main>'
          Tasks: TOP => redmine:plugins:migrate => environment
          (See full trace by running task with --trace)
          root@f8330007-5d00-40cb-b467-b37e622b130d:/app/code# 
          
          1 Reply Last reply
          0
          • BrutalBirdieB BrutalBirdie

            Did you try the documented steps?
            https://docs.cloudron.io/apps/redmine/#installing-themes

            N Offline
            N Offline
            Neluser
            wrote on last edited by
            #5

            @BrutalBirdie
            Hello.
            Yes, but I was getting errors there as well.

            1 Reply Last reply
            0
            • BrutalBirdieB Online
              BrutalBirdieB Online
              BrutalBirdie
              Partner
              wrote on last edited by
              #6

              Did you read and followed what @joseph wrote?

              Like my work? Consider donating a drink. Cheers!

              N 1 Reply Last reply
              1
              • BrutalBirdieB BrutalBirdie

                Did you read and followed what @joseph wrote?

                N Offline
                N Offline
                Neluser
                wrote on last edited by
                #7

                @Brutal Birdie

                Yes, but I still get errors, even on a freshly installed Redmine.
                I just tried to contact the Agile developer — hopefully, this will help improve the situation.

                1 Reply Last reply
                0
                • N Neluser referenced this topic on
                • J Offline
                  J Offline
                  joseph
                  Staff
                  wrote on last edited by joseph
                  #8

                  @Neluser put the app in recovery mode. run /app/pkg/start.sh once. press ctrl+c to stop the app. then run the bundle exec command . this is because the app packaging configures things on start up

                  Can you try with gosu cloudron bundle exec ... ?

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search