> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://doc.common-services.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# PHP limitations - Amazon Marketplace Plus

If you’re experiencing technical problems with the module, this guide will help you verify your server settings.

---

## Where to find PHP Info

1. Go to the module’s **Information** tab
2. Click on **PHP Info**

![PHP Info tab – Image](https://storage.crisp.chat/users/helpdesk/website/-/3/f/a/8/3fa8ee645cd13200/prestashop-amazon-marketplace-_1o5zebn.jpg)

---

## Required PHP settings

### 1. `memory_limit`
* Minimum: **256M**
* Recommended: **512M** if you have over 10,000 products

### 2. `max_input_vars`
* Minimum: **10,000**
* Add **+4,000** for every 4,000 categories
* **Double this value** for each additional country (Amazon Europe or International)

### 3. `max_execution_time`
* Minimum: **300**
* Adjust according to the number of products (up to 10,000)

---

## If Suhosin is enabled

Search for **“Suhosin”** in your PHP Info.

If active, also check:

* `suhosin.request.max_vars`
* `suhosin.post.max_vars`

➡️ These values should follow the same rule as `max_input_vars`.

---

## What you should see in PHP Info (example)

```
memory_limit         256M
max_input_vars       10000
max_execution_time   300
```

---

## Don’t have access to change these settings?

Contact your hosting provider and ask them to increase these values.  
This is standard practice — even PrestaShop’s free Cloud plan includes:

* 512M memory
* 300 seconds execution time
* 10,000 max_input_vars

---

## Important: Do NOT do this


||| Do NOT try to place a PHP.ini or .htaccess file in the module directory.
||| It won’t work and will waste both your time and ours.


Always modify these values at the **server level** through your host.
