Forums
Hello,
I've installed on my computer your application.
All was working normally.
As I wish to create a Class, the following error occur:
PDOException : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'field_data_opigno_class_courses' doesn't exist: SELECT t.* FROM {field_data_opigno_class_courses} t WHERE (entity_type = :db_condition_placeholder_0) AND (entity_id IN (:db_condition_placeholder_1)) AND (language IN (:db_condition_placeholder_2)) AND (deleted = :db_condition_placeholder_3) ORDER BY delta ASC; Array ( [:db_condition_placeholder_0] => node [:db_condition_placeholder_1] => 8 [:db_condition_placeholder_2] => und [:db_condition_placeholder_3] => 0 ) dans field_sql_storage_field_storage_load() (ligne 349 dans modules\field\modules\field_sql_storage\field_sql_storage.module).
How can I create this table?
Hi DD175,
Hi James Aparicio,
You could try disabling the
In reply to You could try disabling the by James Aparicio
Thanks'