Hi.
Today I updated the Invite module to version 7.x-4.x-dev, released on 2012-Dec-23.
I can see the following message in admin area of the site:
Notice: unserialize() [function.unserialize]: Error at offset 0 of 5 bytes em InviteType->__construct() (line 228 of C:\wamp\www\mysite\sites\all\modules\invite\includes\invite.controller.inc).
In line 228 of invite.controller.inc, we have:
$this->data = unserialize($this->data);
Also is other issue with invite_by_email.module here.
Any ideas?
Tks.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | Invite Error.png | 20.49 KB | astutonet |
| #1 | invite-notice-on-unserialize-1874970.patch | 956 bytes | blackice2999 |
Comments
Comment #1
blackice2999 commentedplease test this patch
Comment #2
astutonetThe patch didn't fix the issue. The error remains with the same message in the administrative area.
Tks.
Comment #3
blackice2999 commentedhmm. i tried various things and cant reproduce this message
Comment #4
astutonetHmmm... What we can do to solve this?
Other modules could cause this issue?
Comment #5
blackice2999 commentedyou can show in the database if there is any corrupt data in data column.
Comment #6
astutonetHow to do this? Can you explain?
The attached image shows the error.
Tks
Comment #7
gumanist commentedHave you updated from previous dev version?
Comment #8
gumanist commentedFixed in latest dev version
Comment #9
gumanist commented