Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2012 at 16:53 UTC
Updated:
23 Aug 2012 at 08:08 UTC
Installing only the facebook.api module and uninstalling it through the page admin/modules/uninstall gives this error:
Notice: Use of undefined constant FB_VAR_LANGUAGE_OVERRIDE - assumed 'FB_VAR_LANGUAGE_OVERRIDE' in fb_uninstall() (line 104 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Notice: Use of undefined constant FB_VAR_JS_SDK - assumed 'FB_VAR_JS_SDK' in fb_uninstall() (line 105 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Notice: Use of undefined constant FB_VAR_API_FILE - assumed 'FB_VAR_API_FILE' in fb_uninstall() (line 106 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Notice: Use of undefined constant FB_VAR_JS_CHANNEL - assumed 'FB_VAR_JS_CHANNEL' in fb_uninstall() (line 107 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Notice: Use of undefined constant FB_VAR_VERBOSE - assumed 'FB_VAR_VERBOSE' in fb_uninstall() (line 108 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Notice: Use of undefined constant FB_VAR_APIKEY - assumed 'FB_VAR_APIKEY' in fb_uninstall() (line 109 of /home/gezond/public_html/sites/all/modules/fb/fb.install).
Comments
Comment #1
Dave Cohen commentedThanks for the report. I guess Drupal is loading only fb.install and not fb.module. I will try to figure out a solution. (If anyone has a patch, please post it).
Comment #2
ht990332 commentedAnything new on this?