При попытке установки DLE на сайт выдает вот это:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/m/mcphoenix/mcphoenix.beget.tech/public_html/engine/inc/include/functions.inc.php:835 Stack trace: #0 /home/m/mcphoenix/mcphoenix.beget.tech/public_html/install.php(1027): clear_cache() #1 {main} thrown in /home/m/mcphoenix/mcphoenix.beget.tech/public_html/engine/inc/include/functions.inc.php on line 835
Ниже строчка 835 и ниже в functions.php
if( $config['cache_type'] ) {
if( $mcache->connection > 0 ) {
$mcache->clear( $cache_areas );
return true;
}
}
Ниже строчка 1024 по 1027 в install.php
listdir( ENGINE_DIR . '/cache/system/CSS' );
listdir( ENGINE_DIR . '/cache/system/HTML' );
listdir( ENGINE_DIR . '/cache/system/URI' );
clear_cache();