Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2014 at 04:54 UTC
Updated:
27 Nov 2014 at 04:54 UTC
For some reason it's not possible to go to theme settings page (for example /admin/appearance/settings/bartik) if fb module is enabled:
Fatal error: Cannot redeclare fb_admin_page() (previously declared in /sites/all/modules/fb/fb.admin.inc:21) in /sites/all/modules/fb/fb.admin.inc on line 108
It seems to me the module requires itself several times. So, it's better to use include_once instead of include in /sites/all/modules/fb/fb_app.admin.inc