Closed (fixed)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 16:44 UTC
Updated:
28 Nov 2010 at 19:30 UTC
Im getting this error after logging in with the simplenews module installed.
Warning: unserialize() expects parameter 1 to be string, array given in simplenews_user_login() (line 1019 of /var/www/vhosts/robisoncreative.com/subdomains/vitae/httpdocs/sites/all/modules/simplenews/simplenews.module).
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews-hook_user_login-change.patch | 690 bytes | Jackinloadup |
Comments
Comment #1
miro_dietikerNote that in 6.x-2.x we added a conditional unserialize after check since some third party modules modify $user...
I hope after committing this, that core does unserialize reliably.
As i see with a quick scan this should be the case.
Committed to cvs.
Anyways: This (subscription) codepart needs a rewrite in D7 as we already started in 6.x-2.x.