Closed (fixed)
Project:
User Import
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2008 at 19:20 UTC
Updated:
16 Jan 2009 at 03:10 UTC
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.