I can't load the framework.
See the debug info:
error - Class '\Bootstrap\Theme' not found
.../CCF\vendor\clancats\core\src\classes\CCViewController.php:70
{
$this->_layout = ClanCats::$config->get( 'viewcontroller.theme.default_layout' );
}
$theme_class = "\\".$this->_theme."\\Theme";
$this->theme = $theme_class::create( $this->_layout );
// assign the theme to the view before render
CCView::share( 'theme', $this->theme );
}
I can't load the framework.
See the debug info:
error - Class '\Bootstrap\Theme' not found
.../CCF\vendor\clancats\core\src\classes\CCViewController.php:70
{
$this->_layout = ClanCats::$config->get( 'viewcontroller.theme.default_layout' );
}