> For the complete documentation index, see [llms.txt](https://7iquid.gitbook.io/carmelina-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://7iquid.gitbook.io/carmelina-wordpress-theme/getting-started/system-requirements.md).

# System Requirements

Most common issues like Demo Import failure, page builder loading delay or false or page save errors are generally related to excessively low PHP configuration limit settings. Some hosts will try to keep PHP limits low to conserve resources. You can either increase these limits on your own, or contact your web host and ask to have the limits increased.

### **PHP Configuration Limits** <a href="#php-configuration-limits" id="php-configuration-limits"></a>

We recommends following server settings for Our WordPress Theme:

* PHP Version: 7.4.0 or greater
* PHP time limit (max\_execution\_time): 600s or greater
* Server Memory (memory\_limit): 512M or greater
* &#x20;Post Max Size (post\_max\_size): 64M
* &#x20;PHP Max Input (max\_input\_vars): 3000 or greater
* &#x20;Max Upload (upload\_max\_filesize): 64M

### **Other Configuration Requirements** <a href="#verify-your-php-limits" id="verify-your-php-limits"></a>

* GD Library: Necessary to be installed for Captcha and Image cropping
* cURL: Supported by the server.
* OpenSSL: Supported by the server.
* allow\_url\_fopen: On - Supported by the server.
* mod\_rewrite: The Apache module needs to be activated for pretty permalinks.

### Verify your PHP limits <a href="#verify-your-php-limits" id="verify-your-php-limits"></a>

You can check them by going to Tools -> Site Health -> Info -> Server.

<figure><img src="/files/U9d6RZCqr9QOhxCKEDUH" alt=""><figcaption></figcaption></figure>

You can refer to the document for Wordpress: <https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/>

You can refer to the document for Elementor: <https://elementor.com/help/requirements/>

Setting these values will ensure you will not get error messages during the installation. To safeguard your website, please use secure passwords and the latest version of WordPress and plug-ins.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://7iquid.gitbook.io/carmelina-wordpress-theme/getting-started/system-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
