Update causes wordpress database error
-
I tried updating to the most recent version, 1.7.9, on a couple different wordpress installs. In both contexts, I’m getting the below error. For now I’ve reverted to the previous version, 1.6.8, which is not producing the error.
Is there an update pending which will fix this problem?
WordPress database error: [Unknown column ‘pn.icon_image’ in ‘field list’]
SELECT n.*, pn.title, pn.text, pn.tooltip, pn.text_format, pn.use_short_url, pn.icon_image FROMwp_supsystic_ss_projectsAS p LEFT JOINwp_supsystic_ss_project_networksAS pn ON p.id = pn.project_id LEFT JOINwp_supsystic_ss_networksAS n ON pn.network_id = n.id WHERE p.id = 1 ORDER BY pn.position ASC
The topic ‘Update causes wordpress database error’ is closed to new replies.