Search found 8355 matches

by aimeos
12 Dec 2024, 16:52
Forum: TYPO3 extension
Topic: Cannot add to basket after upgrade
Replies: 12
Views: 578

Re: Cannot add to basket after upgrade

You can try to remove lines from this template until something is shown again:
https://github.com/aimeos/ai-admin-jqad ... tegory.php

Maybe it's a problem in a sub-panel before so you should check which sub-panels work at all.
by aimeos
12 Dec 2024, 16:37
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 9
Views: 10519

Re: Aimeos Context Serialization Issue

The getDepositOrder() is your problem. You can't serialize a basket which contains a using a manager. Instead, you have to extend the order manager and add the data when fetching the records from the database. Overwrite/extend the searchRefs() method for that: https://github.com/aimeos/aimeos-core/b...
by aimeos
12 Dec 2024, 14:15
Forum: TYPO3 extension
Topic: Update 22 to 24 Errors
Replies: 21
Views: 10129

Re: Update 22 to 24 Errors

I almost understand that with the invoices, is the payment status now only to be found in the order list-view? This was previously in the “Invoices” window, which is now "Transactions". The data from the previous "Invoices" sub-panel has been merged into the "Basic" su...
by aimeos
12 Dec 2024, 14:14
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 9
Views: 10519

Re: Aimeos Context Serialization Issue

Can you post your code so we can see what you are trying to serialize?
by aimeos
12 Dec 2024, 13:43
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 9
Views: 10519

Re: Aimeos Context Serialization Issue

Sorry, forgot that one. Please update using:

Code: Select all

composer req aimeos/ai-laravel:2023.10.x-dev
by aimeos
12 Dec 2024, 13:21
Forum: TYPO3 extension
Topic: Cannot add to basket after upgrade
Replies: 12
Views: 578

Re: Cannot add to basket after upgrade

Looks like a JS error, maybe due to invalid escaping of an output. That should be visible in the browser console
by aimeos
12 Dec 2024, 12:58
Forum: TYPO3 extension
Topic: Cannot add to basket after upgrade
Replies: 12
Views: 578

Re: Cannot add to basket after upgrade

Can you post a screenshot of the product categories sub-panel?
Do you have different sites?
by aimeos
12 Dec 2024, 12:56
Forum: Laravel package
Topic: Aimeos Context Serialization Issue
Replies: 9
Views: 10519

Re: Aimeos Context Serialization Issue

Thank you for the debug output!
We've changed the __sleep() methods and return only the keys now. Can you please install these versions and try again?

Code: Select all

composer req aimeos/aimeos-base:2023.10.x-dev aimeos/aimeos-core:2023.10.x-dev
by aimeos
12 Dec 2024, 12:44
Forum: TYPO3 extension
Topic: Cannot add to basket after upgrade
Replies: 12
Views: 578

Re: Cannot add to basket after upgrade

Is there any JS error in the browser console?
by aimeos
12 Dec 2024, 12:28
Forum: TYPO3 extension
Topic: Cannot add to basket after upgrade
Replies: 12
Views: 578

Re: Cannot add to basket after upgrade

The product is not assigned to a category. This leads to the mentioned error message