I am really new to RonR. Anyone can give me a hand with this? I get the Application Error page and if I look at development log, this is what I see: Permission denied - /home/john/public_html/rails/myapp/public/../config/../tmp/sessions//ruby_sess.5b90dd63b9d25d2e Any idea? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060512/2c04bce5/attachment-0001.html
I''m sorry for writing too soon. I got the problem fixed now. Does it seem slow when loading though? I have the latest Ruby, Rails and Gems running on Apache 1.3.xx What should be the optimal deployment infrastructure be? On 5/12/06, Henry Ortega <juandelacruz@gmail.com> wrote:> > I am really new to RonR. Anyone can give me a hand with this? > > I get the Application Error page and if I look at development log, this is > what I see: > > Permission denied - > /home/john/public_html/rails/myapp/public/../config/../tmp/sessions//ruby_sess.5b90dd63b9d25d2e > > > Any idea? > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060512/28481135/attachment.html
Henry Ortega wrote:> > I''m sorry for writing too soon. I got the problem fixed now. >I''m experiencing the exact same error, what did you do to solve it? //Daniel -- View this message in context: http://www.nabble.com/Permission-denied-ruby_sess--tf1610136.html#a5821214 Sent from the RubyOnRails Users forum at Nabble.com.
Hi. the same problem are solved for me with greater write permission on <yourrailsdir>/tmp chmod -r a+rwx tmp bye 2006/8/15, DanMan <daniel@wurfel.com>:> > > > Henry Ortega wrote: > > > > I''m sorry for writing too soon. I got the problem fixed now. > > > > I''m experiencing the exact same error, what did you do to solve it? > > //Daniel > > -- > View this message in context: http://www.nabble.com/Permission-denied-ruby_sess--tf1610136.html#a5821214 > Sent from the RubyOnRails Users forum at Nabble.com. > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- bye by fellons