Added by Tobias Braun almost 6 years ago
Good morning,
I followed the instruction to update to OP 9.0.1 from 8.2.1 and have the following issue during the configuration. Hope you can help me in short time, since OP needs to run here again ;-):
*** Loading openproject_boards seed data
SCM vendor Subversion uses remote managed repositories. Skipping.
RECOMPILE_RAILS_ASSETS was set by installation, but RECOMPILE_ANGULAR_ASSETS is false. Skipping angular compilation. Set RECOMPILE_ANGULAR_ASSETS='true' if you need to force it.
rake aborted!
SassC::SyntaxError: Error: File to import not found or unreadable: helpers/functions.
on line 33 of app/assets/stylesheets/openproject/_settings.scss
from line 37 of app/assets/stylesheets/openproject.sass
>> @import "helpers/functions";
^
/opt/openproject/app/assets/stylesheets/openproject/_settings.scss:33
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/sassc-2.0.1/lib/sassc/engine.rb:49:in `render'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/sassc-rails-2.1.0/lib/sassc/rails/template.rb:40:in `block in call'
Replies (3)
The RPM installation throwed also a lot of errors (these are not all):
Hi Tobias,
please set
openproject config:set RECOMPILE_ANGULAR_ASSETS=true
before you runopenproject configure
. There's a bug in 9.0. when using relative URL roots and recompilation without node modules that will result in the error you're seeing.If you set this flag, frontend dependencies will be installed and compiled so your installation will be a bit bigger and take longer to configure. I'm working on a solution for 9.0.2 as part of #30372
Best,
Oliver
Hi Oliver,
thanks for the hint. This helped to finish the configuration. I then also did reconfiguration since the page could not be displayed. This also did not help. So I did a restart with
Now the website loads again, but some of the icons are not displayed. I send you a picture via mail. Can not attach it here.
Thanks,
Tobias