Skip to main content
Version: X-Cart 5.6.0

Requirements

You will need a PC or a UNIX-compatible server to work with the software.

Required Software:

Additional Requirements:

  • If xdebug is enabled, xdebug.max_nesting_level must be set to 300

  • If OPcache is enabled, the following settings must be applied

    opcache.use_cwd=1
    opcache.revalidate_path=1
    opcache.validate_timestamps=1
    opcache.revalidate_freq=0
    opcache.save_comments=1
    opcache.load_comments=1

    Any other cachers should not strip comments from the code, too.