I made a new rebuild of the 1.5.7.
I doubt the unfound constant is a holdover from a previous version since it only appeared after I turned on the Display Logs Plugin and it seems to be related to that plugin.
I have the currency set here as below, do you know if there is somewhere else to set it?
Currencies
Currency Code Value Last Updated Action
Swiss Franc (default) CHF 1.00000000 05/02/2013 15:38:51
The code it is complaining about is below in bold.
Thanks for your helpCode:function get_value($code) { return $this->currencies[$code]['value']; } /** * @param string $code currency code * @return int */ function get_decimal_places($code) { return $this->currencies[$code]['decimal_places']; }


Reply With Quote
