1
I have a course site made with codeigniter and an error is occurring, when I sign up for a specific address, in case, this http://www.cursosnet.com.br/site/cadastrar/8/0/13732 instead of the data being included in the database, returns the following error, for example:
An Error Was Encountered Error Number: 1054 Unknown column 'redirect' in 'field list' INSERT INTO `usuarios` (`nome`, `estado`, `cidade`, `pais`, `cep`, `endereco`, `numero`, `bairro`, `telefone`, `como_conheceu`, `email`, `senha`, `redirect`, `data_cadastro_usuario`, `valido`, `hashing`) VALUES ('Cadastro de Testes', 'MG', 'Montes Claros', 'Brasil', '39404000', 'Endereço de teste', '104A', 'Bairro de teste', '3899999999', 'nao sei', '[email protected]', '123456', 'site/curso_matricular/13732', '2015-03-20', 'Sim', 'puowqxalnce8jsh6e5swfcte244rpl3gmixwb65mb1187kj42m1nkwv2pvpizvb5gfh2apllzjr5n3v23mvwb1iny26qyfrlnc30')
But only when it is registered by this address. What may be occurring?
Checks if your table has a column, "redirect" and checks that it is written correctly!
– Kayo Bruno