Hi all
I am getting a 404 for some of my status pages, while some work OK
eg:
http://www.example.com/statuses/227 gave me a 404 while http://www.example.com/statuses/207 was working OK. On looking into this further, that 227 was created when a user posted a link using FBSS, but did not put any message.
I tried to dig further into this and found that facebook_status.preprocess.inc there is a function _facebook_status_show which has the following code
if (empty($message)) {
drupal_not_found();
return;
}
Commenting out this code helped me in fixing my 404.
Not sure if this needs to be handled in fbsmp module or it needs to be handled in facebook_status - so cross-posting this in both issue queues.
http://drupal.org/node/1375752

thanks
Suchi

Comments

icecreamyou’s picture

Status: Active » Closed (duplicate)