Reinstalled the module with drush and got the errors:
WD php: FieldException: Attempt to create field name splash_offer_markup [error]
which already exists and is active. in field_create_field() (line 85 of
.../modules/field/field.crud.inc).
Cannot modify header information - headers already sent by (output started at[warning]
/root/.drush/drushrc.php:2) bootstrap.inc:1224
FieldException: Attempt to create field name <em class="placeholder">splash_offer_markup</em> which already exists and is active. in field_create_field() (line 85 of .../modules/field/field.crud.inc).
Drush command terminated abnormally due to an unrecoverable error. [error]
ini_set('memory_limit', '2048M');
Cannot modify header information - headers already sent by (output started at[warning]
/root/.drush/drushrc.php:2) popup_onload.module:221I also get and error now when adding a new splash offer
Notice: Undefined index: locale in splash_offer_form() (line 189 of .../sites/all/modules/splash_offer/includes/splash_offer.admin.inc).
PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'splash_offer-1-0-0-und' for key 'PRIMARY': INSERT INTO {field_data_splash_offer_markup} (entity_type, entity_id, revision_id, bundle, delta, language, splash_offer_markup_value, splash_offer_markup_format) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7); Array ( [:db_insert_placeholder_0] => splash_offer [:db_insert_placeholder_1] => 1 [:db_insert_placeholder_2] => 1 [:db_insert_placeholder_3] => splash_offer [:db_insert_placeholder_4] => 0 [:db_insert_placeholder_5] => und [:db_insert_placeholder_6] => Age verification [:db_insert_placeholder_7] => ) in field_sql_storage_field_storage_write() (line 451 of .../modules/field/modules/field_sql_storage/field_sql_storage.module).
Comments
Comment #1
fox_01 commentedComment #2
fox_01 commentedI noticed that the db table field_config_instance -> column field_name = splash_offer_markup will NOT get deleted on uninstall
Comment #3
fox_01 commentedWith a manual installation over the admin interface i get the error
FieldException: Attempt to create field name <em class="placeholder">splash_offer_markup</em> which already exists and is active. in field_create_field() (line 85 of .../modules/field/field.crud.inc).Comment #4
devd commentedYes same issue exists.
The following code should be work but unfortunately not working.
So right now you can use the following code in hook_uninstall().
Comment #5
aklump commentedThank you all who contributed to finding this issue. It has been addressed in the latest release: 7.x-1.0