keke_exception[ 1064 ]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') order by a.tasktop desc,a.task_id desc' at line 2 [ select a.*,d.* from keke_witkey_task as a left join keke_witkey_task_cash_cove d on a.task_cash_coverage=d.cash_rule_id where 1=1 and a.model_id in(4) and a.indus_id = 411 and a.task_id in () order by a.tasktop desc,a.task_id desc ]

/www/wwwroot/cccbb.com/lib/db/mysqli_driver.php[ 192 ]

187 	}
188 	public function getErrno() {
189 		return ($this->_link) ? mysqli_errno ( $this->_link ) : mysqli_errno ();
190 	}
191 	public function halt($message = '', $sql = '') {
192 		throw new keke_exception ( ':error [ :query ]', array (':error' => mysqli_error ( $this->_link ), ':query' => $sql ), mysqli_errno ( $this->_link ) );
193 		exit ();
194 	}
195 	public function special_filed(&$value) {
196 		if ('*' == $value || false !== strpos ( $value, '(' ) || false !== strpos ( $value, '.' ) || false !== strpos ( $value, '`' )) {
197 		} else {
  1. /www/wwwroot/cccbb.com/index.php [ 101 ] » require ( arguments )

  2. /www/wwwroot/cccbb.com/control/tasklist.php [ 117 ] » db_factory::execute ( arguments )

  3. /www/wwwroot/cccbb.com/lib/db/db_factory.php [ 96 ] » keke_db->execute ( arguments )

  4. /www/wwwroot/cccbb.com/lib/db/db_factory.php [ 65 ] » mysqli_drver->execute ( arguments )

  5. /www/wwwroot/cccbb.com/lib/db/mysqli_driver.php [ 149 ] » mysqli_drver->execute_sql ( arguments )

  6. /www/wwwroot/cccbb.com/lib/db/mysqli_driver.php [ 158 ] » mysqli_drver->halt ( arguments )

Environment