Postado Janeiro 6, 2016 9 anos Meu gesior não esta mostrando se o item foi add no site shop offer e nem no shop guild... Não tenho nem ideia do que fazer para arrumar... Já vi uns videos relacionados a bugs no shop offer, mas eles eram todos relacionados a, não aparecer a imagem do item, e no meu caso o item todo não aparece... (http://postimg.org/image/sx0b64iht/)(http://postimg.org/image/jx63dizh7/)
Postado Janeiro 6, 2016 9 anos CREATE TABLE `z_shop_history_item` ( `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`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; CREATE TABLE `z_shop_offer` ( `id` int(11) NOT NULL auto_increment, `points` int(11) NOT NULL default '0', `itemid1` int(11) NOT NULL default '0', `count1` int(11) NOT NULL default '0', `itemid2` int(11) NOT NULL default '0', `count2` int(11) NOT NULL default '0', `offer_type` varchar(255) default NULL, `offer_description` text NOT NULL, `offer_name` varchar(255) NOT NULL, `pid` INT(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1; CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `type` varchar(255) NOT NULL, `action` varchar(255) NOT NULL, `param1` varchar(255) NOT NULL, `param2` varchar(255) NOT NULL, `param3` varchar(255) NOT NULL, `param4` varchar(255) NOT NULL, `param5` varchar(255) NOT NULL, `param6` varchar(255) NOT NULL, `param7` varchar(255) NOT NULL, `delete_it` int(2) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; Tenta executar ai
Postado Janeiro 6, 2016 9 anos Autor Minha database já tem essas tabelas. http://postimg.org/image/l7ot3x8q5/
Postado Janeiro 6, 2016 9 anos nossa... que estranho... tenta trocar seu shopadmin e shopsystem.php por esses em anexo.. Mas faz um backup dos seus antes. Crie uma nova oferta depois de substituir. shopadmin.php shopsystem.php
Postado Janeiro 6, 2016 9 anos Autor Tambem não adiantou... Acha que eu devo trocar o site todo por outro?
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.