Forums

Error on logout WordPress database error: (2 posts)

  1. wpsitebuilder
    Member
    Posted 2 years ago #

    My installation works OK, but on logging out I get this message:-

    WordPress database error: [Table 'sunrise_wrdp1.wp_sfmembers' doesn't exist]
    SELECT checktime FROM wp_sfmembers WHERE user_id = 1

    WordPress database error: [Table 'sunrise_wrdp1.wp_sfmembers' doesn't exist]
    UPDATE wp_sfmembers SET lastvisit = '' WHERE user_id=1

    WordPress database error: [Table 'sunrise_wrdp1.wp_sftrack' doesn't exist]
    DELETE FROM wp_sftrack WHERE trackuserid=1

    WordPress database error: [Table 'sunrise_wrdp1.wp_sfmembers' doesn't exist]
    UPDATE wp_sfmembers SET newposts = 'a:1:{i:0;i:0;}' WHERE user_id=1

    Warning: Cannot modify header information - headers already sent by (output started at /home/sunrise/public_html/wp-includes/wp-db.php:517) in /home/sunrise/public_html/wp-includes/pluggable.php on line 850

    Can anyone offer any advice?

    Thank you

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    wp_sfmembers is not a native WordPress table but is something from a plugin. Deactivate all plugins the activate one-by-one to find the culprit.

    If that doesn't resolve, switch to the WordPress Default theme.

Topic Closed

This topic has been closed to new replies.

About this Topic