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

Help, DaoPay Please Fast.........

ChiSka

Avera.Sytes.Net
Joined
Jul 15, 2009
Messages
865
Reaction score
17
When Try to Enter the Pin Code it get that Error

PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fireblade_otserv.z_shop_points_bought' doesn't exist in C:\xampp\htdocs\fireblade\buypoints.php on line 187
 
Code:
CREATE TABLE `z_shop_points_bought` (
`id` INT( 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`amount` INT( 15 ) NOT NULL ,
`type` VARCHAR( 255 ) NOT NULL ,
`accountid` INT( 15 ) NOT NULL ,
`code` VARCHAR( 255 ) NOT NULL ,
`paypalmail` VARCHAR( 255 ) NOT NULL ,
`date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP 
) ENGINE = MYISAM ;

30 seconds seacrh function.
 
Back
Top