Module

Archived
Forum
(read-only)


For official support, visit the official support site »

RSVP

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From Exp:resso

     

CI_Model error in EE 2.1.2

General

iworktoomuch
iworktoomuch

After upgrading to EE 2.1.2 I recieve this error:
Fatal error: Call to undefined method CI_Model::CI_Model() in /html/system/expressionengine/third_party/rsvp/models/rsvp_model.php on line 25

Any help greatly appreciated.

Exp:resso
# 1
Developer
Exp:resso

Sorry that is due to EllisLab caring for their community and making non-backwards compatible changes! I’ll get a new version out today with a fix. The quick solution is to change the line “parent::CI_Model();” to “parent::__construct();” in Rsvp_model.php

iworktoomuch
# 2
iworktoomuch

Thank you for being so responsive. It works now.

Thanks!

Exp:resso
# 3
Developer
Exp:resso

No problem! I’ve just uploaded version 1.0.2 in case anyone else is having this issue.