Skip to content

magento2.3

Auto Added by WPeMatico

magento xampp missing extension sodium

I have installed xampp and trying to install magento 2 via command line, php bin/magento setup:install –base-url=”http://project.magento.com” –db-host=”localhost” –db-name=”magento” –db-user=”magento” –db-password=”asdasd” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”coderemail@gmail.com” –admin-user=”admin” –admin-password=”Admin@123456″ –language=”en_US” –currency=”USD” –timezone=”America/Chicago” –use-rewrites=”1″ –backend-frontname=”admin” –search-engine=elasticsearch7 –elasticsearch-host=”localhost” –elasticsearch-port=9200 and I have also enabled the… Read More »magento xampp missing extension sodium

Composer can’t install any module due to “Your requirements could not be resolved to an installable set of packages”

Running 2.3.6 When I try to install any module via composer I get the following error: []$ COMPOSER_MEMORY_LIMIT=-1 composer require stripe/stripe-php:^7 Warning from https://repo.packagist.org: You are using an outdated version of Composer. Composer 2 is now available and you should… Read More »Composer can’t install any module due to “Your requirements could not be resolved to an installable set of packages”