• wpsitebuilder

    (@wpsitebuilder)


    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

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    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.

Viewing 1 replies (of 1 total)

The topic ‘Error on logout WordPress database error:’ is closed to new replies.