Forums

[Plugin: Users to CSV] bugfix if you get database errors (2 posts)

  1. askibinski
    Member
    Posted 10 months ago #

    If you use the first export option (all users) and get a bunch of errors saying wp_usermeta tables not found, you need to change this on line 150 of users2csv.php:

    find:

    wp_usermeta

    and replace it with:

    ".$wpdb->prefix."usermeta

    The error is caused by the plugin falsely assuming you are using 'wp' as a prefix for your tables. Which is not necessarily true because you can provide your own prefix during installation of Wordpress.

  2. joostdevalk
    Member
    Posted 10 months ago #

    Thx askibinski! Added this fix in version 1.4!

Reply

You must log in to post.

About this Topic