# Installation fails?

## What to do if the theme installation fails?

## PHP Configurations

If the installation stalls and fails to respond after a few minutes, or if WordPress gives you an error message, you are suffering from PHP configuration limits that are set too low to complete the process. You should contact your hosting provider and ask them to increase those limits to a minimum as follows:

* max\_execution\_time 600
* memory\_limit 256M
* post\_max\_size 32M
* upload\_max\_filesize 32M

> Besides this, the theme requires at least PHP 5.6.2. Also, here you can see WordPress Requirements and recommendations: <https://wordpress.org/about/requirements/>.

You can verify your PHP configuration limits by installing a simple plugin found here: <https://wordpress.org/plugins/debug-info/>. And you can also check your PHP error logs to see the exact error being returned.

Besides this, you can upload the theme using your **FTP client**, upload the non-zipped theme folder into the **/wp-content/themes/** folder on your server


---

# Agent Instructions: 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:

```
GET https://docs.stylemixthemes.com/homepress-theme-documentation/getting-started/installation_fails.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
