I have been looking around for the cleanest shopping cart that is easily modifiable and arrived at Magento, so I download the test file to check and see if the red fox server is compatible, turns out its not. this is the file output:
Your server does not meet the following requirements in order to install Magento.
The following requirements failed, please contact your hosting provider in order to receive assistance with meeting the system requirements for Magento:
- You need MySQL 4.1.20 (or greater)
The following requirements were successfully met:
- You have PHP 5.2.0 (or greater)
- Safe Mode is off
- 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 extension
****
So basically I was wondering if it is an option to upgrade the mysql server to the higher version as this seems to be the only shortfall.
Only other problem though is that it produces the following erroas well
Warning: shell_exec() [function.shell-exec.php]: Unable to execute 'mysql -V' in D:\tepeedesign.co.uk\wwwroot\magento-check.php on line 28
Im assuming that this is related to the mysql version shortfall but can't be sure.
By the way I checked the code and it comes from the following line:
preg_match('/[0-9]\.[0-9]+\.[0-9]+/', shell_exec('mysql -V'), $version);
So basically is it possible to do a upgrade or is there a particular reason why it hasn't been upgraded?


Reply With Quote

Bookmarks