execute isso em sua databse
CREATE TABLE `shop_history`(`id` int(11) NOT NULL auto_increment,`to_name` varchar(255) NOT NULL default '0',`to_account` int(11) NOT NULL default '0',`from_nick` varchar(255) NOT NULL,`from_account` int(11) NOT NULL default '0',`price` int(11) NOT NULL default '0',`offer_id` int(11) NOT NULL default '0',`trans_state` varchar(255) NOT NULL,`trans_start` int(11) NOT NULL default '0',`trans_real` int(11) NOT NULL default '0',PRIMARY KEY (`id`));
e depois execute essa
ALTER TABLE `shop_history` ADD `processed` int(11) NOT NULL default '0';





info
Grupo: Campones
Registrado: 12/09/13
Posts: 2
Reputação: 0
[12/09/2013 22:28:00] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: shop_history (SELECT * FROM shop_history WHERE "processed" = 0;)
Alguem sabe como arrumar isso no meu server de nto pfv