In my rails application, I am using
Apache + ruby 1.9.2p180 + Rails 3.0.5 + Phusion Passenger version 3.0.13
Here is my error
This application process is currently running as user ‘nobody’ and group ‘nobody’ and must be able to access its application root directory ‘/home/mystore /mystore ‘. However the parent directory ‘/home/mystore ‘ has wrong permissions, thereby preventing this process from accessing its application root directory. Please fix the permissions of the directory ‘/home/mystore ‘ first.
and when i look into my app it’s empty but my database got the sample from spree. whats seems to be the problem?
Please somebody help me
I am using
ruby 1.9.2p180
Rails 3.0.5
Phusion Passenger version 3.0.13
I found the solution on it.
It occured due to
In passenger config file.
I turn it to
offand it works for me.