php composer.phar create-project --repository=https://repo.magento.com/ magento/project-community-edition htdocsphp bin/magento setup:install --base-url=http://magepwa.test --db-host=localhost --db-name=magepwa --db-user=root --db-password=pass --backend-frontname=admin --admin-firstname=admin --admin-lastname=admin [email protected] --admin-user=admin --admin-password=xxxx --language=en_US --currency=USD --timezone=UTC --use-rewrites=1
Hi @mahanmp. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me 2.3-develop instance - upcoming 2.3.x release
For more details, please, review the Magento Contributor Assistant documentation.
@mahanmp do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hi @engcom-backlog-nazar. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.
[ ] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 5. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 6. Add label Issue: Confirmed once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
HI @mahanmp thank you for you report, this issue related to your configuration, please verify all your settings, and try again, i believe that you are missed something in your environment config.
Can you lead me to a possible config that i missed with this kind of error?
I tried to put incorrect database credentials and it seems to show a different error which is mysql error.
@mahanmp Composer 1.9-dev (using composer.phar) can you try with non dev version ?
I tried to use the latest snapshot now https://getcomposer.org/download/1.8.4/composer.phar which is Composer version 1.8.4 2019-02-11 10:52:10
And i still get the same issue.
I really don't get the idea where this thing leads to an issue aside from this https://github.com/magento/magento2/issues/4281 but I don't use HHVM and the /var/run/mysqld/mysqld.sock exist
I would suggest that you try the same Preconditions that I did above to replicate my issue.
I captured the issue, the issue was the opcache.enable_cli was enabled. Is this intentional?
Most helpful comment
I captured the issue, the issue was the opcache.enable_cli was enabled. Is this intentional?