Bala
December 21, 2007, 8:10am
1
Hi Guys,
I’ve hosted with dreamhost and deployed my app in sub directory
mydomain.com/project is the default executable directory
under project i created rails “railsapp”
i created symlink ln ln -s ~/mydomain.com/project/railsapp/public ~/
mydomain.com/project/railsapp_project
when i call mydomain.com/railsapp_project its works and calls the
default index.html page under public directory
but whereas i created home controller if i try to call home controller
it says application error, but my real problem is log files not
generating. and moreover i given 755 permission to public and public/
dispatch.* and even to log and log/*.log but still log files not
generating and it says application error.
any suggestions?
regards,
Bala
Bala
December 21, 2007, 1:33pm
2
Hello Bala,
When you receive the application error, the error is usually coming
before rails
has a chance to log.
I would check out the apache logs and try running rails from the
console.
-ht
Bala
December 22, 2007, 7:33am
3
Hi Hugh,
Thanks for the reply, i forget to mention that when i run mongrel server
it runs but the next minute it shuts down.
and i’ve ruby version 1.8.5 and rails 2.0.2
any suggestions?
regards,
Bala
Hugh T. wrote:
Hello Bala,
When you receive the application error, the error is usually coming
before rails
has a chance to log.
I would check out the apache logs and try running rails from the
console.
-ht
Bala
December 24, 2007, 5:12am
4
Hi Experts,
is there any remedy?
regards,
Bala
On Dec 22, 11:33 am, Muthaiah Balasubramaniam <ruby-forum-
Bala
December 24, 2007, 3:47pm
5
you need to post your log files or mongrel and then for apache.
otherwise we can’t be sure as to what is wrong.