• Resolved bongojules

    (@bongojules)


    Hello,

    I”m getting the same error as mentioned in a previous thread. However I’ve already updated to Version 1.8.1 and still getting the error:

    WordPress database error:[Unknown column ‘pn.profile_name’ in ‘field list’]
    SELECT n.*, pn.title, pn.text, pn.tooltip, pn.text_format, pn.use_short_url, pn.icon_image, pn.profile_name 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

    Please advise!

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author supsystic

    (@supsysticcom)

    Hello.
    Try to execute next query in your database manager (phpMyAdmin or any other database manager on your hosting that should be available under your hosting panel):
    ALTER TABLE wp_supsystic_ss_project_networks ADD COLUMN profile_name VARCHAR(255) NULL DEFAULT NULL;
    It’s seems like update process on your server somehow go incorrect. This query will finish it as it should and plugin will continue work correct.

    Regards,
    supsystic.

    Thread Starter bongojules

    (@bongojules)

    Yep that did the trick – many thanks for the speedy response!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress database table error’ is closed to new replies.