keke_exception[ 1064 ]: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 [ SELECT * FROM `hd_user` WHERE uid= ]

/home/admin/wwwroot/dlsstax/order/lib/db/mysql_driver.php[ 187 ]

182 	}
183 	public function getErrno() {
184 		return ($this->_link) ? mysql_errno ( $this->_link ) : mysql_errno ();
185 	}
186 	public function halt($message = '', $sql = '') {
187 		throw new keke_exception ( ':error [ :query ]', array ('msg'=>$message,':error' => mysql_error ( $this->_link ), ':query' => $sql ), mysql_errno ( $this->_link ) );
188 		exit ();
189 	}
190 	public function special_filed(&$value) {
191 		if ('*' == $value || false !== strpos ( $value, '(' ) || false !== strpos ( $value, '.' ) || false !== strpos ( $value, '`' )) {
192 		} else {
  1. /home/admin/wwwroot/dlsstax/order/index.php [ 114 ] » require ( arguments )

  2. /home/admin/wwwroot/dlsstax/order/control/answer.php [ 113 ] » db_factory::query ( arguments )

  3. /home/admin/wwwroot/dlsstax/order/lib/db/db_factory.php [ 111 ] » keke_db->query ( arguments )

  4. /home/admin/wwwroot/dlsstax/order/lib/db/db_factory.php [ 81 ] » mysql_drver->query ( arguments )

  5. /home/admin/wwwroot/dlsstax/order/lib/db/mysql_driver.php [ 33 ] » mysql_drver->execute_sql ( arguments )

  6. /home/admin/wwwroot/dlsstax/order/lib/db/mysql_driver.php [ 153 ] » mysql_drver->halt ( arguments )

Environment