Error (1/1) LocalizationException Price specification not found for currency

Si al activar el DEBUG en PrestaShop vemos este error:

(1/1) LocalizationException Price specification not found for currency: ""

Revisar el archivo /config/defines.inc.php


Que no tenga activado el DEBUG_PROFILING:


if (!defined('PS_DEBUG_PROFILING ')) {
define('PS_DEBUG_PROFILING ', true);

Lo cambiaremos por:


if (!defined('PS_DEBUG_PROFILING ')) {
define('PS_DEBUG_PROFILING ', false);