Active
Project:
e-Commerce
Version:
7.x-4.7-alpha1
Component:
ec_available
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2013 at 17:54 UTC
Updated:
19 Sep 2013 at 19:07 UTC
Hi,
My client has been getting this PHP Fatal error: Call to undefined function ec_product_form_is_product() in /var/www/drupal/sites/all/modules/ecommerce/ec_availability/ec_availability.module on line 131 when installing any module. ec_product is enabled. My temporary solution was commenting the offending line out.
Regards,
Comments
Comment #1
fonant commentedI get this too, after upgrading from Drupal 5 to Drupal 6. For some reason the upgrade enables the ec_availability module. The fix for me was to simply disable this module.
Comment #2
timurek commentedHi,
the same problem here.
Is there any dependency missing? Where comes this function from?