I get the following error:
Fatal error: Cannot use object of type stdClass as array in www.mysite.com\modules\node\node.module on line 1679, when I try to access the RSS feed for the site on the front page (/rss.xml). So far it only happened this way and it is perfectly reproductible.

When I disable the multilingual poll module, everything works as expected.

Comments

thomas23@drupal.org’s picture

same issue here. After I disabled multilang poll the error vanishes.

Note: While looking for a solution I came accross another issue on the same line. Maybe this helps solving the problem as I'd be happy to see one.

E.Z’s picture

Same here!

sevanden’s picture

Same here!

strellman’s picture

Thank you so much!!!
I can live without multilingual poll for awhile. That was easy.
The other issue mentioned in #1 suggests a code fix, but I'm not qualified to attempt it.

Loocor’s picture

Same here.
recoverable fatal error: Object of class stdClass could not be converted to string in D:\wamp\www\modules\node\node.module on line 1804.

Drupal:6.2

Jose Reyero’s picture

Status: Active » Fixed

Got it, left code in i18npoll_nodeapi returning node object.

Thanks for the reports

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.