I have read through the README, and through all your excellent documentation - many thanks for this module.
My problem is that I installed 6.x-3.x-dev to do some testing, and the module worked as expected. I wanted to use the stable version in production, so I uninstalled 6.x-3.x-dev and installed 6.x-3.0-rc8. I'm able to download and enable the relevant modules, but for the life of me I can't get the proper tables to be created in my database. When uninstalling the previous version, I did the following:
- drush disable & uninstall
- rm -rf /sites/all/modules/fb
- manually dropped all the fb_ tables and variables
- drush cc 1
When I install and enable the release candidate, the tables are not created. I punch in my API key, secret, etc. and I get a drupal message that says the app has been configured. I don't see it listed, however, and the tables are definitely not in the database.
I have a feeling there is something really basic I am missing. Does anyone have any ideas?
Comments
Comment #1
okmi commenteduninstalled each fb module one by one and i was able to get it up and running again