Matomo - encountered an error - Maximum execution time of 3 seconds exceeded (which lead to - Доступ к базе данных отклонён)
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 19:32, 1 декабря 2023; Admin iph (обсуждение | вклад) (Новая страница: «=== Matomo - encountered an error - Maximum execution time of 3 seconds exceeded (which lead to - Доступ к базе данных отклонён) === О...»)
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');