Search found 7 matches

by georgood
08 Feb 2021, 12:21
Forum: TYPO3 extension
Topic: Bug with multi mandate and customer account emails from scheduler?
Replies: 16
Views: 5295

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

When the system says "Task failed to execute successfully.", Starting Sheduller with the task ID helps me. For example (task uid=8): /usr/local/bin/php typo3/sysext/core/bin/typo3 scheduler:run --task=8 See the source here: https://docs.typo3.org/c/typo3/cms-scheduler/master/en-us/Installa...
by georgood
08 Feb 2021, 08:29
Forum: TYPO3 extension
Topic: Error when starting TYPO3-Scheduler - "File or directory "" doesn't exist"
Replies: 4
Views: 2137

Re: Error when starting TYPO3-Scheduler - "File or directory "" doesn't exist"

Hi, When the system says "Task failed to execute successfully.", Starting Sheduller with the task ID helps me. For example (task uid=8): /usr/local/bin/php typo3/sysext/core/bin/typo3 scheduler:run --task=8 See the source here: https://docs.typo3.org/c/typo3/cms-scheduler/master/en-us/Inst...
by georgood
08 Feb 2021, 08:02
Forum: TYPO3 extension
Topic: Bug with multi mandate and customer account emails from scheduler?
Replies: 16
Views: 5295

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

Hi,
If TYPO3 uses the - felogin extension for login, then you need to correctly configure the links of this extension (see screenshot):
by georgood
21 Nov 2020, 19:06
Forum: TYPO3 extension
Topic: File attachments (image/png): Fix issue with sending email
Replies: 6
Views: 2219

Re: File attachments (image/png): Fix issue with sending email

You made the wrong fix. The correct arguments are: "$data, $filename, $mimetype"

Best.
by georgood
21 Nov 2020, 18:24
Forum: TYPO3 extension
Topic: File attachments (image/png): Fix issue with sending email
Replies: 6
Views: 2219

Re: File attachments (image/png): Fix issue with sending email

Can you create a pull request with the required change here?
No. Sorry, no time. Do it yourself, please.
by georgood
21 Nov 2020, 17:51
Forum: TYPO3 extension
Topic: File attachments (image/png): Fix issue with sending email
Replies: 6
Views: 2219

File attachments (image/png): Fix issue with sending email

Hello! Getting the following error when sending emails through AWS. 554 Transaction failed: Expected '/', got ; (in reply to end of DATA command)) In my case (TYPO3v9.x, Aimeos-v20.x), I am getting an error while sending the order email. Since there is a logo in the letter layout. The problem is vis...