By mclai on
After having installed/enabled ecommerce module, all the pages, blogs, .. cannot do PREVIEW any more. Any idea why and how to fix it?
After having installed/enabled ecommerce module, all the pages, blogs, .. cannot do PREVIEW any more. Any idea why and how to fix it?
Comments
Is "Product API" the cause?
I tried to disable all the components of ecommerce to see which component causes the problem. Until I disabled Product API, Preview works again.
Can all regular pages/blogs and ecommerce coexist in the same site? Is there anyway to fix this problem? Please advice.
same problem
I experienced the same problem on a Drupal 5x site. No fix that I know of yet. We did find that it was only affecting those with ecommerce admin rights. So it least it should not affect other users.
If you rarely create new products, you might make two separate admin accounts: one with ecommerce admin rights, one without. Then at least you can preview your blog and pages when not logged in as a user with ecommerce admin rights.
-----
Charlie Lowe | cyberdash
Tips for posting to the Drupal forums
Thanks for the tip
Hmm, it means that the super user needs to split roles. By all means, he will have all the access to all modules. I just played around this and found that I cannot take away the super user's ecommerce right. It may probably be that he is the first user to be created in drupal. Thus, he should be the one who has ecommerce admin rights. I need to create another user with all admin rights except for ecommerce. Thanks for the tip. I appreciate.