|
|
|
ช่วยดูให้หน่อยครับมันบอกว่า Warning: Invalid argument supplied for foreach() |
|
|
|
|
|
|
|
ลอง print_r($this->errors); ตัวนี้เป็น Array หรือเปล่าครับ
|
|
|
|
|
Date :
2013-01-24 06:01:05 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บรรทัดที่52
|
|
|
|
|
Date :
2013-01-24 08:15:12 |
By :
nukedonut1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แก้บรรทัดที่ 72 ครับ มันทำให้ $this->errors กลายเป็น String
Code (PHP)
$this->errors = 'Incalid subnit';
แก้เป็น
Code (PHP)
$this->errors[] = 'Incalid subnit';
|
|
|
|
|
Date :
2013-01-24 08:23:28 |
By :
kerb |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|