Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.x-dev
Component:
Code - API
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 12:12 UTC
Updated:
20 Sep 2010 at 05:40 UTC
Comments
Comment #1
mikepadiernos commentedSorry, I forgot how the error came about. My setup have been the same and I updated both ctools and panels when the error first came up but when I switched back to the stable releases from the dev releases of the other two modules and error remained. I haven't really done anything but switch from shared to vps and haven't done any changes that differed from the last time.
Comment #2
icecreamyou commentedYou're using the dev build not 2.3 and you have another module installed that is incorrectly manipulating the global $user object. It's easy to stop the error in FBSS but you could still have problems in other places because of this that you may not know about.
Anyway replace line 1656 in facebook_status.module with this (not including
<?php ?>):If that solves your problem, I will commit the change.
Comment #3
mikepadiernos commentedThat definitely worked! Thanks a bunch!
Comment #4
icecreamyou commentedNo problem. Will commit as soon as I get a chance.
Comment #5
icecreamyou commentedCommitted to dev