Присоединяюсь к проблеме! при сохренинии настройки вида доставки вылезает ошибка "Попытка проникновения (Carrier -> name length > 64)". Поиск не дает результатов. А по ссылке
http://prestadev.ru/forum/tema-1042.html вообще таково нету в коде (он есть, но совершенно другой ).
static public function displayError($string = 'Hack attempt', $htmlentities = true)
{
global $_ERRORS;
//d(debug_backtrace());
if (!is_array($_ERRORS))
return str_replace('"', '"', $string);
$key = md5(str_replace('\'', '\\\'', $string));
$str = (isset($_ERRORS) AND is_array($_ERRORS) AND key_exists($key, $_ERRORS)) ? ($htmlentities ? htmlentities($_ERRORS[$key], ENT_COMPAT, 'UTF-8') : $_ERRORS[$key]) : $string;
return str_replace('"', '"', stripslashes($str));
И все!