When I try to load my existing project using Eclipse I get the error of "Invalid project contents directory".
I have created those files in Windows environment and now I'm trying to open those files as PHP projects in Linux.
What can I do to fix this problem?
After using chown command on my www folder recursively, the problem was gone. I think the problem was that eclipse can't create new files inside those folders. (Duh!)
So:
sudo chown -R /var/www user:group
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With