2

I'm trying to create a new field, but Drupal came up with the well-known error:

The machine-readable name is already in use. It must be unique

I'm sure that the field doesn't exist anymore (I checked the fields' list and it doesn't show up).

I want to use that specific machine name because I already have developed some functions that are using that name.

So I guess the name is still saved in the database, there is a way to delete it without screw everything up?

Rocky
  • 25
  • 2
vkytefree
  • 31
  • 4

2 Answers2

1

I have used this answer to manually delete the field from the database and it worked!

Community
  • 1
  • 1
vkytefree
  • 31
  • 4
0

Try to clear cache or check if you can find a field with this machine name in reusable fields list.

ghyjek
  • 128
  • 1
  • 10
  • Hi! Already done, and unfortunately the field doesn't appeared in the reusable fields. Now I'm trying to delete it manually from the database. – vkytefree Feb 09 '16 at 14:00