• Resolved petefuseloft

    (@petefuseloft)


    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

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello!
    PLease try to update it one more time and then run this code on SQL tab of your database –

    ALTER TABLE wp_supsystic_ss_project_networks
     ADD COLUMN icon_image int NULL AFTER use_short_url

    If you still have the issue – contact us through our?internal support. We will check what is wrong and will help you to solve the problem.

Viewing 1 replies (of 1 total)
  • The topic ‘Update causes wordpress database error’ is closed to new replies.