Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. [bug?] Problem with display of projects [SOLVED]

[bug?] Problem with display of projects [SOLVED]

Added by Thomas Tribolet over 10 years ago

Hello,

I’m using git release/4.0 version.

Since last update I have a problem with the display.

When I open project list. The list pop under the footer.

I have attached a screen shot

Since it seems I’m the only one to have this problem.

I request community help to point where is my problem.

Here is my plugin list :

@
#gem “openproject-plugins”, :git => “https://github.com/opf/openproject-plugins.git”, :branch => “stable”

gem ‘openproject-documents’, :git => ‘https://github.com/opf/openproject-documents.git’, :branch => ‘stable’

gem “openproject-translations”, :git => ‘https://github.com/opf/openproject-translations.git’, :branch => ‘dev’

#gem ‘openproject-costs’, :git => ‘https://github.com/finnlabs/openproject-costs.git’, :branch => ‘stable’

gem “openproject-pdf_export”, git: “https://github.com/finnlabs/openproject-pdf_export.git”, :branch => “stable”

#gem “reporting_engine”, git: “https://github.com/finnlabs/reporting_engine.git”, :branch => “stable”

gem “openproject-backlogs”, git: “https://github.com/finnlabs/openproject-backlogs.git”, :branch => “stable”

#gem “openproject-reporting”, git: “https://github.com/finnlabs/openproject-reporting.git”, :branch => “stable”
@

System is running on debian stable.

Thanks for your help

TribesTom


Replies (3)

RE: [bug?] Problem with display of projects - Added by Deleted user over 10 years ago

Maybe it’s a caching problem. Did you already try a different browser?

RE: [bug?] Problem with display of projects - Added by Thomas Tribolet over 10 years ago

Hello,

After some hours of test, I have found the problem :

It was a problem with pre-compiled assets.

I had to remove /public/assets/*

And run again : RAILS_ENV=“production” bundle exec rake assets:precompile

Strange but now it is good.

TribesTom

RE: [bug?] Problem with display of projects - Added by Deleted user over 10 years ago

Glad to hear, you could solve the problem :)
Please add [SOLVED] to the title of your post.

  • (1 - 3/3)
Loading...