Search found 153 matches

by Moritz
28 Nov 2022, 09:00
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

You mean here after creating the $context https://github.com/aimeos/aimeos-typo3/ ... se.php#L79 ?
Because the context() function requires the config as parameter.
by Moritz
25 Nov 2022, 13:57
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

You're right, I've written faster than thinking 😅 You can't swap the two lines but maybe it's enough to swap $conf and $tsconf variables. I don't know if that works. Inside the context function you use i18n from $tsconf. https://github.com/aimeos/aimeos-typo3/blob/master/Classes/Scheduler/Base.php#L97
by Moritz
25 Nov 2022, 13:45
Forum: TYPO3 extension
Topic: ai-customergroups - Price missing
Replies: 15
Views: 18980

Re: ai-customergroups - Price missing

Thank you very much for the fix!

Can you explain, how I create a prerelease by myself?
I don't use the composer mode.
by Moritz
25 Nov 2022, 12:43
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

I found it. In the execute function you call self::context($tsconf, $pid) before $context->config()->apply($conf) . scheduler_execute.png But in self::context($tsconf, $pid) the view is already created with the old config of the context. create_view.png Maybe it's enough to swap the two lines or doe...
by Moritz
25 Nov 2022, 11:10
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

Maybe you can evaluate it better.
I found out, that the result ($target) for the config "client/html/account/download/url" is null.

transform.png
transform.png (61.83 KiB) Viewed 10948 times

Because for the config the default value (null) is returned.

default_value.png
default_value.png (92.71 KiB) Viewed 10948 times
by Moritz
25 Nov 2022, 10:22
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

That make sense.
I debugged the error and found out, that it occurs when creating the download URL with an id = 0.
Next I try to find out why it's zero.

empty_pageID.png
empty_pageID.png (94.44 KiB) Viewed 10954 times
by Moritz
25 Nov 2022, 09:49
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

I'am the other user 😉
So the page ID is saved correctly in the task for me.
by Moritz
25 Nov 2022, 09:32
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

Strange is, that I get a mail when the status is on "pending".
by Moritz
25 Nov 2022, 09:29
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18528

Re: Payment email exception for payed orders

With the Aimeos advanced scheduler task I get the same error.
I have not added a additional route enhancer.

route_enhancers.png
route_enhancers.png (18.23 KiB) Viewed 10959 times
by Moritz
25 Nov 2022, 08:53
Forum: TYPO3 extension
Topic: ai-customergroups - Price missing
Replies: 15
Views: 18980

Re: ai-customergroups - Price missing

A group is never saved for a price item.
Do I make a mistake in the configuration?