• I’ve been using this plugin (“Import users from CSV with meta”) for a while now without any issues. Now that I’ve installed “WP-Members” (https://ww.wp.xz.cn/plugins/wp-members/), I get an error notice when importing users. The message states:

    Notice: Undefined index: user_login in /var/www/html/wp-content/plugins/wp-members/inc/core.php on line 198

    Notice: Undefined index: user_login in /var/www/html/wp-content/plugins/wp-members/inc/core.php on line 201

    for each user I try to import. Any ideas what the issue is?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    Good morning @bdotmall,

    This feature (integration with WP Members) was a customization payed by a person who needs it some time ago.

    Maybe WP-Members has changed something internally.

    As this is an addon feature, if you need to fix it you can support our work and see what’s happening.

    This code in this file “import-users-from-csv-with-meta.php”
    throwing same error:
    The error:
    <br />
    <b>Notice</b>: Undefined index: SERVER_NAME in <b>/home/–xxxx—/public_html/wp-content/plugins/import-users-from-csv-with-meta/import-users-from-csv-with-meta.php</b> on line <b>72</b><br />

    The code snippet:
    function acui_activate(){
    global $acui_smtp_options;
    $sitename = strtolower( $_SERVER[‘SERVER_NAME’] );
    if ( substr( $sitename, 0, 4 ) == ‘www.’ ) {
    $sitename = substr( $sitename, 4 );
    }

    Plugin Author Javier Carazo

    (@carazo)

    @anieves,

    Good afternoon, this is not an error. Even this is not a warning.

    Anyway we will do some conditional before this sentence to prevent this notice being displayed with the WP_DEBUG activated.

    This will be added in the next version.

    Thanks for reporting the bug.

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

The topic ‘Problem using WP-Members with Import users from CSV’ is closed to new replies.