Problem with the creation of class

DD175
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?
Profile picture for user James Aparicio
James Aparicio

Hi DD175,

Hi DD175, If you do not have this table in your database, Opigno was not installed successfully. Best regards
DD175

Hi James Aparicio,

Hi James Aparicio, Thanks for your answer. I have delete the application class and reinstall after without any result. If I understand, I have to reinstall all the application.
Profile picture for user James Aparicio
James Aparicio

You could try disabling the

You could try disabling the opigno_class_app, then uninstalling it. After that, delete the content type class if it still exists. Download just the class app from drupal.org, and replace it inside your modules folder. After that enable the module again. This may fix your problem, but if there was a problem during the installation there is no garante that this was the only thing affected. If it was me, i would install from scratch again, just to be safe. And once finished check the logs to see if you had any error. Best regards
DD175

Thanks'

Thanks' I will try. But I wish to give you one small suggestion. To decrease the installation problem, integrate inside the of the .htaccess following lines: php_value max_execution_time 150 php_value max_input_time 150 php_value max_input_nesting_level 300 php_value memory_limit 512M So during the installation all timeout problem will be suppressed.