NA

Erro ao criar Conta

Por narutomaniacos, 02 de mar. de 2014 em Archived

4
609
narutomaniacosN
02 de março de 2014 às 12:28

Bom pessoal to com um server 8.54 criei um site Não gosto muito de account maneger Mais ao criar conta no site aparece esse error

An Error Was Encountered

Houve um problema durante o carregamento da conta. Err code: 220212072010 mais detalhes: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'rlname' in 'field list'

Alguem pode me ajudar?

dyego2008D
02 de março de 2014 às 12:48

Execute isso no seu sql

 

 

CREATE TABLE IF NOT EXISTS `accounts` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR(32) NOT NULL DEFAULT '',
`password` VARCHAR(255) NOT NULL,
`premdays` INT(11) NOT NULL DEFAULT '0',
`lastday` INT(10) UNSIGNED NOT NULL DEFAULT '0',
`email` VARCHAR(255) NOT NULL DEFAULT 'sample@mail.com',
`key` VARCHAR(20) NOT NULL DEFAULT '0',
`blocked` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'internal usage',
`warnings` INT(11) NOT NULL DEFAULT '0',
`group_id` INT(11) NOT NULL DEFAULT '1',
`page_lastday` INT(11) NOT NULL DEFAULT '0',
`email_new` VARCHAR(255) NOT NULL DEFAULT 'test',
`email_new_time` INT(15) DEFAULT NULL,
`created` INT(11) NOT NULL DEFAULT '0',
`rlname` VARCHAR(255) NOT NULL DEFAULT '',
`location` VARCHAR(255) NOT NULL DEFAULT '',
`page_access` INT(11) NOT NULL DEFAULT '0',
`email_code` VARCHAR(255) NOT NULL DEFAULT '0',
`next_email` INT(11) NOT NULL DEFAULT '0',
`premium_points` INT(11) NOT NULL DEFAULT '0',
`vote` INT(11) DEFAULT NULL,
`last_post` INT(11) DEFAULT NULL,
`flag` VARCHAR(255) DEFAULT NULL,
`vip_time` BIGINT(20) DEFAULT NULL,
`referral` INT(10) DEFAULT NULL,
`referral2` INT(10) DEFAULT NULL,
`vip_time2` BIGINT(20) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8814087 ;

 

narutomaniacosN
02 de março de 2014 às 14:29

Eu peguei outro site e o erro saio Rep+ Pra vc por tenta ajudar!

dyego2008D
02 de março de 2014 às 14:32

Obrigado NarutoManiacos, Dúvida Sanada.