1. PHP
Web server must support PHP 4.0.6 or better. PHP5 is also supported.
Make sure the configuration file php.ini meets the following requirements:
- safe_mode must be disabled
- file_uploads must be enabled
- allow_url_fopen must be enabled
- magic_quotes_sybase must be disabled
- sql.safe_mode must be disabled
- [PHP 5] register_long_arrays must be enabled
- PCRE extension must be enabled
- ini_set function must not be disabled
2. MySQL
The web server must have support for MySQL databases. compatible with MySQL versions from 3.23 to 5.x.
You will need to have access to a MySQL database, so make sure you have the following information: your MySQL server name, your database name, your username and password for MySQL access.
Advanced requirements and recommended settings
Certain parts of functionality rely on using external files. Accordingly, your web server must be allowed to run external executable files (like Perl) and to make outgoing connections to the Internet (that is required for online payments). Loopback connections must be allowed by server firewall (required for HTML catalog feature).
The following components may be required:
- An HTTPS module (like Net::SSLeay perl module, CURL executable, OpenSSL executable or libCURL PHP extension) for some of the online credit card processing modules and for shipping modules.
- xml/Expat extension for PHP for Intershipper, UPS or USPS shipping modules.
- GDLib 2.0 or higher (for X-Magnifier addon). GDLib must be compiled with libJpeg (ensure that PHP is configured with the option --with-jpeg-dir=DIR, where DIR is the directory where libJpeg is installed).
- PHP function "mail()" for sending emails from your store (email notifications, news messages, etc).
- External mail program, such as qmail or postfix (available on Unix systems only) instead of PHP function "mail()".
- SMTP server for sending emails from your store using SMTP Authentication instead of PHP function "mail()".
Make sure the functions "exec", "popen", "pclose" and "ini_set" are not included in the disabled functions list in php.ini:
- PHP function "exec()" must be allowed for the correct functioning of most of the CC payment processing modules used (CyberCash, CyberPac (LaCaixa), PayFlow Pro, PayBox, CyberSource, PaySystems Client, VaultX), HTTPS modules (Net::SSLeay, CURL, OpenSSL, https_cli), GnuPG/PGP, Patch/Upgrade functionality.
- PHP functions "popen()" & "pclose()" must be allowed for the correct functioning of some HTTPS modules (CURL, Net::SSLeay), payment modules(Saferpay, CyberSource, iDeb), shipping modules (DHL/Airborne, Canada Post, UPS Online Tools, Intershipper, AntiFraud module.
- PHP function "ini_set()" is used for the session mechanism and enhances security.
An SSL certificate is highly recommended to ensure security of online transactions at your store. You can obtain a certificate using our "Security products" section.
|