Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template path issue #1762

Closed
craigh opened this issue Jun 13, 2014 · 6 comments
Closed

Template path issue #1762

craigh opened this issue Jun 13, 2014 · 6 comments
Assignees
Milestone

Comments

@craigh
Copy link
Member

craigh commented Jun 13, 2014

Some kind of (new) problem with Template paths again. I get the following error on a test site (and also locally -neither is a Windows box) using Profile at the following url:

index.php?module=profile&type=user&func=modify

The template path cannot be outside the Zikula root.
500 Internal Server Error - RuntimeException

Stack Trace
in /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php at line 873 -
$auto_source = substr($auto_source, 5);
$cwd = DataUtil::formatForOS(getcwd());
if (strpos($auto_source, $cwd) !== 0) {
throw new \RuntimeException('The template path cannot be outside the Zikula root.');
}
$path .= '/absolutepath' . substr(dirname($auto_source), strlen($cwd));
at Zikula_View ->get_auto_filename ('/home/ntq/public_html/core/src/app/cache/dev/ztemp/view_compiled', 'file:/home/ntq/public_html/modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl', '')
in /home/ntq/public_html/core/src/vendor/drak/smarty/Smarty/Smarty.class.php at line 1515 +
at Smarty ->get_compile_path ('file:/home/ntq/public_html/modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl')
in /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php at line 2947 +
at Zikula_View ->fetch ('file:/home/ntq/public_html/modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl', '', '', false)
in /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php at line 763 +
at Zikula_View ->fetch ('file:/home/ntq/public_html/modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl')
in /home/ntq/public_html/core/src/modules/Profile/Zikula/Module/ProfileModule/Resources/views/plugins/function.duditemmodify.php at line 328 +
at smarty_function_duditemmodify (array('item' => array('prop_id' => '1', 'prop_label' => 'UREALNAME', 'prop_dtype' => '1', 'prop_modname' => '', 'prop_weight' => '1', 'prop_attribute_name' => 'realname', 'prop_required' => '0', 'prop_viewby' => '0', 'prop_displaytype' => '0', 'prop_listoptions' => '', 'prop_note' => '', 'prop_fieldset' => 'User Information')), object(Zikula_View))
in kernel.root_dir/cache/dev/ztemp/view_compiled/Profile/Zikula/Module/ProfileModule/User/modify--t_Zikula/Theme/ModernBusinessTheme-l_en.php at line 36 +
at include ('/home/ntq/public_html/core/src/app/cache/dev/ztemp/view_compiled/Profile/Zikula/Module/ProfileModule/User/modify--t_Zikula/Theme/ModernBusinessTheme-l_en.php')
in /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php at line 2960 +
at Zikula_View ->fetch ('User/modify.tpl', '', '', false)
in /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php at line 763 +
at Zikula_View ->fetch ('User/modify.tpl')
in /home/ntq/public_html/core/src/modules/Profile/Zikula/Module/ProfileModule/Controller/UserController.php at line 178 +
at UserController ->modifyAction (array())
at call_user_func (array(object(UserController), 'modifyAction'), array())
in /home/ntq/public_html/core/src/lib/util/ModUtil.php at line 1153 +
at ModUtil ::exec ('ZikulaProfileModule', 'user', 'modify', array(), false, null)
in /home/ntq/public_html/core/src/lib/util/ModUtil.php at line 1203 +
at ModUtil ::func ('ZikulaProfileModule', 'user', 'modify')
in /home/ntq/public_html/core/src/lib/Zikula/Bundle/CoreBundle/EventListener/LegacyRouteListener.php at line 116 +
at LegacyRouteListener ->onKernelRequest (object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
at call_user_func (array(object(LegacyRouteListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php at line 388 +
at TraceableEventDispatcher ->Symfony\Component\HttpKernel\Debug{closure} (object(GetResponseEvent), 'kernel.request', object(Zikula_EventManager))
at call_user_func (object(Closure), object(GetResponseEvent), 'kernel.request', object(Zikula_EventManager))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php at line 164 +
at EventDispatcher ->doDispatch (array(object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure), object(Closure)), 'kernel.request', object(GetResponseEvent))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php at line 53 +
at EventDispatcher ->dispatch ('kernel.request', object(GetResponseEvent))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php at line 167 +
at ContainerAwareEventDispatcher ->dispatch ('kernel.request', object(GetResponseEvent), null)
in /home/ntq/public_html/core/src/lib/legacy/Zikula/EventManager.php at line 99 +
at Zikula_EventManager ->dispatch ('kernel.request', object(GetResponseEvent))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php at line 138 +
at TraceableEventDispatcher ->dispatch ('kernel.request', object(GetResponseEvent))
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 107 +
at HttpKernel ->handleRaw (object(Zikula_Request_Http), '1')
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 66 +
at HttpKernel ->handle (object(Zikula_Request_Http), '1', true)
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 64 +
at ContainerAwareHttpKernel ->handle (object(Zikula_Request_Http), '1', true)
in /home/ntq/public_html/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 185 +
at Kernel ->handle (object(Zikula_Request_Http))
in /home/ntq/public_html/core/src/index.php at line 21 +
Logs -
1 error
DEBUG - Notified event "core.preinit" to listener "Zikula\RoutesModule\Listener\CoreListener::preInit".
DEBUG - Notified event "core.preinit" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::preInit".
DEBUG - Notified event "core.preinit" to listener "SystemListeners::initDB".
DEBUG - Notified event "doctrine.init_connection" to listener "Zikula\Bundle\CoreBundle\EventListener\Doctrine1ConnectorListener::doctrineInit".
DEBUG - Notified event "doctrine.configure" to listener "Zikula\Bundle\CoreBundle\EventListener\Doctrine1ConnectorListener::configureDoctrine".
DEBUG - Notified event "doctrine.cache" to listener "Zikula\Bundle\CoreBundle\EventListener\Doctrine1ConnectorListener::configureCache".
DEBUG - Notified event "doctrine.configure" to listener "Zikula\Bundle\CoreBundle\EventListener\Doctrine1ConnectorListener::configureDoctrine".
DEBUG - Notified event "doctrine.boot" to listener "Zikula\Bundle\CoreBundle\EventListener\DoctrineListener::initDoctrine".
DEBUG - Notified event "doctrine.boot" to listener "Zikula\Bundle\CoreBundle\EventListener\DoctrineListener::initDoctrineExtensions".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - SET NAMES utf8
DEBUG - SELECT t0.id AS id1, t0.modname AS modname2, t0.name AS name3, t0.value AS value4 FROM module_vars t0
DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.type AS type3, t0.displayname AS displayname4, t0.url AS url5, t0.description AS description6, t0.directory AS directory7, t0.version AS version8, t0.capabilities AS capabilities9, t0.state AS state10, t0.securityschema AS securityschema11, t0.core_min AS core_min12, t0.core_max AS core_max13 FROM modules t0
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - SELECT vars FROM session_info WHERE sessid=:id
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - SELECT t0.uid AS uid1, t0.uname AS uname2, t0.email AS email3, t0.pass AS pass4, t0.passreminder AS passreminder5, t0.activated AS activated6, t0.approved_date AS approved_date7, t0.approved_by AS approved_by8, t0.user_regdate AS user_regdate9, t0.lastlogin AS lastlogin10, t0.theme AS theme11, t0.ublockon AS ublockon12, t0.ublock AS ublock13, t0.tz AS tz14, t0.locale AS locale15 FROM users t0 WHERE t0.uid = ? LIMIT 1
DEBUG - SELECT t0.name AS name1, t0.value AS value2, t0.user_id AS user_id3 FROM users_attributes t0 WHERE t0.user_id = ?
DEBUG - SELECT g0
.gid AS gid0 FROM group_membership g0
WHERE g0
.uid IN (?)
DEBUG - SELECT g0
.pid AS pid0, g0
.gid AS gid1, g0_.sequence AS sequence2, g0_.realm AS realm3, g0_.component AS component4, g0_.instance AS instance5, g0_.level AS level6, g0_.bond AS bond7 FROM group_perms g0_ WHERE g0_.gid IN (?) ORDER BY g0_.sequence ASC
DEBUG - SELECT t0.id AS id1, t0.name AS name2, t0.type AS type3, t0.displayname AS displayname4, t0.description AS description5, t0.directory AS directory6, t0.version AS version7, t0.contact AS contact8, t0.admin AS admin9, t0.user AS user10, t0.system AS system11, t0.state AS state12, t0.xhtml AS xhtml13 FROM themes t0
DEBUG - Notified event "user.gettheme" to listener "Zikula\RoutesModule\Listener\UserListener::getTheme".
DEBUG - Notified event "user.gettheme" to listener "Guite\KnowledgeBaseModule\Listener\UserListener::getTheme".
DEBUG - Notified event "module_dispatch.postloadgeneric" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::postLoadGeneric".
DEBUG - Notified event "module_dispatch.postloadgeneric" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::postLoadGeneric".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\Module\SecurityCenterModule\Listener\FilterListener::idsInputFilter".
DEBUG - Notified event "core.init" to listener "Zikula\RoutesModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::init".
DEBUG - Notified event "core.init" to listener "SystemListeners::sessionLogging".
DEBUG - Notified event "core.init" to listener "SystemListeners::systemPlugins".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupAutoloaderForGeneratedCategoryModels".
DEBUG - Notified event "core.init" to listener "SystemListeners::setupCsfrProtection".
DEBUG - Notified event "core.init" to listener "Zikula\Module\SecurityCenterModule\Listener\FilterListener::idsInputFilter".
DEBUG - Notified event "core.postinit" to listener "Zikula\RoutesModule\Listener\CoreListener::postInit".
DEBUG - Notified event "core.postinit" to listener "Guite\KnowledgeBaseModule\Listener\CoreListener::postInit".
DEBUG - Notified event "core.postinit" to listener "Zikula\Bundle\CoreBundle\EventListener\BlameListener::onPostInit".
DEBUG - Notified event "core.postinit" to listener "SystemListeners::doctrineExtensions".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\RouterListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\LegacyRouteListener::onKernelRequest".
DEBUG - Notified event "pageutil.addvar_filter" to listener "Zikula\RoutesModule\Listener\PageListener::pageutilAddvarFilter".
DEBUG - Notified event "pageutil.addvar_filter" to listener "Guite\KnowledgeBaseModule\Listener\PageListener::pageutilAddvarFilter".
DEBUG - Notified event "pageutil.addvar_filter" to listener "SystemListeners::coreStylesheetOverride".
DEBUG - Notified event "module_dispatch.postloadgeneric" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::postLoadGeneric".
DEBUG - Notified event "module_dispatch.postloadgeneric" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::postLoadGeneric".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "view.init" to listener "Zikula\RoutesModule\Listener\ViewListener::init".
DEBUG - Notified event "view.init" to listener "Guite\KnowledgeBaseModule\Listener\ViewListener::init".
DEBUG - Notified event "view.init" to listener "Tag_Handlers::registerPluginDir".
DEBUG - Notified event "view.init" to listener "SystemPlugin_Imagine_Plugin::registerPlugins".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "SystemPlugin_Imagine_Plugin::clearCacheObserver".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "SystemPlugin_Imagine_Plugin::clearCacheObserver".
DEBUG - SELECT u0_.id AS id0, u0_.label AS label1, u0_.dtype AS dtype2, u0_.modname AS modname3, u0_.weight AS weight4, u0_.validation AS validation5, u0_.attributename AS attributename6 FROM user_property u0_ WHERE u0_.weight > 0 AND u0_.dtype >= 0 ORDER BY u0_.weight ASC
DEBUG - Notified event "module_dispatch.postexecute" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::postExecute".
DEBUG - Notified event "module_dispatch.postexecute" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::postExecute".
DEBUG - Notified event "module_dispatch.postexecute" to listener "SystemListeners::addHooksLink".
DEBUG - Notified event "module_dispatch.postexecute" to listener "SystemListeners::addServiceLink".
DEBUG - Notified event "zikula_view.template_override" to listener "Zikula\Bundle\CoreBundle\EventListener\TemplateOverrideYamlListener::handler".
DEBUG - Notified event "pageutil.addvar_filter" to listener "Zikula\RoutesModule\Listener\PageListener::pageutilAddvarFilter".
DEBUG - Notified event "pageutil.addvar_filter" to listener "Guite\KnowledgeBaseModule\Listener\PageListener::pageutilAddvarFilter".
DEBUG - Notified event "pageutil.addvar_filter" to listener "SystemListeners::coreStylesheetOverride".
DEBUG - Notified event "zikula_view.template_override" to listener "Zikula\Bundle\CoreBundle\EventListener\TemplateOverrideYamlListener::handler".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "module_dispatch.custom_classname" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::customClassname".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::preExecute".
DEBUG - Notified event "module_dispatch.preexecute" to listener "SystemPlugin_Imagine_Plugin::clearCacheObserver".
DEBUG - SELECT t0.id AS id1, t0.workflowState AS workflowState2, t0.route_name AS route_name3, t0.bundle AS bundle4, t0.controller AS controller5, t0.route_action AS route_action6, t0.route_path AS route_path7, t0.host AS host8, t0.schemes AS schemes9, t0.methods AS methods10, t0.route_defaults AS route_defaults11, t0.requirements AS requirements12, t0.options AS options13, t0.route_condition AS route_condition14, t0.description AS description15, t0.userRoute AS userRoute16, t0.sort AS sort17, t0.sort_group AS sort_group18, t0.createdUserId AS createdUserId19, t0.updatedUserId AS updatedUserId20, t0.createdDate AS createdDate21, t0.updatedDate AS updatedDate22 FROM zikula_routes_route t0 WHERE t0.workflowState = ? ORDER BY t0.sort_group ASC, t0.sort ASC
DEBUG - Notified event "module_dispatch.postexecute" to listener "Zikula\RoutesModule\Listener\ModuleDispatchListener::postExecute".
DEBUG - Notified event "module_dispatch.postexecute" to listener "Guite\KnowledgeBaseModule\Listener\ModuleDispatchListener::postExecute".
DEBUG - Notified event "module_dispatch.postexecute" to listener "SystemListeners::addHooksLink".
DEBUG - Notified event "module_dispatch.postexecute" to listener "SystemListeners::addServiceLink".
DEBUG - Notified event "zikula_view.template_override" to listener "Zikula\Bundle\CoreBundle\EventListener\TemplateOverrideYamlListener::handler".
DEBUG - Notified event "kernel.exception" to listener "Zikula\RoutesModule\Listener\KernelListener::onException".
DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException".
DEBUG - Notified event "kernel.exception" to listener "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException".
CRITICAL - Uncaught PHP Exception RuntimeException: "The template path cannot be outside the Zikula root." at /home/ntq/public_html/core/src/lib/legacy/Zikula/View.php line 873
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\SessionListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\RouterListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\LegacyRouteListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\SiteOffListener::onKernelRequestSiteOff".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Zikula\Bundle\CoreBundle\EventListener\SessionExpireListener::onKernelRequestSessionExpire".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\Security\Http\Firewall::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Zikula\RoutesModule\Listener\KernelListener::onRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ErrorsLoggerListener::injectLogger".
DEBUG - Notified event "kernel.request" to listener "closure".
DEBUG - Notified event "kernel.request" to listener "Stof\DoctrineExtensionsBundle\EventListener\LoggerListener::onKernelRequest".
DEBUG - Notified event "kernel.controller" to listener "Zikula\RoutesModule\Listener\KernelListener::onController".
DEBUG - Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelController".
DEBUG - Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".

refs #1688, #627

cc: @cmfcmf

@craigh craigh added this to the 1.4.0 milestone Jun 13, 2014
@cmfcmf
Copy link
Contributor

cmfcmf commented Jun 13, 2014

Will look into it. 🎳

@cmfcmf
Copy link
Contributor

cmfcmf commented Jun 19, 2014

This seems to be an issue with the profile module:

Zikula_View ->fetch ('file:/home/ntq/public_html/modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl')

It should be file:/home/ntq/public_html/**core/src/**modules/Profile/Zikula/Module/ProfileModule/Resources/views/Dudedit/text.tpl. See https://github.com/zikula-modules/Profile/blob/master/Zikula/Module/ProfileModule/Resources/views/plugins/function.duditemmodify.php#L328
It should not use the document root but needs to somehow get the Zikula root.

@cmfcmf cmfcmf closed this as completed Jun 19, 2014
@craigh
Copy link
Member Author

craigh commented Jun 19, 2014

did you update profile with a fix? or just close this since it is not core? can you open a related ticket there if you did not fix?

@cmfcmf
Copy link
Contributor

cmfcmf commented Jun 19, 2014

I planned to open an issue at Profile but forgot it 😏 zikula-modules/Profile#35

@craigh
Copy link
Member Author

craigh commented Jun 19, 2014

🐴

@shefik
Copy link
Contributor

shefik commented Jun 20, 2014

ServiceUtil::getManager()->get('kernel')

is now being used.

Refs. zikula-modules/Profile#35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants