# Ошибка во время массового прогона и ее устранение

Если во время массового прогона у вас возникает ошибка, то в 90% случаев у вас не настроен веб-сервер. Для корректной работы модуля необходимо установить параметр **max\_execution\_time** в значении **300** с (настраивается на вашем хостинге либо в php.ini), а также увеличьте параметр **wait\_timeout**, для этого в файле ***system/library/db/mysqli.php*** на 15 строчке нужно добавить\
\
`$this->connection->query('SET session wait_timeout=28800');`&#x20;

После чего сохраните изменения и обновите модификаторы.

P.S. В некоторых сборках вместо `$this->connection` используется `$this->link`\
в таком случае ваша строка которую нужно вставить будет выглядеть следующим образом:&#x20;

`$this->link->query('SET session wait_timeout=28800');`


---

# 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://chatgpt-seo.gitbook.io/chatgpt-seo-dokumentaciya-i-osnovye-voprosy/group-1/rabota-s-konfigom-i-osnovnye-nastroiki-modulya/oshibka-vo-vremya-massovogo-progona-i-ee-ustranenie.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.
