I have installed this great module on my website, and everybody is happy to use it. But a little issue, don't know why it happend, but I sure that you can help me ;)

When I am on a story redacted by someone (fab for example) ; i've got the Status block that says that fab doesn't have a status yet. I'm OK, i click on this sentence to edit fab's status, and you can see the screenshot i have made (note that jeremie is uid=1), the link on jeremie is something strange (/drupal/user/Array)

Some technical details : drupal v6.4 / theme pixture_reloaded / user have the edit all facebook_status right

Do you need more details ?

Thanks for your help & Regards,

CommentFileSizeAuthor
issue_facebook_status.jpg25.65 KBjulienbras

Comments

icecreamyou’s picture

Assigned: Unassigned » icecreamyou
Status: Active » Needs review

Sorry about that.

Until I get a new release of the module out - hopefully on Sunday - change line 278 to this:

      $uuid = db_result(db_query("SELECT uid FROM {node} WHERE nid = %d", arg(1)));

It used to be db_fetch_array() instead of db_result which was causing the problem.

Users of the D5 branch will have this same problem - and the solution is the same; it's even on the same line of code.

Setting to CNR in case this doesn't fix the entire problem. If it does, please set to RTBC.

julienbras’s picture

thanks man :)

BTW, it's a very useful module on my new website, and i'm very happy to use it ! Thanks a lot !

icecreamyou’s picture

Status: Needs review » Fixed

Heh, no problem. Glad it's useful.

Am marking as fixed because I've changed this on my local copy. It should be fixed in the next -dev release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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