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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | invite-call-to-undefined-method-1874970.patch | 1.17 KB | blackice2999 |
Comments
Comment #0.0
astutonetcorrect the history
Comment #1
blackice2999 commentedHi please try this patch
Comment #2
astutonetThe patch in #1 solved the invite_by_email.module issue. No problems on update.php.
Tks.
Comment #3
blackice2999 commentedhi, 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.
Comment #4
astutonetOk.
Comment #5
gumanist commentedUpdated in latest dev.
Comment #6.0
(not verified) commentedAdd link to other issue