You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just created a Module (AddThis), it was packed in
/server/home/guidi/qa/webroot/files/AddThis.zip
I tried to install from backoffice, and doing this i had this blocking error for the entire website:
Missing Component
Error: .ModuleNameHookComponent could not be found.
Error: Create the class .ModuleNameHookComponent below in file: /dati/server/home/guidi/qa/Controller/Component/.ModuleNameHookComponent.php
load(string, array)
APP/Cake/Controller/Controller.php line 611 → ComponentCollection->init(ModulesController)
APP/Cake/Routing/Dispatcher.php line 100 → Controller->constructClasses()
APP/Cake/Routing/Dispatcher.php line 86 → Dispatcher->_invoke(ModulesController, CakeRequest, CakeResponse)
CORE/qa/webroot/index.php line 47 → Dispatcher->dispatch(CakeRequest, CakeResponse)
The text was updated successfully, but these errors were encountered:
I've just created a Module (AddThis), it was packed in
/server/home/guidi/qa/webroot/files/AddThis.zip
I tried to install from backoffice, and doing this i had this blocking error for the entire website:
Missing Component
load(string, array) APP/Cake/Controller/Controller.php line 611 → ComponentCollection->init(ModulesController) APP/Cake/Routing/Dispatcher.php line 100 → Controller->constructClasses() APP/Cake/Routing/Dispatcher.php line 86 → Dispatcher->_invoke(ModulesController, CakeRequest, CakeResponse) CORE/qa/webroot/index.php line 47 → Dispatcher->dispatch(CakeRequest, CakeResponse)Error: .ModuleNameHookComponent could not be found.
Error: Create the class .ModuleNameHookComponent below in file: /dati/server/home/guidi/qa/Controller/Component/.ModuleNameHookComponent.php
The text was updated successfully, but these errors were encountered: