Enabling "store" will cause the admin/config to render a blank page, and no overlay.

Comments

doogie’s picture

is there any workaround for this issue?
going to admin/config/e-commerce also renders blank page

nguyendnhat’s picture

I error same:
Fatal error: Call to undefined function dpm() in D:\Lap trinh\xamppstack\htdocs\drupal\sites\all\modules\ecommerce\ec_store\ec_store.tokens.inc on line 10

EPO’s picture

Issue summary: View changes

I confirm the issue. It's caused from a line ..\ecommerce\ec_store\ec_store.tokens.inc

10 dpm(__FUNCTION__);

There is no dpm function and therefore I gave the line two slashes.

10 // dpm(__FUNCTION__);

That helped.

stg11’s picture

Having the same problem

johngonole’s picture

Just curious. Is this module going to release a production release for drupal 7? I see that it is still in beta. I'm still using this module for my drupal 6 site and I'm considering my upgrade options to drupal 7. This of course is the most critical module for my entire website as almost all my webpages are the created using this module and views.