Class 'JFile' not found in mod_mailchimpstats.php on line 19

More
04 Jan 2011 00:29 #604 by teon
Hi there,

I recently updated my com_joomailermailchimpintegration from 1.0 to 1.5.2.

After creating a new mailing on the mailchimp website (and not in Joomla) I tried to access my backend again.
The following error was presented:
MailChimp Stats

Fatal error: Class 'JFile' not found in /usr/home/debxxxx/domains/xxxxx/public_html/administrator/modules/mod_mailchimpstats/mod_mailchimpstats.php on line 19

I can still access my files, do some edits in php or setting rights on directories, but it's impossible to access my admin-backend ....

What can that be?

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

More
04 Jan 2011 12:35 #607 by pete
Hi teon,

Apologies for the inconvenience. To make your backend accessible again please edit the file /administrator/modules/mod_mailchimpstats/mod_mailchimpstats.php
Add the following code in line 18:

jimport('joomla.filesystem.file');

This fix will be released in version 1.5.3 shortly.

Kind regards,
Pete

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

More
04 Jan 2011 15:20 #611 by teon
Wow!
What a quick reply and this did the trick!

Thanks a lot and I will be looking out for the new version.

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