In Drupal 6.10 with CCK 6.x-2.2, I cannot remove any fields from Content Types. When I go to Manage Fields, click on "Remove" for some field, I get the "Are you sure..." page, then when I click on the "Remove" button, I get a completely blank page (no source code, nothing) and the field is not removed. It does not seem to matter what kind of field it is -- I have the same problem with text fields and content taxonomy fields.
I also get a blank page when I add a new field, but the field is still added.
I can remove field groups (and don't get dumped on blank page when I remove field groups).
Comments
Comment #1
yched commentedA WSOD is more or less impossible to debug unless you can provide actual error messages.
http://drupal.org/node/158043 might help you get some relevant information.
Comment #2
skrossa commentedThank you very much for the link to troubleshooting WSOD -- I suspect it will come in handy again in the future.
In this case, I believe I have identified the problem as some module files not being fully uploaded (apparently due to an ftp problem - Drupal and CCK were entirely innocent), resulting in missing code. I have changed the status to closed.