Search found 8 matches

by sergey030
20 Feb 2025, 19:27
Forum: Laravel package
Topic: Undefined array key "code"
Replies: 1
Views: 20090

Undefined array key "code"

"laravel/framework": "^9.0" "aimeos/aimeos-core": "2023.10" php artisan aimeos:setup Initializing or updating the Aimeos database tables for site "default" Migrating: vendor/aimeos/aimeos-core/setup/TypesMigrateColumns.php Migrated: vendor/aimeos/aim...
by sergey030
19 Feb 2025, 21:28
Forum: Laravel package
Topic: Subquery returns more than 1 row
Replies: 3
Views: 25005

Re: Subquery returns more than 1 row

Yes, there are records with the same baseid. Can you please add this for other queries in OrderConnectTables.php ? Thank you in advance! Initializing or updating the Aimeos database tables for site "default" Migrating: vendor/aimeos/aimeos-core/setup/TypesMigrateColumns.php Migrated: vendo...
by sergey030
16 Jan 2025, 13:48
Forum: Laravel package
Topic: Subquery returns more than 1 row
Replies: 3
Views: 25005

Subquery returns more than 1 row

php artisan aimeos:setup Initializing or updating the Aimeos database tables for site "default" Migrating: vendor/aimeos/aimeos-core/setup/TypesMigrateColumns.php Migrated: vendor/aimeos/aimeos-core/setup/TypesMigrateColumns.php (3570.84ms) Migrating: vendor/aimeos/aimeos-core/setup/Attrib...
by sergey030
08 Jan 2025, 11:51
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 11
Views: 130126

Re: Aimeos Context Serialization Issue

Hey, guys! The problem turned out to be not in getDepositeOrder(), but in the event registration for plugins. The problem is that in the listeners object there are closures here is an example of the object. How can I remove it from here ? I have attached screenshots where there are closures in the l...
by sergey030
12 Dec 2024, 14:19
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 11
Views: 130126

Re: Aimeos Context Serialization Issue

Yes, please.
aimeos-core/src/MShop/Order/Manager/Basket/Standard.php

Code: Select all

$serialized = base64_encode( serialize( clone $item->getItem() ) );
by sergey030
12 Dec 2024, 14:01
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 11
Views: 130126

Re: Aimeos Context Serialization Issue

Sorry guys another error appeared with the serialization of the closure. Can you take a look, please ? Exception {#2674 // vendor/aimeos/ai-client-jsonapi/src/Client/JsonApi/Base.php:205 #message: "Serialization of 'Closure' is not allowed" #code: 0 #file: "/var/www/html/vendor/aimeos...
by sergey030
12 Dec 2024, 13:39
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 11
Views: 130126

Re: Aimeos Context Serialization Issue

Yeah, the error's gone, but there's a new one. { "message": "Declaration of Aimeos\\Base\\Filesystem\\Manager\\Laravel::__sleep() must be compatible with Aimeos\\Base\\Filesystem\\Manager\\Standard::__sleep(): array", "exception": "Symfony\\Component\\ErrorHandler\...
by sergey030
12 Dec 2024, 12:41
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 11
Views: 130126

Re: Aimeos Context Serialization Issue

Hi guys! I have the same issues when i try to add product in basket i have a message. #message: "serialize(): Aimeos\MShop\Context::__sleep() should return an array only containing the names of instance-variables to serialize" This data when debug the in __sleep method get_object_vars( $th...