When I install using the following command
php -dmemory_limit=6G bin/magento setup:install --db-host="127.0.0.1" --db-name="***" --db-user="***" --db-password="****" --base-url="http://magento2.test/" --base-url-secure="https://magento2.test/" --admin-user="***" --admin-password="****" --admin-email="****" --admin-firstname="****" --admin-lastname="****" --language="en_US" --currency="USD" --timezone="America/New_York" --use-rewrites="1"
[Progress: 716 / 721]
Installing admin user...
zsh: segmentation fault
When I install from the browser it says that it installed correctly but when I go to the admin section I get from Magento Admin Address I get not found
shua@MacBook-Pro magento2-apache % php -v
PHP 7.2.24 (cli) (built: Oct 25 2019 11:13:56) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.2.24, Copyright (c) 1999-2018, by Zend Technologie
Where should I go from here?
Solved! Go to Solution.
This does solve the issue. I will accept this answer but does not solve why the command line install is not working
@shua_talansky the problem is with your apache configuration not on the steps which you have followed for installing from cli.
if your apache is configured correctly, then you will not get this error even if you have installed it from cli.
Thanks