as the title says: i get a blank page (TOTALLY blank) in modules page when i try to activate ec_anon component. to recover my drupal installation i have to manually deactivate that module from sql (setting the status field to zero)

i already tried to upper the memory limit to 32 than 64mb. no changes

Comments

WayFarer80’s picture

The reason of this in error:
PHP Fatal error: Call to undefined function: product_form_is_product() ec_anon.module on line 101, referer: http://server/?q=admin/build/modules

WayFarer80’s picture

Product API module must be first enabled to avoid this

Nick Cumbo’s picture

just a note to mention that i also experienced this problem. i installed token, then immediately anonymous purchasing. the site becomes inaccessible with message:

Fatal error: Call to undefined function: product_form_is_product() in /home/bmhecom/public_html/drupal/sites/all/modules/ecommerce/ec_anon/ec_anon.module on line 102

Thankyou Wayfarer for the advice.

gordon’s picture

Version: 5.x-3.0-beta2 » 5.x-3.x-dev
Status: Active » Fixed

We have put in a dependency for ec_anon on the product module.

Anonymous’s picture

Status: Fixed » Closed (fixed)