Matomo - encountered an error - Maximum execution time of 3 seconds exceeded (which lead to - Доступ к базе данных отклонён)

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск

Matomo - encountered an error - Maximum execution time of 3 seconds exceeded (which lead to - Доступ к базе данных отклонён)

Ошибка при установке matomo:

Matomo encountered an error: Maximum execution time of 3 seconds exceeded (which lead to: Доступ к базе данных отклонён)

Решение - это напрямую увеличить значение max_execution_time через index.php файл:

<?php
ini_set('max_execution_time', '300');