Received the error
DatabaseSchemaObjectExistsException: Table xxxxx already exists. in DatabaseSchema->createTable() (line 623 of http://xxx\xxx\xxx\xxx\includes\database\schema.inc).
On trying to re-enable a module regarding fb friends table.
Thanks to post #995094: DatabaseSchemaObjectExistsException I read that "probably means that your module is incorrectly calling drupal_install_schema() in its hook_install(). This is not necessary anymore as Drupal is calling this for you automatically."
After deleting lines 12 and 13 of the fb_friend.install that refer to the line above everything seems ok at first glance. I replied to a few threads having this issue but thought it more appropriate to post what seems to be the solution in one place.
Comments
Comment #1
rumblewand commentedHowever my example customization blocks aren't showing up so just because I could activate the module that doesn't mean I didn't bugger it up some how. I haven't seen the blocks yet so it might just be my installation or those lines were tied into module more.
Can anyone with a bit more experience say either way?