Active
Project:
Drupal for Facebook
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2012 at 19:09 UTC
Updated:
6 Dec 2012 at 15:29 UTC
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
Comment #1
socialnicheguru commentedyou have to enable fb_post first
Comment #2
Dave Cohen commentedNot 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!)
Comment #3
socialnicheguru commentedi 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.