-
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
[Issue] clearing the Global default welcome text will cause a NULL parameter CRASH #39507
Comments
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @ergohack, Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop instance and the issue is not reproducible.Kindly refer the screenshots. We have created one more website and removed Header section of the Global default.The Website is working fine and it didn't crash. Could you please try to reproduce the issue in Latest 2.4-develop instance and please let us know if we are missing anything. Thanks. |
This was reproduced on a |
Hi @ergohack, Thanks for your Update. Since the issue is no more reproducible in Latest 2.4-develop instance we are closing this issue.Please feel free to reopen the issue. Thanks. |
I believe it was fixed in Magento 2.4.7, more details in this issue: #37208, especially this comment. |
This issue is automatically created based on existing pull request: #39501: clearing the Global default welcome text will cause a NULL parameter CRASH
Description (*)
Clearing the Global default Welcome Text will cause a NULL parameter to be passed to Escaper.php.
Added a parameter sanity check to avoid the site crash.
Related Pull Requests
none
Fixed Issues (if relevant)
none
Manual testing scenarios (*)
./admin/system_store/index/key/…
./theme/design_config/index/key/…
*1. remove the Welcome Text from the [Header] section of the Global default.
I have a two website configuration and removed the global default in favor of the configuration for the specific websites, causing my site to crash. I think the issue is that the newly added website started with no value set for the Welcome Text.
Questions or comments
Contribution checklist (*)
The text was updated successfully, but these errors were encountered: