engkuskusnadi wrote:Hi, i have error import with modules [TOOL] Import Users.
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_import_users.php on line 263: Undefined variable: pass_chng
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_import_users.php on line 479: Undefined index: user_email
i used phpbb 3.0.10, can you help me?

I am having the same problem. I have a csv with 55 users that I am trying to add and when I try to import, it imports one with the following message in a green box:
The 1 following accounts were imported:
DBoots001
At the top of the screen I get:
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/acp_import_users.php on line 263: Undefined variable: pass_chng
I will also add that the screen font is increasing by 1 or 2 sizes on the confirmation screen.
Example of CSV file:
JNorth,,"North, Josh",
[email protected],Vancouver,
JSouth,,"South, Jay H",
[email protected],Salem,
CEast,,"East, Chad",
[email protected],Salem,
SWest,,"West, Steve W",
[email protected],Eugene,
Example of settings on import screen:
CSV Filename: supervisor_import.csv
Email: YES
Password Format: tried both
username*: 0
password*: 1
user_email*:3
pf_office_location:4
pf_full_name:2
-----------------------------
Update prior to posting this (in case it helps others)
Make sure you save it in DOS CSV format (ref link from this thread
http://www.phpbb.com/community/viewtopi ... #p13105383)
..and..
this helped me - copy your username column and put it in colum 2 also, then in the setup of the import, select 1 for username rather than 0. This fixed a special character generation that was occuring.
Thanks Dicky for a great MOD.