مشکل بعد از نصب دایرکت ادمین (Cannot find the script)
با سلام
دوستان دایرکت ادمین جدید نصب کردیم هر تغییری که میخاد انجام بشه ارور Cannot find the script میاد
مشکل از چی میتونه باشه ؟
و یک اسکریپ میخایم رویه سرور نصب کنیم اروری که بهش اشاره شده در لاین مورد نظر :
کد PHP:
// write to tmp file, then move to overt file lock race condition
$_tmp_file = $_dirpath . $smarty->ds . str_replace(array('.', ','), '_', uniqid('wrt', true));
if (!file_put_contents($_tmp_file, $_contents)) {
error_reporting($_error_reporting);
throw new SmartyException("unable to write file {$_tmp_file}");
}