The trouble i meet is i can not see contents on my website only if i log in.So i do not know how to solve it.
Here is the wrong information:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'Rdrupal0705.drl_og' doesn't exist: SELECT og.etid AS etid, og.gid AS gid FROM {og} og WHERE (entity_type = :db_condition_placeholder_0) AND (etid IN (:db_condition_placeholder_1, :db_condition_placeholder_2)) AND (state IN (:db_condition_placeholder_3)) ; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => 3 [:db_condition_placeholder_2] => 0 [:db_condition_placeholder_3] => 1 ) 在 og_get_group_ids() (line 1498 at /var/www/Rdrupal-7.14/sites/all/modules/og/og.module).
Comments
The error message states that
The error message states that the issue is due to a problem with the organic groups module. Disabling organic groups will likely eliminate the error, but this obviously isn't a permanent solution if your site actually *uses* organic groups. Was organic groups working prior to this, and has it (or any other modules/core) been updated recently?