• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Modern acc Sell character

Status
Not open for further replies.

Soul_Bullock

New Member
Joined
May 4, 2011
Messages
53
Reaction score
1
Wyskakuje mi taki błąd i nie wiem co mam zrobić ;//
PHP:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'chemikots.characters_auctions' doesn't exist' in C:\xampp\htdocs\system\pages\sellchar.php:109 Stack trace: #0 C:\xampp\htdocs\system\pages\sellchar.php(109): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\system\application\controllers\p.php(13): include('C:\xampp\htdocs...') #2 [internal function]: p->v('sellchar') #3 C:\xampp\htdocs\system\codeigniter\CodeIgniter.php(236): call_user_func_array(Array, Array) #4 C:\xampp\htdocs\index.php(165): require_once('C:\xampp\htdocs...') #5 {main} thrown in C:\xampp\htdocs\system\pages\sellchar.php on line 109
A skrypt z tej strony. http://otland.net/f118/modern-aac-auction-characters-154159/ Co mam zrobić?? Pomoże ktoś?
 
Table 'chemikots.characters_auctions' doesn't exist
Nie ma takiej tabeli w bazie danych.
 
SQL:
CREATE TABLE `characters_auctions` (
  `id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
  `state` TINYINT( 1 ) NOT NULL DEFAULT '0' ,
  `finish_time` INT NOT NULL ,
  `char_id` INT NOT NULL ,
  `buy_now` INT NOT NULL ,
  `bid` INT NOT NULL ,
  `bidder` INT NOT NULL ,
  INDEX ( `finish_time` ));
 
Status
Not open for further replies.
Back
Top