Questions tagged [php8.1]
The php8.1 tag has no summary.
9 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
98
views
502 Bad Gateway due to high CPU usage by PHP-FPM
We are using Magento 2.4.6. with product volume over 20K
Centos 7 server, 32GB, 16core
But sometime we face 502 bad gateway on site and we we check the server it shows php-fpm processes are running ...
1
vote
2
answers
3k
views
Argument #1 ($storeId) must be of type int, string given error
I am having a feed which is run every night with crons. My instance is magento 2.4.6-p2.
I am using this function to get store id:
public function execute()
{
foreach ($this->...
0
votes
1
answer
576
views
Error 502 or Nginx takes over
Magento Installation and Network Setup:
Magento 2.4.6-ps2 (server) with elasticsearch 5.8 (docker) on NGINX server is successfully installed and running on an Oracle Cloud network environment, ...
0
votes
1
answer
1k
views
Class Zend Not Found in Magento 2 – Fix All Zend Errors
Class Zend not found in magento now. So for that, we have fixes for those classes which is currently using the same but we want to upgrade in latest magento 2.4.X versions.
common errors of Zend:
...
3
votes
2
answers
2k
views
magento 2.4.6 installation failed due to Plugin initialization failed (require(app/etc/NonComposerComponentRegistration.php): Failed to open stream
PHP version: 8.1
composer: 2.2.0
Trying to fresh installed Magento open source 2.4.6 using the below command
composer create-project --repository-url=https://repo.magento.com/ magento/project-...
1
vote
2
answers
1k
views
TypeError: str_replace(): Argument must be of type array|string, null given
I am getting the below error:
main.CRITICAL: TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, null given
In the following code:
public function beforeSendResponse(Http $...
0
votes
2
answers
99
views
sudo php bin/magento module:status didn't run?
I was trying to run this command but the error raised like this
PHP Warning: require(/var/www/medical/bin/../app/bootstrap.php): Failed to open stream: No such file or directory in /var/www/medical/...
0
votes
8
answers
4k
views
installed magento 2.4.6 and running php 8.1 but the frontend still asking for php 8.1.0 or later
I have magento 2.4.6 installed on my server and running php 8.1.18.
(upgraded from 2.4.3)
when I open the main page, I'm getting this message :
Can anyone help me how to fix this? Thank you.
0
votes
1
answer
272
views
Add magento 2 module in ubuntu error
Repositories code generation... 1/9 [===>------------------------] 11% < 1 sec 117.0 MiBsyntax error, unexpected token "&", expecting "function" or "const"#0 /...