Content
You are here:
Web application could not be started by the Phusion Passenger
Added by Alberto Matus over 3 years ago
So I installed openproject, the only difference I had to do during the manual install was to update mimemagic. After that I received no errors. However, when I try to load the site I receive "We're sorry, but something went wrong." In the details it says that Phusion Passenger could not start the web application. I have attached the error logs, can anyone help me out.
Replies (1)
I went over the installation, and it seems my database isn't being populated. I somehow missed the errors while doing this. Upon executing rake I get the following:
openproject@eagle407:~/openproject$ RAILS_ENV="production" ./bin/rake db:create
/home/openproject/openproject/vendor/bundle/ruby/2.7.0/gems/activerecord-6.1.2.1/lib/active_record/connection_adapters/postgresql/database_statements.rb:19:in `exec': PG::UndefinedTable: ERROR: relation "users" does not exist
LINE 8: WHERE a.attrelid = '"users"'::regclass
^
(ActiveRecord::StatementInvalid)
Any ideas?