I have a course site made with codeigniter and an error is occurring when I register for a specific address, in this case link instead of the data being included in the database, it 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 you are registered by this address. What could be happening?