Needs work
Project:
e-Commerce
Version:
7.x-4.7-beta1
Component:
ec_store
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2013 at 03:36 UTC
Updated:
18 Oct 2016 at 19:36 UTC
Jump to comment: Most recent
Comments
Comment #1
doogie commentedis there any workaround for this issue?
going to admin/config/e-commerce also renders blank page
Comment #2
nguyendnhat commentedI 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
Comment #3
EPO commentedI 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.
Comment #4
stg11 commentedHaving the same problem
Comment #6
johngonole commentedJust 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.