keke_exception[ 1146 ]: Table 'x.keke_witkey_arrticle' doesn't exist [ select * from keke_witkey_arrticle where art_id=3 ]

D:\WWW\x\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' => $this->getError(), ':query' => $sql ), $this->getErrno() );
193 		exit ();
194 	}
195 	public function special_filed(&$value) {
196 		if ('*' == $value || false !== strpos ( $value, '(' ) || false !== strpos ( $value, '.' ) || false !== strpos ( $value, '`' )) {
197 		} else {
  1. D:\WWW\x\index.php [ 91 ] » db_factory::get_one ( arguments )

  2. D:\WWW\x\lib\db\db_factory.php [ 168 ] » keke_db->get_one ( arguments )

  3. D:\WWW\x\lib\db\db_factory.php [ 90 ] » mysqli_drver->get_one_row ( arguments )

  4. D:\WWW\x\lib\db\mysqli_driver.php [ 77 ] » mysqli_drver->execute_sql ( arguments )

  5. D:\WWW\x\lib\db\mysqli_driver.php [ 158 ] » mysqli_drver->halt ( arguments )

Environment