Site icon PrestaShop | Magento | CRM Modules

PrestaShop 8 System requirements

PrestaShop 8 System requirements

PrestaShop needs the following server configuration in order to run:

PrestaShop can also work with Nginx 1.0 or later.

How to verify your server meets PrestaShop’s requirements

You can use our system requirements tool to easily check if your environment fulfills PrestaShop’s requirements. Here’s how:

  1. Download the latest version from GitHub.
  2. Extract the zip file.
  3. Upload the phppsinfo.php file to your server and put it inside your shop’s directory or where you intend to install it.
  4. Open it up on your browser (http://your-domain.com/path-to-your-prestashop/phppsinfo.php).
  5. Type in the login and password if prompted (use prestashop for both).

You’ll get a web page detailing requirements and recommendations, and how your server does compare to them:

System requirements tool

PHP requirements

PHP compatibility chart

PHP Version
PrestaShop Version ≤ 7.1 7.2 7.3 7.4 8.0 8.1 ≥ 8.2
8.0 No Yes Yes Yes Yes Recommended version No

Legend:

= Recommended version Yes = Supported No = Not supported

PrestaShop needs a few additions to PHP and MySQL in order to fully work. Make sure that your PHP configuration has the following extensions and settings configured:

Extensions

Settings

Here is a section of the php.ini file (the configuration file for PHP):

extension = php_mysql.dll
extension = php_gd2.dll
allow_url_fopen = On
allow_url_include = Off
Exit mobile version