PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'test.fb_post_graph' doesn't exist: SELECT fb_post_graph.graph_id AS graph_id, fb_post_graph.actor_id AS actor_id FROM {fb_post_graph} fb_post_graph WHERE (entity_type = :db_condition_placeholder_0) AND (entity_id = :db_condition_placeholder_1) ; Array ( [:db_condition_placeholder_0] => crm_core_activity_type [:db_condition_placeholder_1] => 1 ) in fb_post_entity_load() (line 125 of /var/aegir/platforms/7/modules/all/fb/fb_post.module).

Comments

socialnicheguru’s picture

you have to enable fb_post first

Dave Cohen’s picture

Not following you. You are saying you got that PDO exception when fb_post.module is not enabled? how to reproduce?

(weird... drupal.org does not offer 7.x-4.x as a version that can be selected in the issue queue!)

socialnicheguru’s picture

i went to fridge and saw the link there and wanted to start using/testing and documenting errors.

I did a drush en fb fb_post fb_user fb_devel

but fb_post tables were not created.

I had to enable each indidivually for the tables to be created.