Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.0-rc2
Component:
Tags Submodule
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Oct 2009 at 03:01 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
icecreamyou commentedPHP version?
Upgrade to the latest development version and try again.
Check the
{facebook_status_tags}table in your database to see if it has any entries. If it doesn't, then associations between statuses and the relevant vocabulary are not being recorded. If it does, the problem is with the View.Also check the facebook_status_tags view to make sure the argument is validating the correct taxonomy (this strikes me as the most likely problem, particularly if your tags taxonomy was not the first taxonomy created on your site).
Comment #2
icecreamyou commentedAny progress?
Comment #3
icecreamyou commentedYour site seems to be working now, so marking as fixed.
Comment #4
icecreamyou commentedI added a note to the Troubleshooting guide in the documentation about fixing this problem.