Hi.

Today I updated the Invite module to version 7.x-4.x-dev, released on 2012-Dec-23.

When I try to run update.php, I receive de follow message:

Fatal error: Call to undefined method MessageTypeCategory::type_details() in C:\wamp\www\mysite\sites\all\modules\invite\modules\invite_by_email\invite_by_email.module on line 258

The update is locked.

In line 258 of invite_by_email.module, we have:

if (!empty($invite->type_details()->invite_sending_controller['invite_by_email'])) {

Also is other issue in admin area, with invite.controller.inc here.

Any ideas?

Tks.

Comments

astutonet’s picture

Issue summary: View changes

correct the history

blackice2999’s picture

Status: Active » Needs review
StatusFileSize
new1.17 KB

Hi please try this patch

astutonet’s picture

The patch in #1 solved the invite_by_email.module issue. No problems on update.php.

Tks.

blackice2999’s picture

hi, please change the status to "Reviewed and tested by the community" if this patch works for you. So we get a chance that the maintainer can commit this.

astutonet’s picture

Status: Needs review » Reviewed & tested by the community

Ok.

gumanist’s picture

Status: Reviewed & tested by the community » Fixed

Updated in latest dev.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Add link to other issue