Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • shaunik
    Participant

    @shaunik

    @danbp: not sure why not working it comes with error

    MySQL said: Not unique table/alias: 'wp_bp_xprofile_data'
    

    Tried query in phpmyadmin, same error:

    
    SELECT wp_bp_xprofile_data.value,
           wp_users.user_email,
           wp_users.display_name
    FROM wp_users
      LEFT JOIN wp_bp_xprofile_data
         ON wp_bp_xprofile_data.user_id = wp_user.ID
      LEFT JOIN wp_bp_xprofile_data
         ON wp_bp_xprofile_fields.id = wp_bp_xprofile_data.field_id
     LIMIT 0, 30 
    MySQL said: Documentation
    #1066 - Not unique table/alias: 'wp_bp_xprofile_data'

    @shanebp: I wish wpdatatables allow php functions … it does’t


    shaunik
    Participant

    @shaunik

    Thanks for advice, I’ll look into script available on forum.
    Any reviews on this plugin

    BuddyPress Members Import

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar