Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: fiboPosted on 2009-08-20 at 08:07:19ID: 25143443
1 - Magento check says OK, so IN THE SAME ENVIRONMENT Magento should install.
2 - So in fact it is not running in the same environment. Strange, right?
This might happen if in fact you are running the installer to download the files: this runs from the installer directory, where the environment might be different (I had this problem 'cause my config was using php4 by default; I had changed .htaccess to allow php5... but not in this directory).
It might also come from some access rights issues: magento copies files and directories with access right slightly unsafe, so your host provider might block things...
3 - Suggestions:
a - CHECK ACCESS RIGHTS. Almost all directories except /media/ and /var/tmp/ should be CHMOD 705 or 755, and more precisely NOT to 777. Almost all files, and specifically ALL the php, phtml, js files should be CHMOD 644 and more precisely NOT 666.
b - check the impact of running magento-check.php from this downloader directory.
c - Have you made a full install, ie download the zip file to your own machine, unzip, ftp-copy to your host, CHECK ACCESS RIGHTS as above? If you have not done it, you should try this path. FTP transfer might be long because of the ten of thousands (!) files, but it proves an effective way in most situations