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
The Garbage Collection routine throes an Exception during the purge pending users phase if a pending user has an order.
The garbage collection (pending user purge) should log the problem, skip that user, and continue to purge pending users
The garbage collection (pending user purge) stops with an Exception. Thus no other pending users are purged.
4.4.14
4.2.11
8.1.18
Linux 5.15.0-75-generic
MariaDB 10.6.12
N/A
The text was updated successfully, but these errors were encountered:
Will tack this here: craftcms/cms#13490
Sorry, something went wrong.
No branches or pull requests
What happened?
Description
The Garbage Collection routine throes an Exception during the purge pending users phase if a pending user has an order.
Steps to reproduce
Expected behavior
The garbage collection (pending user purge) should log the problem, skip that user, and continue to purge pending users
Actual behavior
The garbage collection (pending user purge) stops with an Exception. Thus no other pending users are purged.
Craft CMS version
4.4.14
Craft Commerce version
4.2.11
PHP version
8.1.18
Operating system and version
Linux 5.15.0-75-generic
Database type and version
MariaDB 10.6.12
Image driver and version
N/A
Installed plugins and versions
The text was updated successfully, but these errors were encountered: