Skip to main content

Questions tagged [php8.2]

0 votes
2 answers
83 views

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-...
Jackson's user avatar
  • 9,989
0 votes
1 answer
165 views

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 ...
Z2020's user avatar
  • 5
0 votes
4 answers
1k views

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 ...
Steven Lutz's user avatar
0 votes
1 answer
288 views

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\...
Herecomes's user avatar
0 votes
1 answer
156 views

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?
Rafael Corrêa Gomes's user avatar
0 votes
2 answers
377 views

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) ...
JAYASHREE N's user avatar
0 votes
3 answers
3k views

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/...
antrax13's user avatar
0 votes
0 answers
60 views

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 ...
G. G.'s user avatar
  • 1,290
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 ) Hello Magento Community, I hope this message finds you well. I'm currently managing a Magento ...
Muhammad Talha's user avatar
1 vote
1 answer
188 views

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 ...
Jaisa's user avatar
  • 2,640
3 votes
1 answer
7k views

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\...
G. G.'s user avatar
  • 1,290
0 votes
1 answer
581 views

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 ...
James Martin's user avatar
1 vote
1 answer
1k views

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: ...
Will Wright's user avatar