Добрый день, хочу перенести сайт на новый домен. Плагин по сборке пакета для переноса (Duplicator) во время подготовки файлов дает замечания:
1) PHP Open Base Dir: 'ON'
Могут быть проблемы с включеной настройкой [open_basedir]. Обратитесь в техподдержку хостинга для отключения её в php.ini если возникнут проблемы при сборке пакета.
2) PHP Max Execution Time: '5'
Timeouts may occur for larger packages when [max_execution_time] time in the php.ini is too low. A value of 0 (recommended) indicates that PHP has no time limits. An attempt is made to override this value if the server allows it.
Note: Timeouts can also be set at the web server layer, so if the PHP max timeout passes and you still see a build timeout messages, then your web server could be killing the process. If you are on a budget host and limited on processing time, consider using the database or file filters to shrink the size of your overall package. However use caution as excluding the wrong resources can cause your install to not work properly.
В итоге файл не формируется, выдается сообщение:
Построение прервано сервером
This server cannot complete the build due to setup constraints.
To help get you past this hosts limitation consider these three options:
Вы могли бы снять это ограничение? чтобы я создала пакет по переносу сайта.