Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.2
Component:
Code - Functionality
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 May 2010 at 17:25 UTC
Updated:
21 Jun 2010 at 14:30 UTC
Comments
Comment #1
fugazi commentedsame 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.Comment #2
icecreamyou commentedI 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.
Comment #3
fugazi commentedthanks
Comment #4
liliplanet commenteddefinitely errors in dblog .. subscribing thx :)
Comment #5
icecreamyou commentedYou can also copy views-view-row-rss.tpl.php out of
modules/views/themeinto the facebook_status folder, which I might actually do instead of just removing the reference to the template.Comment #6
icecreamyou commentedCommitted the missing file to dev. Please test. If it works, please mark as fixed.
Comment #7
pinhole commentedThanks. :) Works for me.
Comment #8
aleixI'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.
Comment #9
icecreamyou commented@aleix, please open a new issue for that.