On deleting a field under the manage field tab, an SQL error is shown:

Table 'drupal.node_' doesn't exist...

To replicate create a field for a certain content type and remove the field.

Comments

sami_k’s picture

In order to duplicate this error you may need to create some content using the field above and then try to delete the field.

JonBob’s picture

Status: Active » Fixed

The code was determining the location of the data to delete by looking at the instances of the field that currently exist. But they were deleted before that code was run... you can see the problem here!

Anonymous’s picture

Status: Fixed » Closed (fixed)