Class name is not registered for the component "staticMenu". Check the component plugin.

Issue #5 closed
Former user created an issue

Good Day, I just bought your plugin and installed it. This is the error im getting:

We're sorry, but an unhandled error occurred. Please see the details below.

Class name is not registered for the component "staticMenu". Check the component plugin. /home/admin/web/toolhome.co.za/public_html/modules/cms/classes/ComponentManager.php line 200

TYPE Undefined

EXCEPTION October\Rain\Exception\SystemException

194 195 196 197 198 199 200 201 202 203 204 205 206 * @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)) {

Comments (2)

  1. Log in to comment