Hi Folks,
When I have tried this cookbook example from onLamp tutorial,
I got some error like this,
output of development.log is
Permission denied -
/var/www/html/cookbook/public/…/config/…/tmp/sessions//rub
y_sess.d51d8997edf6be91
only the first line of output is this,
output truncated.
what it will be ?
How to solve this ?
In my browser, I am getting Applicaiton error, from 500.html file.
More over, when i have tried to call some testing file like
public/test.fcgi
I am getting the following error
output from development.log
Recognition failed for “/test.fcgi”
/usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1
/lib/action_controller/routin
g.rb:488:in recognition_failed' /usr/local/lib/ruby/gems/1.8/gems/actionpack-1.12.1 /lib/action_controller/routin g.rb:478:in
recognize!’
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/dispatcher.rb:38:in
dispatch' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:150:in
proces
s_request’
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:54:in
process !' /usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:600:in
each_cgi’
/usr/local/lib/ruby/gems/1.8/gems/fcgi-0.8.6.1/./fcgi.rb:597:in
each_cgi' /usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:53:in
process
!’
/usr/local/lib/ruby/gems/1.8/gems/rails-1.1.2/lib/fcgi_handler.rb:23:in
`process
!’
What should I do to solve this problem. Please help me in this regard.