IceCreamYou,

I updated to version 6.4 from 6.3 this past weekend. The Facebook Status Recent Updates Block is not showing up. This was working prior to the update. No Errors are reported.

It's enabled for authenticated and moderators.
Permissions are granted for edit own (authenticated) and edit all and own (moderator)
Guests do not have permission rights nor cannot see the block.

Administer>Site Configuration>Facebook Status Settings:
General Settings: Facebook Mode and Slide Effect Enabled
The maximum number of statuses to show in the Facebook Status Recent Updates block: 5
Miscellaneous - Specify the UIDs of users who are not allowed to have statuses: 0

Drupal 6.4
Access to update.php Protected
Configuration file Protected
Database updates Up to date
Drupal core update status Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
Image module directories Exists (sites/default/files/images)
Image toolkit The gd toolkit is installed
Module and theme update status Up to date
MySQL database 5.0.45
PHP 5.2.2
PHP memory limit 10000M
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Web server Apache

Comments

icecreamyou’s picture

I can duplicate the issue you're having but I'm not sure why it's happening right now. Will look into it and it will hopefully be in the next -dev build about two hours from now.

...although it doesn't look like anything changed from 6.3 to 6.4 that would affect this. :-/

jjoves’s picture

Ok. will wait. I have two more issues (1., at nodes, ID = 1 as opposed to the user name; 2., after logging out and logging in as another user, the status will reflect the prior user, even after a hard refresh/browser cache clearing.) but will wait until I upgrade later tonight. Thanks, James

icecreamyou’s picture

Assigned: Unassigned » icecreamyou
Status: Active » Fixed

Fixed in CVS. The code that generates the content of the Recent Updates block (and the User Update History block) was wrapped in if (!in_array($fbs_uid, variable_get('facebook_status_clear_user', array(0)))) { ... but there was no $fbs_uid. It should have been $x.

Please open new issues for the other problems you're having and I'll address them ASAP.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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