php - Magento System error on change currency -


when want change currency in

magneto system > configuration > change currency

i error

the error is:

invalid config field backed model:

xmlconnect/adminhtml_system_config_backend_currency_default

trace:

#0 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/mage_adminhtml_block_system_config_form.php(328): mage::throwexception('invalid config ...') #1 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/mage_adminhtml_block_system_config_form.php(229): mage_adminhtml_block_system_config_form->initfields(object(varien_data_form_element_fieldset), object(mage_core_model_config_element), object(mage_core_model_config_element)) #2 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/mage_adminhtml_block_system_config_form.php(164): mage_adminhtml_block_system_config_form->_initgroup(object(varien_data_form), object(mage_core_model_config_element), object(mage_core_model_config_element)) #3 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/mage_adminhtml_block_system_config_edit.php(92): mage_adminhtml_block_system_config_form->initform() #4 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/app/code/core/mage/adminhtml/controllers/system/configcontroller.php(107): mage_adminhtml_block_system_config_edit->initform() #5 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/__default.php(14015): mage_adminhtml_system_configcontroller->editaction() #6 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/__default.php(18399): mage_core_controller_varien_action->dispatch('edit') #7 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/__default.php(17933): mage_core_controller_varien_router_standard->match(object(mage_core_controller_request_http)) #8 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/includes/src/__default.php(20705): mage_core_controller_varien_front->dispatch() #9 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/app/mage.php(684): mage_core_model_app->run(array) #10 /mnt/web2/d1/07/51763507/htdocs/gelecto.nl/index.php(87): mage::run('', 'store') #11 {main} 

what can ?

i sure have allready looked @ magento how set default language , currency

  1. in admin panel, go admin > system > configuration > currency set up.
  2. select currency want default base currency drop down.
  3. select same currency in default display currency drop down , allowed currencies list.
  4. click save config.

  5. the front-end display currency should different if check out site.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -