Magento Server Compatibility Check

From Brian Nelson Ramblings
Jump to: navigation, search

Magneto Server Compatibility Check

In order to run Magento your server needs to meet some basic software requirements, below is a script that Magento has developed that tests to see if your server is compatible with Magento.

wget http://www.magentocommerce.com/_media/magento-check.zip

or you can download copy from us

wget http://www.briansnelson.com/stuff/magento-check.zip

Next step is to extact the zip file

unzip magento-check.zip

Now you will want to load the file from your browser.

http://<YourDomain>/magento-check.php

If your file does not run correctly, you might need to replace the <? with <?php at the start of the script.

Sample Output

Congratulations! Your server meets the requirements for Magento.

   You have PHP 5.2.0 (or greater)
   Safe Mode is off
   You have MySQL 4.1.20 (or greater)
   You have the curl extension
   You have the dom extension
   You have the gd extension
   You have the hash extension
   You have the iconv extension
   You have the mcrypt extension
   You have the pcre extension
   You have the pdo extension
   You have the pdo_mysql extension
   You have the simplexml extensio