Open BrandSven opened 2 weeks ago
Powermail 12.4.4 TYPO3 12.4.22
In an PHP 8.2 environment (basic ddev setup with PHP 8.2), a deprecation notice is thrown:
PHP Runtime Deprecation Notice: Function strftime() is deprecated in /var/www/html/vendor/in2code/powermail/Classes/Command/ExportCommand.php line 107
Unfortunately, although it's just a notice, it prevents any scheduler tasks using the exporter from running.
strftime() should be replaced with date(), see: https://www.php.net/manual/de/function.strftime.php
Powermail 12.4.4 TYPO3 12.4.22
In an PHP 8.2 environment (basic ddev setup with PHP 8.2), a deprecation notice is thrown:
PHP Runtime Deprecation Notice: Function strftime() is deprecated in /var/www/html/vendor/in2code/powermail/Classes/Command/ExportCommand.php line 107
Unfortunately, although it's just a notice, it prevents any scheduler tasks using the exporter from running.
strftime() should be replaced with date(), see: https://www.php.net/manual/de/function.strftime.php