• Hi,

    I am running into the following database error when trying to register as a new user on my website front-end, and a similar error occurs when adding new users via the back-end too.

    Please advise on how to resolve. Thanks!

    WordPress database error: [Table ‘db_name.bot_wysija_user_list’ doesn’t exist]
    INSERT INTO bot_wysija_user_list (user_id,list_id,sub_date) VALUES (0,2,1428416934)

    WordPress database error: [Table ‘db_name.bot_wysija_user’ doesn’t exist]
    SELECT user_id FROM bot_wysija_user WHERE user_id=”” AND status >= 1

    Warning: Cannot modify header information – headers already sent by (output started at /home/cpanel/public_html/website/wp-includes/wp-db.php:1251) in /home/cpanel/public_html/website/wp-includes/pluggable.php on line 918

    Warning: Cannot modify header information – headers already sent by (output started at /home/cpanel/public_html/website/wp-includes/wp-db.php:1251) in /home/cpanel/public_html/website/wp-includes/pluggable.php on line 919

    Warning: Cannot modify header information – headers already sent by (output started at /home/cpanel/public_html/website/wp-includes/wp-db.php:1251) in /home/cpanel/public_html/website/wp-includes/pluggable.php on line 920

    Warning: Cannot modify header information – headers already sent by (output started at /home/cpanel/public_html/website/wp-includes/wp-db.php:1251) in /home/cpanel/public_html/website/wp-includes/pluggable.php on line 1178

Viewing 4 replies - 1 through 4 (of 4 total)
  • looks like you have some plugin installed, which need to add every new user to it’s table.

    disable all plugins one by one and see if you can locate culprit plugin.

    Thread Starter Zee

    (@gphx)

    Thanks laliz – I’ve tried that but can’t seem to locate the issue..

    jack randall

    (@theotherlebowski)

    it’s the mailpoet plugin, it used to be called something else which is where the error code is getting the wysija bit from. try deactivating or renaming that plugin’s folder to see if the problem goes away.

    Thread Starter Zee

    (@gphx)

    Thanks Jack, it seems the issue was due to Mailpoet! Not sure how to resolve it – will probably get in touch with Mailpoet support.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Database error: [Table '…' doesn't exist]’ is closed to new replies.