There were actually 2 problems. At first the permissions were wrong. and secondly, as Nerian said, you need to clear the tmp folder.
To set the correct permissions
chown apache.root yourapp -R chmod 755 yourapp -R
Empty tmp folder
rake tmp:pids:clear rake tmp:sessions:clear rake tmp:sockets:clear rake tmp:cache:clear
source share