-
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
Product List widget on 404 leads to Fatal Error #39510
Comments
Hi @VladyslavSikailo. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop instance and the issue is reproducible. The Fatal Error :
Hence Confirming the issue. Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13560 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
Preconditions and environment
Steps to reproduce
{magento_url}/foo/bar/baz//hello
Expected result
Actual result
TypeError: Unsupported operand types: string + int in /var/www/html/vendor/magento/framework/Data/Collection.php:245
Additional information
vendor/magento/module-catalog-widget/Block/Product/ProductsList.php
$this->getRequest()->getParam($this->getData('page_var_name'), 1)
returns "hello"Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: