Exception nsresult: “0x805e0006 (<unknown>)” location when submitting changes using x-editable in yii
- 阅读更多 关于 Exception nsresult: “0x805e0006 ()” location when submitting changes using x-editable in yii
问题 I am getting the following exception when trying to ok the value in x-editable. [Exception... "" nsresult: "0x805e0006 ()" location: "JS frame :: :: .send :: line 8400" data: no] View Code: <?php $this->widget('bootstrap.widgets.TbGridView', array( 'id' => 'subjectgrid', 'itemsCssClass' => 'table-bordered items', 'dataProvider' => new CActiveDataProvider('Examschedule',array( 'criteria'=>array('condition'=>"examcode=:newexam and sessioncode=:sessioncode", 'params'=>array(':newexam'=>$examcode