Aimeos

Results 159 comments of Aimeos

Did you try to update to the latest versions (PHP and TYPO3)? Can you try to debug these lines, especially what `$task` contains? https://github.com/aimeos/aimeos-typo3/blob/master/Classes/Scheduler/Provider/Email.php#L111-L113 We've tried ourselves but were unable...

Did you upgrade from an older Aimeos version? If yes, the old serialized task objects may miss new properties which can lead to that error. We've added checks to avoid...

Seems like you haven't filled in the sender e-mail address

Yes, that's the root cause. Can you check if there are any errors in the log that may cause the problem?

The method is inherited from the Email class: https://github.com/aimeos/aimeos-typo3/blob/master/Classes/Scheduler/Provider/Email6.php#L19 https://github.com/aimeos/aimeos-typo3/blob/master/Classes/Scheduler/Provider/Email.php#L51 Which PHP Version are you using? PHP 8.0 till 8.0.10 are buggy and caused such problems.

We are running the same version without problems but it's a bug in the PHP interpreter nevertheless. For testing, you can try to switch off the PHP OPCache and see...

Because it's an error in the PHP interpreter, re-installing the application won't help.

Unfortunately, these fields are not optional and you need them for selecting which site and job controller should be used (as well as additional configuration). The underlying problem in your...

We've made several tests now with the same PHP version (8.1.9), same TYPO3 version (11.5.15) and same Aimeos version (22.7.1) but we were unable to reproduce the problem. It might...

We leave the issue open, if others face the same problem. Then, maybe we can get closer to get a solution.