Content
[bug?] Problem with display of projects [SOLVED]
Added by Thomas Tribolet almost 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)
Maybe it’s a caching problem. Did you already try a different browser?
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
Glad to hear, you could solve the problem :)
Please add [SOLVED] to the title of your post.