in Drupal for Facebook, I had event permissions in extended permission and it didnt work. I turned event permissions off and still RSVP doesnt work.

In log messages I got this warning
Exception thrown while using fb_event signup form : Unsupported post request. Eid:

CommentFileSizeAuthor
#5 fb_event_error.txt22.84 KBYorgg

Comments

hadi farnoud’s picture

more info:

in modules page I got following error:
Notice: Undefined variable: node in fb_event_signup_form_submit() (line 118 of /home/iraniansociety/public_html/sites/all/modules/fb_event/fb_event.module).

tvilms’s picture

I'm on 7.x-1.0 also, and experiencing this same issue. I'm using Drupal for Facebook. I also set Facebook Extended Permissions to allow "RSVP to Events". After fixing some bugs following the tips in http://drupal.org/node/1257682, the Facebook RSVP button rendered properly on my event node. However, when trying to RSVP, the submit fails.

1) I get the following message "Notice: Undefined variable: node in fb_event_signup_form_submit() (line 118 of /public_html/sites/all/modules/fb_event/fb_event.module)."
2) The PHP error log shows "PHP Fatal error: Exception thrown without a stack frame in Unknown on line 0"

Will try to dig into this problem, but if someone's on this already, please share any more info. Thanks.

------
UPDATE. I switched over to the 7.x-1.x-dev version of fb_event module and RSVP worked. I had to fix a similar bug, but it was very minor. In this case in fb_event.module, goto the 'fb_event_signup_form_submit' function and fix a typo in line 240:

$node = $node_load($nid); ---should be--- $node = node_load($nid);

tvilms’s picture

Issue summary: View changes

code

aparnapc’s picture

Issue summary: View changes

not work

Yorgg’s picture

Version: 7.x-1.0 » 7.x-1.x-dev
Yorgg’s picture

StatusFileSize
new22.84 KB

It works but there's always a message that pops up as a javascript alert with details.