I recently installed magento2 with sample data on my server.
But i see that every css, js also catalog images permission is not readable for user..
For that i m getting so many require.js errors. Also product view page is not working..
I run php magento setup:static-content:deploy and the static content deployed successfully. But seeing that file permission are not readable.
What i need to do now??
sudo chmod 777 -R //your magento folder pathrun this command – Qaisar Satti Apr 01 '16 at 06:06sudo chmod 777 -R /opt/lampp/htdocs/mangetodid you try that – Qaisar Satti Apr 01 '16 at 06:15sudo chmod 777 -R *– Asish Hira Apr 01 '16 at 06:17apacheornginx? – Jayesh Patel Apr 01 '16 at 06:38ps aux | grep apacheconsole command and ensure that user haveread/writepermission on Magento directory. – Jayesh Patel Apr 01 '16 at 06:49