Jump to content

presrta shop 1.7.6.5


Recommended Posts

Whoops, looks like something went wrong.

(1/1) ContextErrorException

Notice: Undefined index: vmegamenu

in 5a5960e6fdbfebe6cf2987a6720795feb49db7b5_2.file.fieldvmegamenu.tpl.php line 31

at content_6249b36fd7e3c9_89153103(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123

at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114

at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216

at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232

at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, null, null, 0)in smarty_internal_templatebase.php line 116

at Smarty_Internal_TemplateBase->fetch(null, null, null, null, false, true, false)in SmartyDevTemplate.php line 40

at SmartyDevTemplateCore->fetch()in Module.php line 2409

at ModuleCore->display('/home/u655669077/domains/xxxx.com/public_html/modules/fieldvmegamenu/fieldvmegamenu.php', 'fieldvmegamenu.tpl')in fieldvmegamenu.php line 1478

at fieldvmegamenu->hookDisplayNav1(array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 970

at HookCore::coreCallHook(object(fieldvmegamenu), 'hookdisplayNav1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 355

at HookCore::callHookOn(object(fieldvmegamenu), 'displayNav1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1))in Hook.php line 907

at HookCore::exec('displayNav1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart), 'altern' => 1), null)in smarty.config.inc.php line 167

at smartyHook(array('h' => 'displayNav1'), object(SmartyDevTemplate))in SmartyLazyRegister.php line 83

at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayNav1'), object(SmartyDevTemplate)))in 84bba3c4991a149fddeb86af4038abb408030684_2.file.layout-both-columns.tpl.php line 112

at content_6249b36fcb2259_45143601(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123

at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114

at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216

at Smarty_Internal_Template->render()in smarty_internal_template.php line 385

at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125

at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-both-columns.tpl')in df30452c147d9150d39ad68a1b6a0db0eb5fff91_2.file.layout-full-width.tpl.php line 42

at content_6249b36fc77695_02663809(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123

at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114

at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216

at Smarty_Internal_Template->render()in smarty_internal_template.php line 385

at Smarty_Internal_Template->_subTemplateRender('layouts/layout-full-width.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125

at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyDevTemplate), 'layouts/layout-full-width.tpl')in 3a95f9281565de408b4702a5736618dce3a3636c_2.file.index.tpl.php line 32

at content_6249b36fc6ec52_90563712(object(SmartyDevTemplate))in smarty_template_resource_base.php line 123

at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyDevTemplate))in smarty_template_compiled.php line 114

at Smarty_Template_Compiled->render(object(SmartyDevTemplate))in smarty_internal_template.php line 216

at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232

at Smarty_Internal_TemplateBase->_execute(object(SmartyDevTemplate), null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116

at Smarty_Internal_TemplateBase->fetch('index.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyDev.php line 40

at SmartyDev->fetch('index.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 683

at FrontControllerCore->smartyOutputContent('index.tpl')in FrontController.php line 667

at FrontControllerCore->display()in Controller.php line 312

at ControllerCore->run()in Dispatcher.php line 515

at DispatcherCore->dispatch()in index.php line 28

 

ı restart the module then get it. ı try disable all module then try again activation the module but not succesfull. can you help for it?

Edited by Halibriam (see edit history)
Link to comment
Share on other sites

You should go to fieldvmegamenu.tpl and find where the 'vmegamenu' key is used, and check if exists before use:

{if isset($array_used.vmegamenu)}{$array_used.vmegamenu}{/if}

This is an example, you have to adapt the code a bit.

Link to comment
Share on other sites

On 4/3/2022 at 7:26 PM, Ress said:

You should go to fieldvmegamenu.tpl and find where the 'vmegamenu' key is used, and check if exists before use:

{if isset($array_used.vmegamenu)}{$array_used.vmegamenu}{/if}

This is an example, you have to adapt the code a bit.

i can not see used keys place from fieldvmegamenu.tpl.

fieldvmegamenu.tpl.rar

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...