> For the complete documentation index, see [llms.txt](https://ridhwan.gitbook.io/wordpressriver-themes-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ridhwan.gitbook.io/wordpressriver-themes-help-center/theme-installation/troubleshooting.md).

# Troubleshooting

```
Are You Sure You Want To Do This?
```

It means that you have a tight upload size file limit. If you get this message, try to install the theme via FTP instead of using admin panel. Or ask your hosting company to increase the upload limit

```
Unpacking the package...Installing the theme...The package could not be installed. The theme is missing the style.css stylesheet.Theme install failed.
```

You may have uploaded the wrong zip package to WordPress. Remember, that you need only installable theme file. Please refer to [What’s included](https://sales-rarethemes.gitbook.io/kiwi-documentation/theme-installation/untitled) section of the documentation.

```
Fatal Error: Maximum Execution Time Exceeded in WordPress
```

Other similar issues: white screen, empty page content. The problem is related to low PHP configuration limits. The solution is to increase the PHP limits. You can do this on your own, or contact contact your web hosting provider and ask them to increase those limits to a minimum as follows:

```
memory_limit = 256M​upload_max_filesize = 32M​post_max_size = 32M​max_execution_time = 60
```

**Checking your server configuration**

You can verify your PHP configuration limits by installing [Query Monitor](https://wordpress.org/plugins/debug-info/) (free plugin) or just contact your hosting provider and ask them what the current settings are and ask to adjust them if needed.

Once Query Monitor is installed and activated go to your site frontend. Your should see a new item in the admin bar. It may show “Query Monitor” or some networks stats.

In the opened bottom panel double check all the key numbers. If your server has low configuration limits, please contact your hosting provider and ask to increase them. Also you can check your actual PHP version from this panel. More information about recommended PHP limits [here](https://docs.artemsemkin.com/docs/harizma-agency-wordpress-theme/introduction/server-requirements/).

![Hover over Query Monitor menu and select “Environment”](https://gblobscdn.gitbook.com/assets%2F-Lgw7cCXF8M5GUBhxxQ1%2F-LgwTwYHWCQXbI7Xeb0_%2F-LgwUJ5yZNBwE5Hyjehz%2F6.png?alt=media\&token=ba8256c8-2f4b-4265-b680-640bad439445)

In the opened bottom panel double check all the key numbers. If your server has low configuration limits, please contact your hosting provider and ask to increase them. Also you can check your actual PHP version from this panel. More information about recommended PHP limits [here](https://docs.artemsemkin.com/docs/harizma-agency-wordpress-theme/introduction/server-requirements/).Check your server environment and identify the limits that don’t meet the minimum requirements.

![Check your server environment and identify the limits that don’t meet the minimum requirements.](https://gblobscdn.gitbook.com/assets%2F-Lgw7cCXF8M5GUBhxxQ1%2F-LgwUZ2R3LoUfV3A8A9R%2F-LgwVHo_BMPwGQ8TSnLc%2F7.png?alt=media\&token=54f23174-148d-4467-b636-5b017d2d7fc0)

After resolving issues with PHP limits, you can safely delete Query Monitor as it’s a developer tool and it’s not needed to run and manage your website


---

# 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://ridhwan.gitbook.io/wordpressriver-themes-help-center/theme-installation/troubleshooting.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.
