Jump to content

Some of my plugin functionalities are giving me errors: Attempted to call function "idn_to_ascii"


Recommended Posts

Hi,

  • version: prestashop 1.7.5
  • php version: php7.1

i have this marketplace plugin i recently installed and some of the features such as enabling user requests for sellers or editing profiles are directing me to a 500 internal server error. i started debugging and got the "Attempted to call function "idn_to_ascii" from the global namespace." message. 

71947_image-2019-01-14-22-37-06-916.png

After a bit of research, i understood that i needed to enable php-int in order for these errors to disappear which i did  but they keep showing up and i can't find any other solution.

any help would be much appreciated

Edited by yannbohbot
missing information (see edit history)
Link to comment
Share on other sites

HI, I have the same problem as you since I switched to version 1.7.5 ?

 

(1/1) SmartyException
Source: Missing name

in smarty_template_source.php line 168
at Smarty_Template_Source::load(object(SmartyDevTemplate))
in smarty_internal_template.php line 168
at Smarty_Internal_Template->__construct(null, object(SmartyDev), null, 'poslistcategories|1|1|8', null, null, null)
in Smarty.class.php line 1029
at Smarty->createTemplate(null, 'poslistcategories|1|1|8', null, object(Smarty_Data))
in Module.php line 2437
at ModuleCore->getCurrentSubTemplate(null, 'poslistcategories|1|1|8', null)
in Module.php line 2485
at ModuleCore->isCached(null, 'poslistcategories|1|1|8')
in poslistcategories.php line 615
at PosListCategories->renderWidget('displayBlockPosition1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))
in Hook.php line 971
at HookCore::coreRenderWidget(object(PosListCategories), 'displayBlockPosition1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)))
in Hook.php line 923
at HookCore::exec('displayBlockPosition1', array('smarty' => object(SmartyDevTemplate), 'cookie' => object(Cookie), 'cart' => object(Cart)), null)
in smarty.config.inc.php line 165
at smartyHook(array('h' => 'displayBlockPosition1'), object(SmartyDevTemplate))
in SmartyLazyRegister.php line 83
at SmartyLazyRegister->__call('smartyHook', array(array('h' => 'displayBlockPosition1'), object(SmartyDevTemplate)))
in 30ee9690f5aa122da4d9cbfeb6b1b5a371be26a5_2.file.layout-both-columns.tpl.php line 91
at content_5c3df042125080_99526750(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 e6edbb0de59b4ea76de552a6df4a0db57465327a_2.file.layout-full-width.tpl.php line 42
at content_5c3df04208f2d4_80757417(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 78d06aa2020d65676e62187587a6c6d6de96a080_2.file.page.tpl.php line 33
at content_5c3df04202a877_41549635(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('page.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), 'page.tpl')
in e9f271066ab590077c6350ee0304c5108d7bb53d_2.file.index.tpl.php line 33
at content_5c3df041dabc70_60342214(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 682
at FrontControllerCore->smartyOutputContent('index.tpl')
in FrontController.php line 666
at FrontControllerCore->display()
in Controller.php line 301
at ControllerCore->run()
in Dispatcher.php line 509
at DispatcherCore->dispatch()
in index.php line 28
 
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...