Hi, since 6.x-2.2 installed I get the two error messages when a views generated feed page will be loaded...

include(./sites/all/modules/facebook_status/views-view-row-rss.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /.../.../.../.../.../includes/theme.inc on line 1066.
include() [<a href='function.include'>function.include</a>]: Failed opening './sites/all/modules/facebook_status/views-view-row-rss.tpl.php' for inclusion (include_path='.:/.../.../.../.../.../sites/all/modules/luceneapi/lib:/usr/local/lib/php') in /.../.../.../.../.../includes/theme.inc on line 1066.

Comments

fugazi’s picture

same problem 6x 2.2 install

include(./sites/all/modules/facebook_status/views-view-row-rss.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /i.../.../.../.../.../includes/theme.inc in Zeile 1066.

include() [<a href='function.include'>function.include</a>]: Failed opening './sites/all/modules/facebook_status/views-view-row-rss.tpl.php' for inclusion (include_path='.:/usr/share/pear/php5') in /.../.../.../.../.../includes/theme.inc in Zeile 1066.

icecreamyou’s picture

I think this is due to line 362 in facebook_status.views.inc (that line needs to be removed). I'm not at a computer where I can commit this right now but I will fix it ASAP.

fugazi’s picture

thanks

liliplanet’s picture

definitely errors in dblog .. subscribing thx :)

icecreamyou’s picture

You can also copy views-view-row-rss.tpl.php out of modules/views/theme into the facebook_status folder, which I might actually do instead of just removing the reference to the template.

icecreamyou’s picture

Status: Active » Needs review

Committed the missing file to dev. Please test. If it works, please mark as fixed.

pinhole’s picture

Status: Needs review » Fixed

Thanks. :) Works for me.

aleix’s picture

I've to put in facebook_status_views_plugin_row_rss.inc:34
$item->title =urldecode($status->status);
instead of check_plain($status->status);
to correct special characters such as apostrophe.

icecreamyou’s picture

@aleix, please open a new issue for that.

Status: Fixed » Closed (fixed)

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