Не удалось открыть «по умолчанию» для включения (include_path=' .:/usr/lib/php7.4') wp-includes/template-loader.php в строке 106
Предупреждение: include (по умолчанию): не удалось открыть поток: такого файла нет или каталог в /homepages/1/d229455270/htdocs/clickandbuilds/WordPress/DaseCMS/wp-includes/template-loader.php в строке 106
Это происходит, когда я активирую плагин Reactpress. Вот фрагмент кода, в котором возникает ошибка:
Код: Выделить всё
/**
* Filters the path of the current template before including it.
*
* @since 3.0.0
*
* @param string $template The path of the template to include.
*/
$template = apply_filters( 'template_include', $template );
if ( $template ) {
include $template; //Error in this line
} elseif ( current_user_can( 'switch_themes' ) ) {
$theme = wp_get_theme();
if ( $theme->errors() ) {
wp_die( $theme->errors() );
}

И с моей версией PHP...
[img]https://i .sstatic.net/sC2gt.png[/img]
Заранее спасибо
Подробнее здесь: https://stackoverflow.com/questions/676 ... reactpress
Мобильная версия