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
Make a change to your own user preferences and click save.
Preferences should be saved
An exception is thrown
yii\base\ErrorException: Undefined variable $job in /app/vendor/internetztube/craft-element-relations/src/ElementRelations.php:83 Stack trace: #0 {main}
The issue is that the plugin is trying to push a variable $job to the queue, but $job hasn't been defined.
$job
PHP version 8.1 (also present with 7.4.26) Craft Pro 3.7.39 Element Relations 1.3.5
The text was updated successfully, but these errors were encountered:
Fixed Exception which occurred while saving a user. #16
9fd2679
Thanks for your bug report. Should be fixed with 1.3.6.
1.3.6
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce:
Make a change to your own user preferences and click save.
What I expect:
Preferences should be saved
What happens:
An exception is thrown
yii\base\ErrorException: Undefined variable $job in /app/vendor/internetztube/craft-element-relations/src/ElementRelations.php:83
Stack trace:
#0 {main}
The issue is that the plugin is trying to push a variable
$job
to the queue, but$job
hasn't been defined.System details
PHP version 8.1 (also present with 7.4.26)
Craft Pro 3.7.39
Element Relations 1.3.5
The text was updated successfully, but these errors were encountered: