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
Comment #1
WayFarer80 commentedThe 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
Comment #2
WayFarer80 commentedProduct API module must be first enabled to avoid this
Comment #3
Nick Cumbo commentedjust 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.
Comment #4
gordon commentedWe have put in a dependency for ec_anon on the product module.
Comment #5
(not verified) commented