can not disable module, after deleting all field occurrences it claims 'Required by: Drupal (Fields pending deletion)' . tried to run cron several times, did not change anything.

Comments

ytsurk’s picture

hmm - are you talking about a lot (2000+) fields resp. nodes ?

this needs to be executed:

field_purge_batch(2000);

what was your exact procedure ?
try to delete all fields first via the SSP UI, *batch update*, several times ..

ytsurk’s picture

Assigned: Unassigned » ytsurk
mustername’s picture

there are only around 400 nodes, testers did not like the protection of their privacy and wanted rather more integration with fb and such.

so I tried to disable it, went to content-type/fields and deleted the SSP field, then disabled the content type in admin/config/user-interface/socialshareprivacy/fieldmgmt, which left me then with the issue above.

ytsurk’s picture

okey,

if the module is still enabled, else, re-enbale it,
go to admin/config/user-interface/socialshareprivacy/bulkupdate
select your content type,
your language (or all or just Undetermined),
and leave the last checkbox unchecked,
then press update.

this should delete the fields properly

ytsurk’s picture

Status: Active » Closed (works as designed)