Replies: 0
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 FROM wp_supsystic_ss_projects
AS p LEFT JOIN wp_supsystic_ss_project_networks
AS pn ON p.id = pn.project_id LEFT JOIN wp_supsystic_ss_networks
AS n ON pn.network_id = n.id WHERE p.id = 1 ORDER BY pn.position ASC