Ошибка Maximum execution time of 30 seconds exceeded в WordPress. Решаем тремя способами.

Published: 09 August 2021
on channel: X3M Slider
145
1

В этом видео я покажу три способа как увеличить лимит на выполнение скриптов работая с Вордпрес. Третий способ подойдет для любого сайта, который использует PHP.
1. Добавляем в файл .htaccess строку:
php_value max_execution_time 300

Если она уже есть изменяем значение на большее.
2. Добавляем строку в wp-config.php:
set_time_limit(300);
3. Добавляем строку в файл php.ini:
max_execution_time = 300


Watch video Ошибка Maximum execution time of 30 seconds exceeded в WordPress. Решаем тремя способами. online, duration hours minute second in high quality that is uploaded to the channel X3M Slider 09 August 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 145 times and liked it 1 visitors.