Fatal Error message for Class jmsModel

  • tirehost
  • Topic Author
  • Visitor
  • Visitor
12 Sep 2014 05:43 #2423 by tirehost
Fatal Error message for Class jmsModel was created by tirehost
Everything in the Component works fine. I also configured the fields for merge into MailChimp as well as the plugin. The result I get when testing the registration process is:
Code:
Fatal error: Class 'jmsModel' not found in /components/com_joomailermailchimpsignup/models/joomailermailchimpsignup.php on line 23
So I opened joomailermailchimpsignup.php to take a look and found that jmsModel is being called in the class call:
Code:
class JoomailerMailchimpSignupModelJoomailerMailchimpSignup extends jmsModel {

Please advise.. Thanks!
Lisa

joomlamailer version: 2.0.3
Joomla! version: 3.3.3
PHP version: 5.3
MySQL version: 5.5

Please Log in or Create an account to join the conversation.

More
13 Sep 2014 17:28 #2425 by pete
Hi Lisa,

Thanks for reporting this. We will release an update this weekend to fix this. It will be fixed by placing this line at the beginning oif the file /components/com_joomailermailchimpsignup/ models/joomailermailchimpsignup.php
Code:
require_once('jmsModel.php');

Kind regards,
Pete

Please Log in or Create an account to join the conversation.