During installation, I get this error (on /admin/modules/list/confirm):
DatabaseSchemaObjectExistsException: Table <em class="placeholder">field_data_field_tags</em> already exists. in DatabaseSchema->createTable() (line 657 of /includes/database/schema.inc).

The module is however marked as installed om the modules page. But when visiting: /admin/config/media/newsletter/create-send, I get the following error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'fr.field_data_field_newsletter_template' doesn't exist: SELECT templates.subject AS template_title, lists.title AS title, lists.nlid AS id FROM {newsletter_list} lists INNER JOIN {field_data_field_newsletter_template} t ON t.entity_id = lists.nlid INNER JOIN {newsletter_template} templates ON templates.ntid = t.field_newsletter_template_target_id WHERE (send_rate = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => Manual ) in newsletter_draft_manual_list() (line 489 of /sites/all/modules/newsletter/includes/newsletter.admin.inc).

I have followed the instructions, on the somewhat similar issues: https://drupal.org/node/1409894 and https://drupal.org/node/1316782. But I still get the same errors.

Comments

mkostir’s picture

Exactly the same problem here...

ahmed.raza’s picture

Issue summary: View changes

I'm having the same issue.. Please help

Nil.Ned’s picture

Dear friends,
I'm getting the same error but I don't understand how can I solve it.

Please someone can help me?

ahmed.raza’s picture

Well i searched my database for that table and it was empty so removed it cleared caches and tried enabling that module again and worked! That was the only solution i had, as i had to meet the timeline.