Active
Project:
Facebook Events
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 17:25 UTC
Updated:
8 Oct 2014 at 16:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hadi farnoud commentedmore 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).Comment #2
tvilms commentedI'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);
Comment #2.0
tvilms commentedcode
Comment #3
aparnapc commentednot work
Comment #4
Yorgg commentedComment #5
Yorgg commentedIt works but there's always a message that pops up as a javascript alert with details.