There is a bug when we import csv file of users with classes.
Here is my file :
LastName;FirstName;UserName;Password;AuthSource;Email;OfficialCode;PhoneNumber;Status;Courses;ClassName
nomtest;prenomtest;identTest;pwd;;identtest@msn.com;;;user;;1TSEL
Its works on dokeos 1.8.6.1 but on chamilo 1.8.8.4 I've got this error message :
"Ce nom de classe n'est pas disponible: identTest (prenomtest nomtest)"
The 1TSEL classe really exist in the classe list.
How can I do to import students withs their classes ?
