lindaBS Posted May 16, 2017 Share Posted May 16, 2017 Buongiorno a tutti, vi chiedo cortesemente una mano per risolvere un problema che abbiamo riscontrato di recente sul nostro Prestashop 1.7. Stavamo aggiornando una posizione dentro un modulo a pagamento (Modules >> Installed modules >> sp newsletter block ) Quando tutto ad un tratto è apparso un errore che ci impediva addirittura di entrare nel backend di Prestashop. Dopo aver chiaramente installato la consolle di debug abbiamo potuto classificare l'errore... Viene fuori: SmartyException in smarty_resource.php line 467: Unknown resource type 'module'. e queste altre info: in smarty_resource.php line 467 at Smarty_Resource::load(object(Smarty), 'module') in smarty_resource.php line 544 at Smarty_Resource::source(object(Smarty_Internal_Template)) in smarty_internal_template.php line 680 at Smarty_Internal_Template->__get('source') in smarty_internal_templatebase.php line 119 at Smarty_Internal_TemplateBase->fetch() in Module.php line 2255 at ModuleCore->fetch('module:ps_emailsubscription/views/templates/hook/ps_emailsubscription.tpl') in ps_emailsubscription.php line 754 at Ps_Emailsubscription->renderWidget('displayAdminAfterHeader', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '1')) in Hook.php line 763 at HookCore::coreRenderWidget(object(Ps_Emailsubscription), 'displayAdminAfterHeader', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '1')) in Hook.php line 737 at HookCore::exec('displayAdminAfterHeader', array('smarty' => object(Smarty_Internal_Template), 'cookie' => object(Cookie), 'cart' => null, 'altern' => '1'), null) in smarty.config.inc.php line 174 at smartyHook(array('h' => 'displayAdminAfterHeader'), object(Smarty_Internal_Template)) in SmartyLazyRegister.php line 83 at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayAdminAfterHeader'), object(Smarty_Internal_Template))) in smarty_internal_templatebase.php(157) : eval()'d code line 546 at content_591b1b59a7ee55_61368446(object(Smarty_Internal_Template)) in smarty_internal_templatebase.php line 188 at Smarty_Internal_TemplateBase->fetch('header.tpl') in AdminController.php line 1799 at AdminControllerCore->display() in Controller.php line 221 at ControllerCore->run() in Dispatcher.php line 366 at DispatcherCore->dispatch() in index.php line 95 Purtroppo non avevamo fatto il backup di quanto fatto fino ad ora. Qualcuno ha qualche suggerimento? Grazie in anticipo a chi potrà darci una mano. Linda Link to comment Share on other sites More sharing options...
fedesib Posted May 31, 2017 Share Posted May 31, 2017 Ciao, avete risolto? Se ancora non avete risolto, sembra che il problema sia nell'hook del modulo legato a "displayAdminAfterHeader". Era forse questa posizione che stavate modificando quando c'è stato l'errore? Se così fosse vi consiglio di aprire il file principale del modulo (che dovrebbe essere ps_emailsubscription.php) e dare un'occhiata a cosa fa la funzione legata a questo hook, per poi decidere come procedere. Buona giornata, Federica Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now