Deprecated: AppKernel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/vhosts/digitalhomestore.de/httpdocs/app/AppKernel.php on line 32

Deprecated: Symfony\Component\Filesystem\Filesystem::mirror(): Implicitly marking parameter $iterator as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php on line 533

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/config/bootstrap.php on line 89

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/config/bootstrap.php on line 89

Deprecated: ToolsCore::__construct(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 51

Deprecated: ToolsCore::redirect(): Implicitly marking parameter $link as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 176

Deprecated: ToolsCore::switchLanguage(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 627

Deprecated: ToolsCore::getCldr(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 733

Deprecated: ToolsCore::displayPrice(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 754

Deprecated: ToolsCore::convertPrice(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 862

Deprecated: ToolsCore::convertPriceFull(): Implicitly marking parameter $currency_from as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 928

Deprecated: ToolsCore::convertPriceFull(): Implicitly marking parameter $currency_to as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 928

Deprecated: ToolsCore::displayError(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 1158

Deprecated: ToolsCore::getToken(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 1318

Deprecated: ToolsCore::getAdminTokenLite(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 1340

Deprecated: ToolsCore::enableCache(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 3087

Deprecated: ToolsCore::restoreCacheSettings(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php on line 3106

Deprecated: Tools::switchLanguage(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/override/classes/Tools.php on line 27

Deprecated: ObjectModelCore::displayFieldName(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/ObjectModel.php on line 1196
object(Shop)#11 (33) { ["id"]=> int(1) ["id_lang":protected]=> NULL ["id_shop":protected]=> NULL ["id_shop_list"]=> array(0) { } ["get_shop_from_context":protected]=> bool(true) ["table":protected]=> string(4) "shop" ["identifier":protected]=> string(7) "id_shop" ["fieldsRequired":protected]=> array(3) { [0]=> string(4) "name" [1]=> string(11) "id_category" [2]=> string(13) "id_shop_group" } ["fieldsSize":protected]=> array(1) { ["name"]=> int(64) } ["fieldsValidate":protected]=> array(4) { ["active"]=> string(6) "isBool" ["deleted"]=> string(6) "isBool" ["name"]=> string(13) "isGenericName" ["theme_name"]=> string(11) "isThemeName" } ["fieldsRequiredLang":protected]=> array(0) { } ["fieldsSizeLang":protected]=> array(0) { } ["fieldsValidateLang":protected]=> array(0) { } ["tables":protected]=> array(0) { } ["webserviceParameters":protected]=> array(1) { ["fields"]=> array(2) { ["id_shop_group"]=> array(1) { ["xlink_resource"]=> string(11) "shop_groups" } ["id_category"]=> array(0) { } } } ["image_dir":protected]=> NULL ["image_format":protected]=> string(3) "jpg" ["translator":protected]=> NULL ["def":protected]=> array(4) { ["table"]=> string(4) "shop" ["primary"]=> string(7) "id_shop" ["fields"]=> array(6) { ["active"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["deleted"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["name"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(13) "isGenericName" ["required"]=> bool(true) ["size"]=> int(64) } ["id_category"]=> array(2) { ["type"]=> int(1) ["required"]=> bool(true) } ["theme_name"]=> array(2) { ["type"]=> int(3) ["validate"]=> string(11) "isThemeName" } ["id_shop_group"]=> array(2) { ["type"]=> int(1) ["required"]=> bool(true) } } ["classname"]=> string(4) "Shop" } ["update_fields":protected]=> NULL ["force_id"]=> bool(false) ["id_shop_group"]=> NULL ["id_category"]=> NULL ["theme_name"]=> NULL ["name"]=> NULL ["active"]=> bool(true) ["deleted"]=> NULL ["physical_uri"]=> NULL ["virtual_uri"]=> NULL ["domain"]=> NULL ["domain_ssl"]=> NULL ["group":protected]=> NULL ["theme"]=> NULL }
Deprecated: PrestaShop\PrestaShop\Core\Addon\Theme\ThemeManagerBuilder::buildRepository(): Implicitly marking parameter $shop as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Addon/Theme/ThemeManagerBuilder.php on line 79

Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php on line 220

Deprecated: Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php on line 230

Deprecated: PrestaShop\PrestaShop\Core\Addon\Theme\ThemeRepository::__construct(): Implicitly marking parameter $shop as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Addon/Theme/ThemeRepository.php on line 46

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 28

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 52

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 60

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 72

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 85

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 93

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 102

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 110

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 119

Deprecated: Return type of Shudrum\Component\ArrayFinder\ArrayFinder::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 128

Deprecated: Shudrum\Component\ArrayFinder\ArrayFinder implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/shudrum/array-finder/ArrayFinder.php on line 5

Deprecated: Return type of PrestaShopCollectionCore::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 436

Deprecated: Return type of PrestaShopCollectionCore::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 470

Deprecated: Return type of PrestaShopCollectionCore::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 460

Deprecated: Return type of PrestaShopCollectionCore::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 448

Deprecated: Return type of PrestaShopCollectionCore::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 421

Deprecated: Return type of PrestaShopCollectionCore::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 498

Deprecated: Return type of PrestaShopCollectionCore::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 514

Deprecated: Return type of PrestaShopCollectionCore::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 532

Deprecated: Return type of PrestaShopCollectionCore::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 553

Deprecated: Return type of PrestaShopCollectionCore::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PrestaShopCollection.php on line 482
object(Country)#14 (32) { ["id"]=> int(1) ["id_lang":protected]=> string(1) "1" ["id_shop":protected]=> int(1) ["id_shop_list"]=> array(0) { } ["get_shop_from_context":protected]=> bool(true) ["table":protected]=> string(7) "country" ["identifier":protected]=> string(10) "id_country" ["fieldsRequired":protected]=> array(5) { [0]=> string(7) "id_zone" [1]=> string(8) "iso_code" [2]=> string(15) "contains_states" [3]=> string(26) "need_identification_number" [4]=> string(17) "display_tax_label" } ["fieldsSize":protected]=> array(1) { ["iso_code"]=> int(3) } ["fieldsValidate":protected]=> array(10) { ["id_zone"]=> string(12) "isUnsignedId" ["id_currency"]=> string(12) "isUnsignedId" ["call_prefix"]=> string(5) "isInt" ["iso_code"]=> string(17) "isLanguageIsoCode" ["active"]=> string(6) "isBool" ["contains_states"]=> string(6) "isBool" ["need_identification_number"]=> string(6) "isBool" ["need_zip_code"]=> string(6) "isBool" ["zip_code_format"]=> string(15) "isZipCodeFormat" ["display_tax_label"]=> string(6) "isBool" } ["fieldsRequiredLang":protected]=> array(1) { [0]=> string(4) "name" } ["fieldsSizeLang":protected]=> array(1) { ["name"]=> int(64) } ["fieldsValidateLang":protected]=> array(1) { ["name"]=> string(13) "isGenericName" } ["tables":protected]=> array(0) { } ["webserviceParameters":protected]=> array(2) { ["objectsNodeName"]=> string(9) "countries" ["fields"]=> array(2) { ["id_zone"]=> array(1) { ["xlink_resource"]=> string(5) "zones" } ["id_currency"]=> array(1) { ["xlink_resource"]=> string(10) "currencies" } } } ["image_dir":protected]=> NULL ["image_format":protected]=> string(3) "jpg" ["translator":protected]=> NULL ["def":protected]=> array(6) { ["table"]=> string(7) "country" ["primary"]=> string(10) "id_country" ["multilang"]=> bool(true) ["fields"]=> array(11) { ["id_zone"]=> array(3) { ["type"]=> int(1) ["validate"]=> string(12) "isUnsignedId" ["required"]=> bool(true) } ["id_currency"]=> array(2) { ["type"]=> int(1) ["validate"]=> string(12) "isUnsignedId" } ["call_prefix"]=> array(2) { ["type"]=> int(1) ["validate"]=> string(5) "isInt" } ["iso_code"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(17) "isLanguageIsoCode" ["required"]=> bool(true) ["size"]=> int(3) } ["active"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["contains_states"]=> array(3) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" ["required"]=> bool(true) } ["need_identification_number"]=> array(3) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" ["required"]=> bool(true) } ["need_zip_code"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["zip_code_format"]=> array(2) { ["type"]=> int(3) ["validate"]=> string(15) "isZipCodeFormat" } ["display_tax_label"]=> array(3) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" ["required"]=> bool(true) } ["name"]=> array(5) { ["type"]=> int(3) ["lang"]=> bool(true) ["validate"]=> string(13) "isGenericName" ["required"]=> bool(true) ["size"]=> int(64) } } ["associations"]=> array(3) { ["zone"]=> array(1) { ["type"]=> int(1) } ["currency"]=> array(1) { ["type"]=> int(1) } ["l"]=> array(3) { ["type"]=> int(2) ["field"]=> string(10) "id_country" ["foreign_field"]=> string(10) "id_country" } } ["classname"]=> string(7) "Country" } ["update_fields":protected]=> NULL ["force_id"]=> bool(false) ["id_zone"]=> NULL ["id_currency"]=> NULL ["iso_code"]=> NULL ["call_prefix"]=> NULL ["name"]=> NULL ["contains_states"]=> NULL ["need_identification_number"]=> NULL ["need_zip_code"]=> NULL ["zip_code_format"]=> NULL ["display_tax_label"]=> bool(true) ["active"]=> bool(true) } object(ShopGroup)#12 (27) { ["id"]=> int(1) ["id_lang":protected]=> NULL ["id_shop":protected]=> NULL ["id_shop_list"]=> array(0) { } ["get_shop_from_context":protected]=> bool(true) ["table":protected]=> string(10) "shop_group" ["identifier":protected]=> string(13) "id_shop_group" ["fieldsRequired":protected]=> array(1) { [0]=> string(4) "name" } ["fieldsSize":protected]=> array(1) { ["name"]=> int(64) } ["fieldsValidate":protected]=> array(6) { ["name"]=> string(13) "isGenericName" ["share_customer"]=> string(6) "isBool" ["share_order"]=> string(6) "isBool" ["share_stock"]=> string(6) "isBool" ["active"]=> string(6) "isBool" ["deleted"]=> string(6) "isBool" } ["fieldsRequiredLang":protected]=> array(0) { } ["fieldsSizeLang":protected]=> array(0) { } ["fieldsValidateLang":protected]=> array(0) { } ["tables":protected]=> array(0) { } ["webserviceParameters":protected]=> array(0) { } ["image_dir":protected]=> NULL ["image_format":protected]=> string(3) "jpg" ["translator":protected]=> NULL ["def":protected]=> array(4) { ["table"]=> string(10) "shop_group" ["primary"]=> string(13) "id_shop_group" ["fields"]=> array(6) { ["name"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(13) "isGenericName" ["required"]=> bool(true) ["size"]=> int(64) } ["share_customer"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["share_order"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["share_stock"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["active"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["deleted"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } } ["classname"]=> string(9) "ShopGroup" } ["update_fields":protected]=> NULL ["force_id"]=> bool(false) ["name"]=> NULL ["active"]=> bool(true) ["share_customer"]=> NULL ["share_stock"]=> NULL ["share_order"]=> NULL ["deleted"]=> NULL } object(Language)#20 (30) { ["id"]=> int(1) ["id_lang":protected]=> NULL ["id_shop":protected]=> int(1) ["id_shop_list"]=> array(0) { } ["get_shop_from_context":protected]=> bool(true) ["table":protected]=> string(4) "lang" ["identifier":protected]=> string(7) "id_lang" ["fieldsRequired":protected]=> array(4) { [0]=> string(4) "name" [1]=> string(8) "iso_code" [2]=> string(16) "date_format_lite" [3]=> string(16) "date_format_full" } ["fieldsSize":protected]=> array(6) { ["name"]=> int(32) ["iso_code"]=> int(2) ["locale"]=> int(5) ["language_code"]=> int(5) ["date_format_lite"]=> int(32) ["date_format_full"]=> int(32) } ["fieldsValidate":protected]=> array(8) { ["name"]=> string(13) "isGenericName" ["iso_code"]=> string(17) "isLanguageIsoCode" ["locale"]=> string(8) "isLocale" ["language_code"]=> string(14) "isLanguageCode" ["active"]=> string(6) "isBool" ["is_rtl"]=> string(6) "isBool" ["date_format_lite"]=> string(15) "isPhpDateFormat" ["date_format_full"]=> string(15) "isPhpDateFormat" } ["fieldsRequiredLang":protected]=> array(0) { } ["fieldsSizeLang":protected]=> array(0) { } ["fieldsValidateLang":protected]=> array(0) { } ["tables":protected]=> array(0) { } ["webserviceParameters":protected]=> array(2) { ["objectNodeName"]=> string(8) "language" ["objectsNodeName"]=> string(9) "languages" } ["image_dir":protected]=> NULL ["image_format":protected]=> string(3) "jpg" ["translator":protected]=> NULL ["def":protected]=> array(4) { ["table"]=> string(4) "lang" ["primary"]=> string(7) "id_lang" ["fields"]=> array(8) { ["name"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(13) "isGenericName" ["required"]=> bool(true) ["size"]=> int(32) } ["iso_code"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(17) "isLanguageIsoCode" ["required"]=> bool(true) ["size"]=> int(2) } ["locale"]=> array(3) { ["type"]=> int(3) ["validate"]=> string(8) "isLocale" ["size"]=> int(5) } ["language_code"]=> array(3) { ["type"]=> int(3) ["validate"]=> string(14) "isLanguageCode" ["size"]=> int(5) } ["active"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["is_rtl"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["date_format_lite"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(15) "isPhpDateFormat" ["required"]=> bool(true) ["size"]=> int(32) } ["date_format_full"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(15) "isPhpDateFormat" ["required"]=> bool(true) ["size"]=> int(32) } } ["classname"]=> string(8) "Language" } ["update_fields":protected]=> NULL ["force_id"]=> bool(false) ["name"]=> NULL ["iso_code"]=> NULL ["locale"]=> NULL ["language_code"]=> NULL ["date_format_lite"]=> string(5) "Y-m-d" ["date_format_full"]=> string(11) "Y-m-d H:i:s" ["is_rtl"]=> bool(false) ["active"]=> bool(true) ["translationsFilesAndVars":protected]=> array(5) { ["fields"]=> string(7) "_FIELDS" ["errors"]=> string(7) "_ERRORS" ["admin"]=> string(8) "_LANGADM" ["pdf"]=> string(8) "_LANGPDF" ["tabs"]=> string(4) "tabs" } }
Deprecated: Smarty::_getTemplateId(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/Smarty.class.php on line 1081

Deprecated: Smarty_Internal_Data::getTemplateVars(): Implicitly marking parameter $_ptr as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php on line 193

Deprecated: Smarty_Internal_Data::getVariable(): Implicitly marking parameter $_ptr as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php on line 209

Deprecated: Smarty_Internal_Data::_mergeVars(): Implicitly marking parameter $data as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php on line 223

Deprecated: Smarty_Internal_Template::__construct(): Implicitly marking parameter $_parent as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php on line 148

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php on line 177

Deprecated: Smarty_Resource::source(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php on line 177

Deprecated: Smarty_Resource::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php on line 201

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Template_Source::load(): Implicitly marking parameter $smarty as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php on line 158

Deprecated: Smarty_Internal_Resource_File::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php on line 28

Deprecated: Smarty_Internal_Resource_File::buildFilepath(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php on line 101

Deprecated: Smarty_Resource_Custom::populate(): Implicitly marking parameter $_template as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php on line 48

Deprecated: Creation of dynamic property SmartyResourceModule::$paths is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Smarty/SmartyResourceModule.php on line 36

Deprecated: Creation of dynamic property SmartyResourceModule::$isAdmin is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Smarty/SmartyResourceModule.php on line 37

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerResource is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property SmartyResourceParent::$paths is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Smarty/SmartyResourceParent.php on line 36

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$registerPlugin is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: CustomerCore::getCurrentCountry(): Implicitly marking parameter $cart as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Customer.php on line 1059

Deprecated: LinkCore::getLanguageLink(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Link.php on line 1148

Deprecated: LinkCore::getLangLink(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Link.php on line 1306

Deprecated: DispatcherCore::getInstance(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Dispatcher.php on line 201

Deprecated: DispatcherCore::__construct(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Dispatcher.php on line 220

Deprecated: DispatcherCore::setRequest(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Dispatcher.php on line 257

Deprecated: DispatcherCore::getDefaultController(): Implicitly marking parameter $employee as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Dispatcher.php on line 284

Deprecated: DispatcherCore::buildRequestUri(): Implicitly marking parameter $shop as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Dispatcher.php on line 552

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $query as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $request as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $attributes as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $cookies as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $files as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::duplicate(): Implicitly marking parameter $server as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 460

Deprecated: Symfony\Component\HttpFoundation\Request::getPreferredLanguage(): Implicitly marking parameter $locales as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 1710

Deprecated: Symfony\Component\HttpFoundation\HeaderBag::getDate(): Implicitly marking parameter $default as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php on line 213

Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php on line 280

Deprecated: Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php on line 290

Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php on line 316

Deprecated: Mobile_Detect::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php on line 680

Deprecated: FrontControllerCore::updateQueryString(): Implicitly marking parameter $extraParams as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/controller/FrontController.php on line 1731

Warning: Private methods cannot be final as they are never overridden by other classes in /var/www/vhosts/digitalhomestore.de/httpdocs/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php on line 138

Deprecated: Symfony\Component\Translation\Formatter\MessageFormatter::__construct(): Implicitly marking parameter $selector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php on line 26

Deprecated: Symfony\Component\Config\ResourceCheckerConfigCache::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php on line 119

Deprecated: Symfony\Component\Config\ConfigCacheInterface::write(): Implicitly marking parameter $metadata as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php on line 48

Deprecated: Creation of dynamic property CccReducer::$configuration is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/assets/CccReducer.php on line 40

Deprecated: ModuleCore::__construct(): Implicitly marking parameter $context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/module/Module.php on line 257

Deprecated: PaymentModuleCore::validateOrder(): Implicitly marking parameter $shop as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/PaymentModule.php on line 206

Deprecated: Creation of dynamic property AmzPayments::$bootstrap is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 217

Deprecated: Creation of dynamic property AmzPayments::$is_eu_compatible is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 225

Deprecated: Creation of dynamic property AmzPayments::$has_curl is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 227

Deprecated: Creation of dynamic property AmzPayments::$promo_header_style is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$promo_product_style is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$promo_footer_style is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$alexa_delivery_notifications is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$private_key is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$public_key_id is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Creation of dynamic property AmzPayments::$carriers_mapping is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 264

Deprecated: Smarty_Internal_Method_CreateData::createData(): Implicitly marking parameter $parent as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php on line 34

Deprecated: Creation of dynamic property Smarty_Internal_Extension_Handler::$createData is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php on line 182

Deprecated: Creation of dynamic property AmzPayments::$confirmUninstall is deprecated in /var/www/vhosts/digitalhomestore.de/httpdocs/modules/amzpayments/amzpayments.php on line 239

Deprecated: Doctrine\ORM\Tools\Setup::createAnnotationMetadataConfiguration(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 69

Deprecated: Doctrine\ORM\Tools\Setup::createXMLMetadataConfiguration(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 87

Deprecated: Doctrine\ORM\Tools\Setup::createYAMLMetadataConfiguration(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 105

Deprecated: Doctrine\ORM\Tools\Setup::createConfiguration(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 122

Deprecated: Doctrine\ORM\Tools\Setup::createCacheConfiguration(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 145

Deprecated: Doctrine\ORM\Tools\Setup::createCacheInstance(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php on line 170

Deprecated: Doctrine\DBAL\Configuration::setSQLLogger(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php on line 52

Deprecated: Doctrine\ORM\Mapping\Driver\AnnotationDriver::create(): Implicitly marking parameter $reader as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php on line 630

Deprecated: Symfony\Component\Config\Resource\FileResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php on line 21

Deprecated: Symfony\Component\Config\Resource\ComposerResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php on line 19

Deprecated: Symfony\Component\Config\Resource\DirectoryResource implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php on line 19

Deprecated: Symfony\Component\DependencyInjection\Container::__construct(): Implicitly marking parameter $parameterBag as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php on line 66

Deprecated: Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php on line 92

Deprecated: Symfony\Component\Cache\CacheItem::log(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php on line 173

Deprecated: PrestaShop\PrestaShop\Adapter\LegacyContext::__construct(): Implicitly marking parameter $tools as nullable is deprecated, the explicit nullable type must be used instead in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Adapter/LegacyContext.php on line 60
object(Currency)#557 (38) { ["id"]=> int(1) ["id_lang":protected]=> int(1) ["id_shop":protected]=> int(1) ["id_shop_list"]=> array(0) { } ["get_shop_from_context":protected]=> bool(true) ["table":protected]=> string(8) "currency" ["identifier":protected]=> string(11) "id_currency" ["fieldsRequired":protected]=> array(2) { [0]=> string(8) "iso_code" [1]=> string(15) "conversion_rate" } ["fieldsSize":protected]=> array(2) { ["iso_code"]=> int(3) ["numeric_iso_code"]=> int(3) } ["fieldsValidate":protected]=> array(6) { ["iso_code"]=> string(17) "isLanguageIsoCode" ["numeric_iso_code"]=> string(16) "isNumericIsoCode" ["precision"]=> string(5) "isInt" ["conversion_rate"]=> string(15) "isUnsignedFloat" ["deleted"]=> string(6) "isBool" ["active"]=> string(6) "isBool" } ["fieldsRequiredLang":protected]=> array(0) { } ["fieldsSizeLang":protected]=> array(2) { ["name"]=> int(255) ["symbol"]=> int(255) } ["fieldsValidateLang":protected]=> array(1) { ["name"]=> string(13) "isGenericName" } ["tables":protected]=> array(0) { } ["webserviceParameters":protected]=> array(2) { ["objectsNodeName"]=> string(10) "currencies" ["fields"]=> array(4) { ["names"]=> array(2) { ["getter"]=> string(17) "getLocalizedNames" ["i18n"]=> bool(true) } ["name"]=> array(2) { ["getter"]=> string(7) "getName" ["modifier"]=> array(2) { ["http_method"]=> int(6) ["modifier"]=> string(20) "setNameForWebservice" } } ["symbol"]=> array(1) { ["getter"]=> string(19) "getLocalizedSymbols" } ["iso_code"]=> array(1) { ["modifier"]=> array(2) { ["http_method"]=> int(6) ["modifier"]=> string(23) "setIsoCodeForWebService" } } } } ["image_dir":protected]=> NULL ["image_format":protected]=> string(3) "jpg" ["translator":protected]=> NULL ["def":protected]=> array(6) { ["table"]=> string(8) "currency" ["primary"]=> string(11) "id_currency" ["multilang"]=> bool(true) ["fields"]=> array(8) { ["iso_code"]=> array(4) { ["type"]=> int(3) ["validate"]=> string(17) "isLanguageIsoCode" ["required"]=> bool(true) ["size"]=> int(3) } ["numeric_iso_code"]=> array(3) { ["type"]=> int(3) ["validate"]=> string(16) "isNumericIsoCode" ["size"]=> int(3) } ["precision"]=> array(2) { ["type"]=> int(1) ["validate"]=> string(5) "isInt" } ["conversion_rate"]=> array(4) { ["type"]=> int(4) ["validate"]=> string(15) "isUnsignedFloat" ["required"]=> bool(true) ["shop"]=> bool(true) } ["deleted"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["active"]=> array(2) { ["type"]=> int(2) ["validate"]=> string(6) "isBool" } ["name"]=> array(4) { ["type"]=> int(3) ["lang"]=> bool(true) ["validate"]=> string(13) "isGenericName" ["size"]=> int(255) } ["symbol"]=> array(3) { ["type"]=> int(3) ["lang"]=> bool(true) ["size"]=> int(255) } } ["classname"]=> string(8) "Currency" ["associations"]=> array(1) { ["l"]=> array(3) { ["type"]=> int(2) ["field"]=> string(11) "id_currency" ["foreign_field"]=> string(11) "id_currency" } } } ["update_fields":protected]=> NULL ["force_id"]=> bool(false) ["name"]=> NULL ["localizedNames":protected]=> NULL ["iso_code"]=> NULL ["iso_code_num"]=> NULL ["numeric_iso_code"]=> NULL ["conversion_rate"]=> NULL ["deleted"]=> int(0) ["active"]=> NULL ["sign"]=> NULL ["symbol"]=> NULL ["localizedSymbols":"CurrencyCore":private]=> NULL ["format"]=> NULL ["blank"]=> NULL ["decimals"]=> NULL ["precision"]=> NULL ["prefix"]=> NULL ["suffix"]=> NULL }
Deprecated: Return type of PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Localization/Currency/CurrencyCollection.php on line 47

Deprecated: Return type of PrestaShop\PrestaShop\Core\Localization\Currency\CurrencyCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Localization/Currency/CurrencyCollection.php on line 61

Deprecated: Return type of PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Localization/Specification/NumberCollection.php on line 56

Deprecated: Return type of PrestaShop\PrestaShop\Core\Localization\Specification\NumberCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/vhosts/digitalhomestore.de/httpdocs/src/Core/Localization/Specification/NumberCollection.php on line 67

Whoops, looks like something went wrong.

(1/1) FatalThrowableError

Type error: array_key_exists(): Argument #2 ($array) must be of type array, Currency given

in EntityMapper.php line 85
at array_key_exists()in EntityMapper.php line 85
at EntityMapper->load()in ObjectModel.php line 264
at ObjectModelCore->__construct()in Currency.php line 213
at CurrencyCore->__construct()in Currency.php line 885
at CurrencyCore::getCurrencyInstance()in Tools.php line 703
at ToolsCore::setCurrency()in Tools.php line 82
at Tools::setCurrency()in FrontController.php line 351
at FrontControllerCore->init()in Controller.php line 273
at ControllerCore->run()in Dispatcher.php line 515
at DispatcherCore->dispatch()in index.php line 28