CRE Loaded Ecommerce Server Configuration Check

CRE Loaded Ecommerce Shopping Cart is designed to run on a LAMP server with the following server features:

  • A Linux Operating System
  • MySQL version 4.x or 5.x
  • Apache 1.3.x or 2.x
  • PHP version 4.3.x (or newer) or 5.1.x (or newer) with these components compiled in:
    • MySQL support
    • PCRE support
    • ZLIB support
    • cURL support
    • GD support - recommend the bundled GD library
    • EXIF support
    • MCrypt support
    • openSSL support
    • FTP support
    • Sockets support
    • The follow configuratin settings can be set in the php.ini, httpd.conf or in the .htaccess, but they must be set as:
      • register_globals - must be ON
      • 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

Click here for a one-page server check script. This script can be loaded to any server and run to provide a report if the setting and configuration is compatible with our requirements.