Closed (cannot reproduce)
Project:
Commerce Multicurrency
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2011 at 22:40 UTC
Updated:
21 Jan 2012 at 09:10 UTC
The Default store currency in /user/1#overlay=admin/commerce/config/currency is the appropriate for the Regional settings of the site, in case this matters.
commerce_multicurrency was downloaded to sites/all/modules and enabled and the whole Drupal installation is up-to-date.
Thanks for your attention,
Comments
Comment #1
das-peter commentedUnfortunately I can't reproduce this error.
Do you see the commerce_multicurrency paths in the table
menu_router.You can use this statement to filter for them
SELECT * FROM `menu_router` WHERE `path` LIKE '%config/currency%'.If not I'd suggest to flush the menu cache. And if that doesn't help to disable, uninstall and enable the commerce_multicurrency module.
Comment #2
das-peter commented