• 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!

Windows Help me

jazso

New Member
Joined
Jul 17, 2009
Messages
5
Reaction score
0
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'otserv.woe' doesn't exist' in C:\xampp\htdocs\warofemperium.php:10 Stack trace: #0 C:\xampp\htdocs\warofemperium.php(10): PDO->query('???SELECT w.id ...') #1 C:\xampp\htdocs\index.php(154): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\warofemperium.php on line 10

:(
 
Execute this in your Phpmyadmin -> SQL Query
SQL:
CREATE TABLE `woe` (`id` INT( 11 ) NOT NULL AUTO_INCREMENT ,`started` INT( 11 ) NOT NULL ,`guild` INT( 11 ) NOT NULL ,`breaker` INT( 11 ) NOT NULL ,`time` INT( 11 ) NOT NULL ,PRIMARY KEY ( `id` ) ,UNIQUE (`id`)) ENGINE = MYISAM;
 
Back
Top