Posts Tagged ‘file permission magento’:


magento file permissions

Directory structure to be followed while installing magento find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; chmod -R 777 var/ chmod -R 777 app/etc/ chmod -R 777 media/ Magento : Invalid file permissions, could not save configuration Invalid file permissions, could not save configuration This

(Read More…)

© Open Source Rocks