Skip to content

error - Class '\Bootstrap\Theme' not found #4

@bhcruz

Description

@bhcruz

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 );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions