Undefined index (input text name) in Back office form customization (Prestashop)
问题 I'm creating a Prestashop 1.5 module, In the module Back office customization i got this error behind the input text Notice: Undefined index: name in /var/www/presta/cache/smarty/compile/7d2a4e588611a8a1dd049f82d14a4ae0b20fe990.file.form.tpl.php on line 228 line 228 is like this <?php $_smarty_tpl->tpl_vars['value_text'] = new Smarty_variable($_smarty_tpl->tpl_vars['fields_value']->value[$_smarty_tpl->tpl_vars['input']->value['name']], null, 0);?> It lookes like it's related with input text