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)#12 (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

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php:3087) in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/shop/Shop.php on line 444

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/digitalhomestore.de/httpdocs/classes/Tools.php:3087) in /var/www/vhosts/digitalhomestore.de/httpdocs/classes/shop/Shop.php on line 445