Anyone using this module?
http://www.boonex.com/m/import-users-via-csv-from-admin-panel
I have it, but am trying to make it work on 7.1 with no joy...
just results in errors when trying to import the sample file included.
LOAD DATA INFILE '/tmp/phpAJwsMf' IGNORE INTO TABLE Profiles FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n' IGNORE 1 LINES (`NickName`,`Email`,`Status`,`Role`,`Couple`,`Sex`,`LookingFor`,`Headline`,`DescriptionMe`,`Country`,`City`,`DateOfBirth`,`Featured`,`DateReg`,`DateLastEdit`,`DateLastLogin`,`DateLastNav`,`aff_num`,`Tags`,`zip`,`EmailNotify`,`LangID`,`UpdateMatch`,`Views`,`Rate`,`RateCount`,`CommentsCount`,`PrivacyDefaultGroup`,`allow_view_to`,`UserStatus`,`UserStatusMessage`,`UserStatusMessageWhen`,`Avatar`,`Height`,`Weight`,`Income`,`Occupation`,`Religion`,`Education`,`RelationshipStatus`,`Hobbies`,`Interests`,`Ethnicity`,`FavoriteSites`,`FavoriteMusic`,`FavoriteFilms`,`FavoriteBooks`,`FirstName`,`LastName`,`FacebookProfile`,`imported_user`) SET imported_user ='1'
Access denied for user 'cmj'@'%' (using password: YES)
Called 'query' function with erroneous argument #0.