We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: