Title: Update causes wordpress database error
Last modified: March 8, 2017

---

# Update causes wordpress database error

 *  Resolved [petefuseloft](https://wordpress.org/support/users/petefuseloft/)
 * (@petefuseloft)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/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
   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](https://wordpress.org/support/users/supsysticcom/)
 * (@supsysticcom)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/update-causes-wordpress-database-error/#post-8894195)
 * 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](https://supsystic.com/contact-us/).
   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.

 * ![](https://s.w.org/plugins/geopattern-icon/social-share-buttons-by-supsystic_dee2e2.
   svg)
 * [Social Share Buttons by Supsystic](https://wordpress.org/plugins/social-share-buttons-by-supsystic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/social-share-buttons-by-supsystic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/social-share-buttons-by-supsystic/)
 * [Active Topics](https://wordpress.org/support/plugin/social-share-buttons-by-supsystic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/social-share-buttons-by-supsystic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/social-share-buttons-by-supsystic/reviews/)

## Tags

 * [update](https://wordpress.org/support/topic-tag/update/)

 * 1 reply
 * 2 participants
 * Last reply from: [supsystic](https://wordpress.org/support/users/supsysticcom/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/update-causes-wordpress-database-error/#post-8894195)
 * Status: resolved