Hi, I checked the production.log and here are the last entries:
Code:
Processing ProductsController#index (for xxx.xxx.xxx.xxx at 2009-11-20 07:21:48) [GET]
Parameters: {"action"=>"index", "controller"=>"products"}
ActiveRecord::StatementInvalid (Mysql::Error: Table 'mystore.taxonomies' doesn't exist: SELECT * FROM `taxonomies` ):
spree (0.9.2) app/controllers/application.rb:92:in `instantiate_controller_and_action_names'
compass (0.8.17) lib/compass/app_integration/rails/action_controller.rb:7:in `process'
/usr/lib/ruby/gems/1.8/gems/haml-edge-2.3.86/lib/sass/plugin/rack.rb:44:in `call'
Rendering /home/xxx/rails_apps/mystore/public/500.html (500 Internal Server Error)
It looks like the database is not set up? I used these commands:
Code:
rake db:migrate
rake db:admin:create
Also note, I can get the development app to run with no problem on port 3000. I am only not able to get cpanel to run on the other port: 12002
Does anyone know how to install a rails app by command line and then have cpanel work with it correctly? Any help is appreciated. Thanks, Ddeo