-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
M 2.4.3-p1 - TypeError: htmlspecialchars() expects parameter 1 to be string, null given in vendor/magento/framework/Escaper.php:417 #34413
Comments
Hi @mrlerch. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
Thanks for reporting this @mrlerch For the engcom squad reviewers: note that there is a 3rd party module This bug might possibly have been introduced by #32002 where @ihor-sviziev: does that make sense? Maybe collaborate with the other maintainers about this a bit if you can 🙂 The suggested change is not 100% correct as it would still allow |
Here is my post on github.
Now what…
#34413
Martin Lerch
702.321.0908 (mobile)
-------------------------
Sent from my iPhone (mobile)
***************************
The information contained in this communication is potentially confidential, and intended only for the use of the addressee. If you received this communication in error, please notify us by return e-mail and delete this communication and all copies, including all attachments.
****************************
… On Oct 24, 2021, at 11:22 AM, Simon Maass ***@***.***> wrote:
@hostep this error come from same problem because declare(strict_types=1) was added: #34415
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
@sidolov, please set priority to P1 |
Hi @SergeyP18. Thank you for working on this issue.
|
Error in a third-party module, check for the type of the transferred value does not pass |
Hi @engcom-November. Thank you for working on this issue.
|
Hi @mrlerch , |
Preconditions (*)
PHP 7.4.24, 5.7.34
MySQL Community Server
Server version: Apache/2.4.25 (Debian)
Server built: 2021-10-02T13:27:55
Steps to reproduce (*)
Expected result (*)
Actual result (*)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
Looked at the function including line 417 in Escaper.php
Temporary fix:
Created a module that overrides this function with this one:
Now it is working but I think that this is a bug possibly (why would there be an error if data is empty?)
The text was updated successfully, but these errors were encountered: