CRE Loaded | Shopping Cart. Payment Processing. Security.
Products
The (Absolute) Minimum Basic Requirements
The software is designed to run on a LAMP server with the following minimum requirements:
A LAMP Based System
The Linux Operating System
The Apache Web Server version 1.3 or greater.
MySQL database version 4.1.1 or greater.
PHP 4.X requires 4.3.3 or greater or PHP 5.X requires 5.1.4 or greater
With these components compiled in:
MySQL support
PCRE support
ZLIB support
cURL support
GD support - recommend the bundled GD library
MCrypt support - optional, but required for full functionality
EXIF support - optional, but required for full functionality
FTP support - optional, but required for full functionality
The follow configuration settings can be set in the php.ini, httpd.conf or in the .htaccess, but they must be set as:
Register_globals can be on or off for 6.3, but must be on for 6.2
safe_mode - must be off
session.auto_start - must be off
magic_quotes - must be off
file_uploads - must be on
allow_url_fopen - must be on
register_long_arrays - (PHP 5 only) must be on
SOAP support - (PHP 5 only) must NOT be compiled into PHP
readline support - must NOT be compiled into PHP
Do you support any other types of servers?
Officially, we do not support any other servers or configurations. However, there are reports of successful CRE Loaded installations on WAMP servers. This is a server running the Windows operating system with Apache Web Server, MySQL and PHP.
I Have No Idea What LAMP Means |
The acronym LAMP refers to a solution stack of software, usually free and open source software, used to run dynamic websites or servers. The original expansion is as follows: Linux (the operating system); Apache (the Web server); MySQL (the database management system); PHP and others (the programming languages). The combination of these technologies is used primarily to define a web server infrastructure, define programming of developing software, and establish a software distribution package. Though the these open source programs were not designed to work together, the combination has become popular because of its low acquisition cost. When used in combination they represent a solution stack of technologies that support application servers.
Source: Wikipedia
