Internal server error

[2015-05-18 17:31:45] mautic.CRITICAL: Uncaught PHP Exception DoctrineDBALDBALException:

“An exception occurred while executing ‘INSERT INTO mau_form_results_3_ofuturodap (empresa, nome, apelido, cargo, actividade, email,

telefone, submission_id, form_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)’ with params [“ASCMI”, “Alfredo”, “Simu00f5es”, “Consultor”,

“Consultoria”, “alfredo.simoes@mail.telepac.pt”, “963091740”, 14, 3]: Unknown column ‘actividade’ in ‘field list’” at

/home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {“exception”:"[object]

(Doctrine\DBAL\DBALException(code: 0): An exception occurred while executing ‘INSERT INTO mau_form_results_3_ofuturodap

(empresa, nome, apelido, cargo, actividade, email, telefone, submission_id, form_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)’

with params [“ASCMI”, “Alfredo”, “Sim\u00f5es”, “Consultor”, “Consultoria”, “alfredo.simoes@mail.telepac.pt”,

“963091740”, 14, 3]:nnUnknown column ‘actividade’ in ‘field list’ at /home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib

/Doctrine/DBAL/DBALException.php:91, Doctrine\DBAL\Driver\Mysqli\MysqliException(code: 1054): Unknown column ‘actividade’ in

‘field list’ at /home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php:89)"} []



it happened when added one more field in the form. I removed the field and works again

[2015-05-18 17:31:45] mautic.CRITICAL: Uncaught PHP Exception DoctrineDBALDBALException:
“An exception occurred while executing ‘INSERT INTO mau_form_results_3_ofuturodap (empresa, nome, apelido, cargo, actividade, email,
telefone, submission_id, form_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)’ with params [“ASCMI”, “Alfredo”, “Simu00f5es”, “Consultor”,
“Consultoria”, “alfredo.simoes@mail.telepac.pt”, “963091740”, 14, 3]: Unknown column ‘actividade’ in ‘field list’” at
/home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php line 91 {“exception”:"[object]
(Doctrine\DBAL\DBALException(code: 0): An exception occurred while executing ‘INSERT INTO mau_form_results_3_ofuturodap
(empresa, nome, apelido, cargo, actividade, email, telefone, submission_id, form_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)’
with params [“ASCMI”, “Alfredo”, “Sim\u00f5es”, “Consultor”, “Consultoria”, “alfredo.simoes@mail.telepac.pt”,
“963091740”, 14, 3]:nnUnknown column ‘actividade’ in ‘field list’ at /home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib
/Doctrine/DBAL/DBALException.php:91, Doctrine\DBAL\Driver\Mysqli\MysqliException(code: 1054): Unknown column ‘actividade’ in
‘field list’ at /home/ascmico/public_html/mautic/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php:89)"} []

it happened when added one more field in the form. I removed the field and works again

So this is complaining about a field that it was trying to insert into a column that wasn’t there anymore – any chance the field was still on the form after it was removed as a lead field?