Skip to content
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

Fixed null parameter warning in Mage_Wishlist_Block_Abstract #4068

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

ADDISON74
Copy link
Contributor

Steps to reproduce this issue

  1. Log into a customer account
  2. Add any product to Favorites
  3. Once you are redirected to the Favorites page send the Favorites list to an email address

Take a look in this file /var/log/system.log. You will see this error, in my test with PHP version 8.3.8.

Deprecated functionality: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/app/code/core/Mage/Wishlist/Block/Abstract.php on line 235

…ng) of type string is deprecated in Mage/Wishlist/Block/Abstract.php on line 235

Steps to reproduce this issue:

1. Log into a customer account
2. Add any product to Favorites
3. Once you are redirected to the Favorites page send the Favorites list to an email address

Take a look in this file /var/log/system.log. You will see this error

```Deprecated functionality: trim(): Passing null to parameter #1 ($string) of type string is deprecated  in /var/www/html/app/code/core/Mage/Wishlist/Block/Abstract.php on line 235```
@github-actions github-actions bot added the Component: Wishlist Relates to Mage_Wishlist label Jul 2, 2024
Co-authored-by: Fabrizio Balliano <fabrizio.balliano@gmail.com>
@fballiano fballiano changed the title Deprecated functionality: trim() - Wishlist sending Fixed null parameter warning in Mage_Wishlist_Block_Abstract Jul 2, 2024
@fballiano fballiano merged commit 93288c0 into main Jul 2, 2024
25 checks passed
@fballiano fballiano deleted the ADDISON74-wishlistsend branch July 2, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Wishlist Relates to Mage_Wishlist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants