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

ambereyes’s picture

Version: 5.x-1.x-dev » 5.x-2.x-dev

At 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

robert castelo’s picture

Can you replicate this in 5.x-2.0-beta1?

robert castelo’s picture

Status: Active » Fixed

Fixed in 5.x-2.0-beta2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.