Не удалось открыть «default» для включения (include_path='.:/usr/lib/php7.4') wp-includes/template-loader.php в строке 106
Предупреждение: include(default): не удалось открыть поток: Нет такого файла или каталога в /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...

Заранее спасибо
Подробнее здесь: https://stackoverflow.com/questions/676 ... reactpress
Мобильная версия