Mobile app version of vmapp.org
Login or Join
Sent6035632

: Magento prior to version 1.5 required complete access to the file system (after 1.5 an FTP client was introduced that allowed Connect access to the file system via ftp) You can do 3 things

@Sent6035632

Magento prior to version 1.5 required complete access to the file system (after 1.5 an FTP client was introduced that allowed Connect access to the file system via ftp)

You can do 3 things


as above, set all files to 777. This is a pain and you will have to reset them all after. If you have Aitoc or similar modules you will have to then track down which files need extra permissions
change the file ownership of all files to apache (or what ever your web server runs as). This is less hassle and keeps your file permissions as they were. Simply revert ownership back after the install.
Change how php runs on your server. It sounds like Apache is running as mod_php. Change this to fast-cgi and all files owned by you will be accessible to the server. Switch back afterwards to continue the benefits of mod_php

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent6035632

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme