PDA

View Full Version : سوال: درمورد این پیغام خطا راهنمایی کنید



RainyMonth2006
پنج شنبه 30 آبان 1387, 09:20 صبح
سلام

پیغام خطا :


Parse error: parse error, unexpected '{' in E:\EasyPHP 2.0b1\www\Kayako-Support-Suite\upload\includes\SmartyLight\class.template.p hp on line 352


و این خطی هم که خطا گرفته مشخص کردم:



function _run_insert($arguments) {
if ($this->cache)
{
===> return $this->_sl_md5 . '{_run_insert ' . serialize((array)$arguments) . '}' . $this->_sl_md5;
}
else
{
if (!function_exists('insert_' . $arguments['name']))
$this->trigger_error("function 'insert_" . $arguments['name'] . "' does not exist in 'insert'", E_USER_ERROR);
if (isset($arguments['assign']))
$this->assign($arguments['assign'], call_user_func_array('insert_' . $arguments['name'], array((array)$arguments, $this)));
else
return call_user_func_array('insert_' . $arguments['name'], array((array)$arguments, $this));
}
}

I,Nobody
پنج شنبه 30 آبان 1387, 11:47 صبح
return $this->_sl_md5 . '{'.'_run_insert ' . serialize((array)$arguments) . '}' . $this->_sl_md5;