Invalid file permissions, could not save configuration This problem came when you’ll save settings on your magento connect .Actually file permission is the main problem in magento and when you are dealing with Linux .So again a tiny Shell script will solve this issue
chgrp apache downloader/config.ini chmod g+rw downloader/config.ini
Be the first to comment.