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
{{ message }}
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
@craigh reports here zikula/core#3030 that it upgrades, but installation on a new site fails. Here's the stack trace:
Attempted to call an undefined method named "registerHook" of class "ModUtil".
500 Internal Server Error - UndefinedMethodException
[1] Symfony\Component\Debug\Exception\UndefinedMethodException: Attempted to call an undefined method named "registerHook" of class "ModUtil".
at n/a
in /Users/robbrandt/Documents/htdocs/Conference/modules/Files/lib/Files/Installer.php line 46
at Files_Installer->install()
in /Users/robbrandt/Documents/htdocs/Conference/system/ExtensionsModule/Helper/Legacy/ExtensionHelper.php line 56
at call_user_func:{/Users/robbrandt/Documents/htdocs/Conference/system/ExtensionsModule/Helper/Legacy/ExtensionHelper.php:56}()
in /Users/robbrandt/Documents/htdocs/Conference/system/ExtensionsModule/Helper/Legacy/ExtensionHelper.php line 56
at Zikula\ExtensionsModule\Helper\Legacy\ExtensionHelper::install()
in /Users/robbrandt/Documents/htdocs/Conference/system/ExtensionsModule/Helper/ExtensionHelper.php line 78
at Zikula\ExtensionsModule\Helper\ExtensionHelper->install()
in /Users/robbrandt/Documents/htdocs/Conference/system/ExtensionsModule/Controller/ModuleController.php line 298
at Zikula\ExtensionsModule\Controller\ModuleController->installAction()
in /Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 144
at call_user_func_array:{/Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:144}()
in /Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 144
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
in /Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php line 64
at Symfony\Component\HttpKernel\HttpKernel->handle()
in /Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php line 69
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle()
in /Users/robbrandt/Documents/htdocs/Conference/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php line 185
at Symfony\Component\HttpKernel\Kernel->handle()
in /Users/robbrandt/Documents/htdocs/Conference/index.php line 23
at {main}()
in /Users/robbrandt/Documents/htdocs/Conference/index.php line 0
The text was updated successfully, but these errors were encountered:
This module version is not yet compatible with Zikula 1.4.6. Do you still have the compatibility? I would be interested in the functions of the module on the live website with Zikula.
Thanks in advance.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@craigh reports here zikula/core#3030 that it upgrades, but installation on a new site fails. Here's the stack trace:
The text was updated successfully, but these errors were encountered: