Recently i downloaded feedparser and i installed it in my local pc. Its working fine to getting items and promoting to frontend. But when i click on title of item i am getting following error:

Fatal error: Cannot use string offset as an array in E:\xampp\htdocs\drupal\includes\theme.inc on line 552

I dont know why i got this error. Line no 552 is $link['attributes']['class'] = $key;

Comments

kirkcaraway’s picture

I have run into the same problem too. I do not know if this is a problem with the module or the parser engine.

budda’s picture

Are you sure you are using the "feedaggregator_item" component to get this error? It's just that that component doesn't have any links in it for each news item.

budda’s picture

Status: Active » Fixed

Just noticed the original date of this bug report was in June 13, 2007 - 23:27. That bug has been fixed in a recent CVS update.

Anonymous’s picture

Status: Fixed » Closed (fixed)