Jump to content

Hong Kong localization file


Recommended Posts

Hi folks. Small problem I just encountered while importing the localization files.... The Hong Kong file will not import. It immediately generates a Prestashop Exception. Text is as follows:

 

[PrestaShopException]
Property Currency->decimals is not valid
at line 837 in file classes/ObjectModel.php
831.
832.	$message = $this->validateField($field, $this->$field);
833.	if ($message !== true)
834.	{
835.	 if ($die)
836.	  throw new PrestaShopException($message);
837.	 return $error_return ? $message : false;
838.	}
839.   }
840.
841.   return true;
ObjectModelCore->validateFields - [line 259 - classes/LocalizationPack.php] - [0 Argument]
LocalizationPackCore->_installCurrencies - [line 73 - classes/LocalizationPack.php] - [1 Arguments]
LocalizationPackCore->loadLocalisationPack - [line 168 - controllers/admin/AdminLocalizationController.php] - [2 Arguments]
AdminLocalizationControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument]
ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument]
DispatcherCore->dispatch - [line 50 - admin1955/index.php] - [0 Argument]

 

This is a click and copy of the error, so the formatting is a little different, but the text is exact. I am using the most current version of Prestashop.

 

Any ideas????

 

Thanks,

-DON-

Link to comment
Share on other sites

×
×
  • Create New...