I'm getting the following:

Undefined property: stdClass::$old_type in C:\wamp\www\sites\all\modules\serial\serial.module on line 124.

Changing line 124 to:

if(isset($info->old_type) && $info->old_type != $info->type) {

fixed it for me. sorry I don't have a proper patch i need to run out for a bit...

Comments

kirsh’s picture

Yes, it seems as a correct fix. Thanks.

matiskay’s picture

It works for me too.

colan’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Assigned: Unassigned » colan

This is still in the code for D7. Will fix there first, and then backport.

colan’s picture

Priority: Normal » Major
colan’s picture

Status: Active » Needs review

Committed to 6.x-1.x & 7.x-1.x. Please test both dev branches.

colan’s picture

Status: Needs review » Fixed

As I haven't heard any complaints, I'll assume that this is fixed.

Status: Fixed » Closed (fixed)

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