zikula / core

Zikula Core Framework
GNU Lesser General Public License v3.0
238 stars 66 forks source link

Errormessage after fresh Zikula 1.3 installation from github #466

Closed cmfcmf closed 12 years ago

cmfcmf commented 12 years ago

This error message appears after a fresh installation of Zikula 1.3 from github at localhost/index.php. I think it is because of the user module, because when I manually go to "localhost/index.php?module=users&func=login" there are no login buttons but the following error: Error on Site name: Could not load the 'benutzer' module at 'login'.

Error message on startpage: Uncaught exception Hook event handler could not be attached because Handler Wikka_HookHandler_Lml::filter() given is not a valid PHP callback or Zikula_ServiceHandler instance. in /var/www/lib/Zikula/HookManager.php line, 304

0 /var/www/lib/Zikula/HookManager.php(84): Zikula_HookManager->loadRuntimeHandlers()

1 /var/www/lib/viewplugins/function.notifydisplayhooks.php(54): Zikula_HookManager->notify(Object(Zikula_DisplayHook))

2 /var/www/ztemp/view_compiled/Users/users_block_login--t_Andreas08-l_en.php(55): smarty_function_notifydisplayhooks(Array, Object(Zikula_View))

3 /var/www/lib/Zikula/View.php(2882): include('/var/www/ztemp/...')

4 /var/www/lib/Zikula/View.php(729): Zikula_View->_fetch('users_block_log...', '', '', false)

5 /var/www/system/Users/lib/Users/Block/Login.php(124): Zikula_View->fetch('users_block_log...')

6 [internal function]: Users_Block_Login->display(Array)

7 /var/www/lib/util/BlockUtil.php(198): call_user_func(Array, Array)

8 /var/www/lib/util/BlockUtil.php(160): BlockUtil::show('Users', 'Login', Array)

9 /var/www/lib/viewplugins/function.blockposition.php(52): BlockUtil::displayPosition('right', false, true)

10 /var/www/ztemp/Theme_compiled/Andreas08/body/3col_w_centerblock.php(17): smarty_function_blockposition(Array, Object(Zikula_View_Theme))

11 /var/www/lib/vendor/Smarty/Smarty.class.php(1869): include('/var/www/ztemp/...')

12 /var/www/ztemp/Theme_compiled/Andreas08/home.php(36): Smarty->_smarty_include(Array)

13 /var/www/lib/Zikula/View.php(2882): include('/var/www/ztemp/...')

14 /var/www/lib/Zikula/View.php(729): Zikula_View->_fetch('home.tpl', '', '', false)

15 /var/www/lib/Zikula/View/Theme.php(319): Zikula_View->fetch('home.tpl', '')

16 /var/www/index.php(159): Zikula_View_Theme->themefooter()

17 {main}

phaidon commented 12 years ago

This is a problem of the Wikka module.