roberio120 0 Posted April 15, 2020 Report Share Posted April 15, 2020 Estou tentando instalar um script em php mas quando finalizo a instalação e vou entrar no site acontece esse erro. Error Number: 1054 Unknown column 'data' in 'field list' SELECT `data` FROM `ci_sessions` WHERE `id` = 'h09hav4mfnqdhj002jeb65vvfl6mbtkf' Filename: libraries/Session/drivers/Session_database_driver.php Line Number: 171 Peço perdão por ser leigo. Quote Link to post Share on other sites
0 ofelipe 0 Posted May 21, 2020 Report Share Posted May 21, 2020 Opa bão, Essa tabela 'ci_sessions' tem esse campo 'data' ? Se sim, verifique se você está utilizando algum framework, provavelmente está faltando este campo 'data' na model da tabela 'ci_sessions' Quote Link to post Share on other sites
Question
roberio120 0
Estou tentando instalar um script em php mas quando finalizo a instalação e vou entrar no site acontece esse erro.
Error Number: 1054
Unknown column 'data' in 'field list'
SELECT `data` FROM `ci_sessions` WHERE `id` = 'h09hav4mfnqdhj002jeb65vvfl6mbtkf'
Filename: libraries/Session/drivers/Session_database_driver.php
Line Number: 171
Peço perdão por ser leigo.
Link to post
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.