Blog / Joomla

A fix for Feedgator v3.0a1 – Message:: Feed [object Object] (ID=1): Error –

Hello Feedgator fans,

The Problem:

You will get the below error message after installing the newest version of feedgator v3.0a1 that is compatible with Joomla! 3.x and you go to import the news for the first feed.

Feed [object Object] (ID=1): Error -
Fatal error: Class 'JFolder' not found in /administrator/components/com_feedgator/models/feed.php on line 140
0 content item(s) imported (0 processed) in 0 seconds.
Close this window

The Fix:

Edit the file: /administrator/components/com_feedgator/models/feed.php
Line: 130

Find the:

function _setFolderParams($preview,&$fgParams) {

Replace with:

function _setFolderParams($preview,&$fgParams) {
jimport( 'joomla.filesystem.folder' );

Sources:

  • You can find and download the latest version of feedgator that is compatible with Joomla! 2.5 and Joomla! 3.x, here.
  • You can find feedgator in JExt, here.

PublishedThursday, Sep 12, 2013

CategoryJoomla

Still Have Questions?
Still Have Questions

Looking for more information? Feel free to reach out anytime.

Subscribe to Web357 Newsletter
Subscribe to Web357 Newsletter

Get updates for new releases, product updates & special offers!

We care about your data in our privacy policy

A fix for Feedgator v3.0a1 – Message:: Feed [object Object] (ID=1): Error – | Web357 Blog