Questions tagged [php8.2]
The php8.2 tag has no summary.
13 questions
0
votes
2
answers
83
views
How to upgrade Magento 2.4.7 to 2.4.8 safely and fix dependency conflicts?
I’m trying to upgrade my Magento project from version 2.4.7-p1 to 2.4.8 using Composer, but I’m running into dependency issues.
Here’s what I’ve tried:
composer require magento/product-community-...
0
votes
1
answer
165
views
Fix ($haystack) error from php for strpos
Hi I am getting the Deprecated Functionality: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in
From upgrading to php version 8, the module doesnt have an updated ...
0
votes
4
answers
1k
views
Deprecated Functionality: str_replace() with Magento 2.4.7-p2 and php 8.1 and 8.3 as required
I have a new installation of magento (haven't gone live yet) and just upgraded to the latest 2.4.7-p2 version. I have followed all the system requirements and upgraded from php v8.1 to 8.3 as required ...
0
votes
1
answer
288
views
Magento 2.4.7 Deprecated Functionality, Clearsale
After upgrading to m2.4.7-p1, we installed the newest version of Clearsale and see these errors:
Deprecated Functionality: Creation of dynamic property Clearsale\Integration\Model\Auth\Entity\...
0
votes
1
answer
156
views
Call to undefined function Magento\Framework\System\ftp_connect()
Since I updated my PHP 8.1 to 8.2 using Adobe Commerce 2.4.7, I started to have exception issues when using FTP OOTB features.
I want to detect the reason and fix it. How could I do it?
0
votes
2
answers
377
views
Exception message: Deprecated Functionality: round(): Passing null to parameter #1 ($num) of type int|float is deprecated in magento 2.4.6
I updated my php version is 8.3 and magento version is 2.4.6
currently facing issue with round functionality.
Exception message: Deprecated Functionality: round(): Passing null to parameter #1 ($num) ...
0
votes
3
answers
3k
views
Magento 2.4.6 Deprecated Functionality: Creation of dynamic property
I try to solve this error:
main.CRITICAL: Deprecated Functionality: Creation of dynamic property
VENDOR\MODULE\Model\RedsysFactory::$helper is deprecated in
/var/www/vhosts/xxxxxx.com/httpdocs/app/...
0
votes
0
answers
60
views
Magento 2.4.6 GraphicsMagick Image support error
I have a magento 2.4.6-p3 instance with php8.2
I have installed superdav42 / magento-image-quality for support of GraphicsMagick Image processing.
I am having this is issue when trying to print PDF ...
3
votes
1
answer
2k
views
Seeking Advice on High Number of PHP-FPM Processes in Magento Environment (Magento 2.4.6 & php 8.2)
Seeking Advice on High Number of PHP-FPM Processes in Magento Environment (Magento 2.4.6 & php 8.2 )
Hello Magento Community,
I hope this message finds you well. I'm currently managing a Magento ...
1
vote
1
answer
188
views
unable to install composer for Magento 2.4.6 setup throws socket error in windows
While Installing the composer throws the following error
The PHP exe file you specified did not run correctly:
C:\xampp\php\php.exe
The php.ini used by your command-line PHP is: C:\xampp\php\php.ini
...
3
votes
1
answer
7k
views
Deprecated Functionality: Creation of dynamic property $_coreRegistry is deprecated
I am having this issue with magento 2.4.6 custom module and php8.2
This code:
public function __construct(
\Magento\Framework\App\Helper\Context $context,
\Magento\Store\Model\...
0
votes
1
answer
581
views
how to save customer custom attribute in database table?
I have created one custom module, in that module I have created custom attribute, name like "landmark", for frontend and admin customer, this attribute display at frontend customer address ...
1
vote
1
answer
1k
views
Magento 2 modules and PHP 8.2
I'm struggling with PHP 8.2 and some Magento modules I inherited with a site.
I believe the errors are specifically because of PHP 8.2
For example:
main.CRITICAL: Exception: Deprecated Functionality: ...