Когда я изменил версию php на 5.6.33, мой проект не работает. Это показывает умную ошибку: [плагин]: unction smarty_block_formfield () не найден. Но файл и функция доступны. Smarty версия 2.6.14. когда я пытаюсь загрузить страницу, она показывает,
$params['model'](); } else { $params['options']=array(""=>"Select"); } } else { $params['options'] = $params['model']; } } else { $params['options']=array(""=>"Select"); } $smarty->assign('Form_Params', $params); // Generate the block. $output = $smarty->fetch("formfields/".$params['type'].".tpl"); // Clean up. $smarty->clear_assign('Form_Params'); return $output; /*if($params['template']!="") { // Add the block content to the tag parameters list. if($params['type']=="menu") { $params['content'] = getMainMenu($smarty,$params['menu'],$params); } if($params['type']=="breadcrumb") { $params['content'] = $smarty->registry->router->location; $smarty->assign('Block_Class',$params['class']); } // Create a $Block_Params template variable that contains these settings. if(count($params['content'])==0) { return; } $smarty->assign('Block_Params', $params); // Generate the block. $output = $smarty->fetch($params['template']); // Clean up. $smarty->clear_assign('Block_Params'); return $output; } */ } return; }
Фатальная ошибка: Smarty error:
Задача ещё не решена.
Других решений пока нет …