We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

SQLSTATE error after upgrade to 1.6 | Forum

John
John Jan 8 '14

After I've updated manually to 1.6 version, I encounter this error, visible in debug mode:


Message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'isMobile' in 'where clause'
File: /home/xxx/public_html/xxx/ow_core/database.php
Line: 331
Trace: #0 /home/xxx/public_html/xxx/ow_core/database.php(331): PDOStatement->execute()
#1 /home/xxx/public_html/xxx/ow_core/database.php(432): OW_Database->execute('SELECT * FROM o...', Array)
#2 /home/xxx/public_html/xxx/ow_core/base_dao.php(89): OW_Database->queryForObjectList('SELECT * FROM o...', 'BOL_Document', Array, 0, Array)
#3 /home/xxx/public_html/xxx/ow_system_plugins/base/bol/document_dao.php(111): OW_BaseDao->findListByExample(Object(OW_Example))
#4 /home/xxx/public_html/xxx/ow_system_plugins/base/bol/navigation_service.php(117): BOL_DocumentDao->findAllStaticDocuments()
#5 /home/xxx/public_html/xxx/ow_core/application.php(173): BOL_NavigationService->findAllStaticDocuments()
#6 /home/xxx/public_html/xxx/index.php(43): OW_Application->init()
#7 {main}
Type: PDOException


I have replaced the real valuesfor website with xxx. Anybody knows what can cause this error?

Thank you for your time!

Kieron H Leader
Kieron H Jan 8 '14
im getting the same 
John
John Jan 8 '14

Quote from Paul Cuffe John: This is showing you that a field "isMobile" is missing from a DB field, have you updated the plugins or did you just do a core update?

Just a core update.
Kieron H Leader
Kieron H Jan 8 '14
i have PM you 
John
John Jan 8 '14
Thank you, it works great, you know what you are doing...
Alia Team
Alia Jan 8 '14
Paul, do you mind sharing what you did to solve this?