Page not found.
404 Not Found - NotFoundHttpException
Stack Trace
-
in lib/Zikula/Bundle/CoreBundle/Controller/LegacyController.php at line 189
if (false === $return) {
// hack for BC since modules currently use ModUtil::func without expecting exceptions - drak.
throw new NotFoundHttpException(__('Page not found.'));
} else {
if (true === $return) {
// controllers should not return boolean anymore, this is BC for the time being.
-
at
LegacyController
->getLegacyResponse
('News', 'user', 'display', array(), false)
in lib/Zikula/Bundle/CoreBundle/Controller/LegacyController.php at line 94 - at LegacyController ->legacyAction (object(Zikula_Request_Http))
-
at
call_user_func_array
(array(object(LegacyController), 'legacyAction'), array(object(Zikula_Request_Http)))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 137 -
at
HttpKernel
->handleRaw
(object(Zikula_Request_Http), '1')
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 57 -
at
HttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 67 -
at
ContainerAwareHttpKernel
->handle
(object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 183 -
at
Kernel
->handle
(object(Zikula_Request_Http))
in index.php at line 23