warning: implode() [function.implode]: Invalid arguments passed in C:\xampp\htdocs\playclub.ru\sites\all\modules\user_import\user_import.module on line 972.
warning: implode() [function.implode]: Invalid arguments passed in C:\xampp\htdocs\playclub.ru\sites\all\modules\user_import\user_import.module on line 972.
Comments
Comment #1
ambereyes commentedAt times, the errors value is not being passed, so it is trying to implode an empty variable.
The cause is back at line 721, where the errors field is not being unserialized for some errors. I notice this happens on duplicate email addresses for example.
Katrina
--
www.ambereyes.net
Comment #2
robert castelo commentedCan you replicate this in 5.x-2.0-beta1?
Comment #3
robert castelo commentedFixed in 5.x-2.0-beta2.