Jump to content
thirty bees forum

dosbiner

Members
  • Posts

    240
  • Joined

  • Last visited

Posts posted by dosbiner

  1. You can ignore that error. The problem is bellow that message:

    [ThirtyBeesException] [ PSCURRENCYDEFAULT] is not a valid configuration key at line 1005 in file classes/Configuration.php

      • @since 1.0.8
    1. */
    2. protected static function validateKey($key)
    3. {
    4. if ( ! Validate::isConfigName($key)) {
    5. $e = new PrestaShopException(sprintf(
    6. Tools::displayError('[%s] is not a valid configuration key'),
    7. Tools::htmlentitiesUTF8($key)
    8. ));
    9. die($e->displayMessage());
    10. }
×
×
  • Create New...