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.

Comments

blackice2999’s picture

Status: Active » Needs review
StatusFileSize
new956 bytes

please test this patch

astutonet’s picture

The patch didn't fix the issue. The error remains with the same message in the administrative area.

Tks.

blackice2999’s picture

hmm. i tried various things and cant reproduce this message

astutonet’s picture

Hmmm... What we can do to solve this?

Other modules could cause this issue?

blackice2999’s picture

Status: Needs review » Needs work

you can show in the database if there is any corrupt data in data column.

astutonet’s picture

Status: Needs work » Active
StatusFileSize
new20.49 KB

How to do this? Can you explain?

The attached image shows the error.

Tks

gumanist’s picture

Have you updated from previous dev version?

gumanist’s picture

Fixed in latest dev version

gumanist’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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