Closed (fixed)
Project:
Phone
Version:
7.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2013 at 05:04 UTC
Updated:
5 Mar 2013 at 13:29 UTC
Getting this error when trying to edit my newly created phone field at
admin/commerce/customer-profiles/types/billing/fields/field_customer_phone
Comments
Comment #1
cdale commentedDid 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?
Comment #2
giorgio79 commentedThx for the hint, I upgraded from 1x.
To solve it, I deleted the field, uninstalled 1x, and installed 2x. Now it works fine.