Content
You are here:
OP on apache2 and passenger
Added by Sameer I over 10 years ago
Hi,
I installed openproject with multi-user environment. It renders with some javascript problems using builtin server but it stops working as soon as I try to access using apache2 and passenger. The error I get:
can’t modify immutable index (TypeError)
/usr/local/rvm/gems/ruby-2.1.2/gems/sprockets-2.2.2/lib/sprockets/index.rb:80:in `expire_index!’
/usr/local/rvm/gems/ruby-2.1.2/gems/sprockets-2.2.2/lib/sprockets/processing.rb:91:in `register_preprocessor’
88
Please find entire error page attached.
Any help is appreciated.
-Sam.
Replies (1)
In config/environments/production.rb, when I disabled line
config.assets.digest = true
everything worked.
Thank you.
Regards,
Sameer.