PrestaShop Module

License

Understand key, domain and runtime checks.

What Is Validated

  • is key valid?
  • does domain match license?
  • is runtime active?

Typical Error Codes

  • license_invalid: wrong or disabled key
  • domain_mismatch: domain not approved
  • trial_expired: trial period ended

Practical Recovery Steps

  1. re-enter key without spaces
  2. compare active shop domain with licensed domain
  3. check runtime/contract status
  4. contact support only after those checks

Requirements

Columns
PrestaShop
9.x
Current target line for this MailyGator guide.
PHP
PrestaShop 9 recommends PHP 8.5
Supported PHP versions follow the official PrestaShop 9 compatibility chart.
MySQL / MariaDB
MySQL 5.7+ or MariaDB 10.2+
A current database release is recommended.
Apache / Nginx
Apache 2.4+ or Nginx 1.0+
Standard hosting baseline for PrestaShop 9.
JavaScript / Ajax
Native PrestaShop 9 runtime
No separate JS library or standalone Ajax version is required.
PHP extensions
curl, dom, fileinfo, gd, iconv, intl, json, mbstring, openssl, pdo_mysql, simplexml, zip
Matches the official PrestaShop 9 prerequisites.
PHP memory_limit
512M recommended
Official PrestaShop 9 recommendation.
Cronjob / HTTPS
Dedicated cronjob URL per shop
Needed for licensed shop checks and update calls.