I've got everything enabled that is supposed to be. Taxonomy is enabled and the vocabulary specified for the status updates has been created. The hashtags are generating a link but the link goes to the correct url and displays page cannot be found. It seems that somehow the statuses aren't being linked to the tags. I've updated everything that can be updated and am running Drupal 6.13. Is there something I haven't checked? My site is at http://dojolist.net/user/1/status
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.