← Back to Modular Theme with PAGE BUILDER - Clear Support
Hi there, i got a new installation with your theme and get following errors if i want to reach it on the frontend:
Class name is not registered for the component "session". Check the component plugin. /var/www/project/modules/cms/classes/ComponentManager.php line 200
* @return ComponentBase The component object.
 */
public function makeComponent($name, $cmsObject = null, $properties = [])
{
    $className = $this->resolve($name);
    if (!$className) {
        throw new SystemException(sprintf(
            'Class name is not registered for the component "%s". Check the component plugin.',
            $name
        ));
    }
    if (!class_exists($className)) {
Can you please help me?
Best Stephan
poice said:
Hi there, i got a new installation with your theme and get following errors if i want to reach it on the frontend:
Class name is not registered for the component "session". Check the component plugin. /var/www/project/modules/cms/classes/ComponentManager.php line 200
@return ComponentBase The component object. */ public function makeComponent($name, $cmsObject = null, $properties = []) { $className = $this->resolve($name); if (!$className) { throw new SystemException(sprintf( 'Class name is not registered for the component "%s". Check the component plugin.', $name )); }
if (!class_exists($className)) {
Can you please help me?
Best Stephan
Hello!!
Make sure these plugins are installed:
- RainLab.User
 - RainLab.Blog
 
Thank you,
missed the part with the required plugins. Thought it would come bundled with the plugin. Everything ls working so far.
Best Stephan
1-3 of 3