Skip to content

magento man

Fatal error: Uncaught TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, bool given

In the following Code: <?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ declare(strict_types=1); namespace MagentoFrameworkFilesystem; /** * Application file system directories dictionary. * * Provides information about what directories are available… Read More »Fatal error: Uncaught TypeError: str_replace(): Argument #3 ($subject) must be of type array|string, bool given

Magento 2.4.6 Project Community Edition failing on cloud deploy with error SQLSTATE[HY000] [2002] Connection refused

I am trying to build magento 2 project community edition locally. I am on a windows machine using ubuntu. Here is my process: I run these commands: composer create-project –repository-url=https://repo.magento.com/ magento/project-community-edition community composer require –no-update –dev magento/ece-tools magento/magento-cloud-docker composer update… Read More »Magento 2.4.6 Project Community Edition failing on cloud deploy with error SQLSTATE[HY000] [2002] Connection refused