- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2022
07:00 AM
12-05-2022
07:00 AM
Magento 2.4.5 issue after Upgrade with PHP 8.1
After Upgrade to EE 2.4.5 with PHP 8.1 i am facing many default php function issues like
1- Blank Parameter should be a part of __construct
2- Function Parameter Without Variable Type should not be passed as a null
3- Deprecated Functionality: explode(): Passing null to parameter #2 ($string) of type string is deprecated
I am using Windows 10 with WAMP 3.2.6 with PHP 8.1.
Please suggest what changes i need to do?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023
09:51 AM
01-31-2023
09:51 AM
Re: Magento 2.4.5 issue after Upgrade with PHP 8.1
i updated my composer version to 2.4.4
And it worked for me.