> what does your database.yml look like? database.yml => production: adapter: mysql database: gautam_radgeekprod username: gautam_geek password: abcde socket: /tmp/mysql.sock
$script/setup_database production runs fine and i get no errors for that.so i do not suspect a database problem. environment.rb => ENV['RAILS_ENV'] ||= 'production' .htaccess => points to dispatch.fcgi dispatch.fcgi => #!/usr/bin/env ruby These are the key areas(as i have went thru prev posts).Error could be due to one of these. 1.How to i know that the app has started? How can i stop and restart it? 2.When i submit the link to my radiant/public folder, it does seem to process my request.But nothing is displayed on the browser :( Have been going thru all files and ruby code. Its a great learning experence :) -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
