Bug with multi mandate and customer account emails from scheduler?

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Bug with multi mandate and customer account emails from scheduler?

Post by aimeos » 08 Feb 2021, 09:57

In that case, the links to the products must be also wrong. Is that the case?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

georgood
Posts: 7
Joined: 21 Nov 2020, 17:22

Re: Bug with multi mandate and customer account emails from scheduler?

Post by georgood » 08 Feb 2021, 12:21

When the system says "Task failed to execute successfully.", Starting Sheduller with the task ID helps me. For example (task uid=8):

Code: Select all

/usr/local/bin/php typo3/sysext/core/bin/typo3 scheduler:run  --task=8
See the source here: https://docs.typo3.org/c/typo3/cms-sche ... Index.html

If you have several tasks in Sheduller, then some of them may work, and some may not, when using: "scheduler: run". It is necessary for each task to have its own line in the system file and script: "scheduler: run --task=8". Then all these tasks will work out.

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Bug with multi mandate and customer account emails from scheduler?

Post by promptnet » 11 Feb 2021, 08:57

In that case, the links to the products must be also wrong. Is that the case?
No, the first email (order email) is correct. Only the second email (new user account) is wrong.
When the system says "Task failed to execute successfully."
Tasks execute without problem. No error messages.

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Bug with multi mandate and customer account emails from scheduler?

Post by promptnet » 15 Feb 2021, 14:18

Also, the image in the order email is not displayed. It's an absolute path, and in another instance this works without problems.
Could it be that there are some flaws with multi mandate function?

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Bug with multi mandate and customer account emails from scheduler?

Post by aimeos » 15 Feb 2021, 14:22

We are not sure where the problem is and it could be either in the TYPO3 routing or Aimeos TYPO3 integration but if it's in the integration, it's not oboius why.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

promptnet
Posts: 61
Joined: 24 Jul 2019, 12:22

Re: Bug with multi mandate and customer account emails from scheduler?

Post by promptnet » 16 Feb 2021, 06:54

How can I solve it? Only paid support?

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Bug with multi mandate and customer account emails from scheduler?

Post by aimeos » 17 Feb 2021, 08:51

Someone has to debug the TYPO3 core code to see what's happening and why TYPO3 generates a wrong URL.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply