Getting this error when trying to edit my newly created phone field at
admin/commerce/customer-profiles/types/billing/fields/field_customer_phone

Comments

cdale’s picture

Status: Active » Postponed (maintainer needs more info)

Did you upgrade to 2.x from an older phone module install, or did you install it fresh?

Are there any other errors in your watchdog?

There are only two real reasons I can think of that would cause this:

1) The libphonenumber library is not installed.
2) The libraries module has not loaded our integration file (which could be caused by #1)

Are you sure you've installed libphonenumber-for-php correctly in sites/all/libraries?

giorgio79’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thx for the hint, I upgraded from 1x.

To solve it, I deleted the field, uninstalled 1x, and installed 2x. Now it works fine.