I get the following error when I enable the module:

WD php: FieldException: Attempt to create a field of unknown type datestamp. in field_create_field() (line 110 of /home/kfitz/dev/quickbooks-contrib/modules/field/field.crud.inc).

This is caused by during the install when _commerce_qbo_ui_configure_bundle_fields is called.

Comments

kfitz created an issue. See original summary.

kfitz’s picture

I think this is due to unmet dependency on the Date module, as it provides the datestamp type.

mlevasseur’s picture

Status: Active » Fixed

Adding "Date" module to info file.

  • mlevasseur committed 19d726d on 7.x-1.x
    Issue #2754543 by kfitz, mlevasseur: FieldException when enabling module...
mlevasseur’s picture

Status: Fixed » Closed (fixed)
mlevasseur’s picture

Version: » 7.x-1.0-rc1