Installing Magento 2.4 from CLI getting Interceptor error
php bin/magento setup:install --base-url=http://local.web.com/ --db-host=localhost --db-name=mydb --db-user=root --db-password= --admin-firstname=admin --admin-lastname=admin [email protected] --admin-user=admin --admin-password=admin123 --language=en_US --currency=USD --timezone=America/Chicago
Getting error: Class Magento\Framework\DB\Adapter\Pdo\Mysql\Interceptor does not exist
Hi @lucasvm. 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 give me 2.4-develop instance - upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
Please, add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket.
:movie_camera: You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
hi @lucasvm,
As I understood - did you run the composer install command before it? If yes - please add to the end of your command -vvv flag and give us output
Hi @ihor-sviziev. 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.4-develop branchDetails
- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.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. Add label Issue: Confirmed once verification is complete.
[ ] 6. Make sure that automatic system confirms that report has been added to the backlog.
Yes of course i have ran the composer install, there is no more web setup wizard install?, only cli?, im running php 7.3 on Ubuntu, do i need to install some php extension? the docs are not clear.
Yes, in magento 2.4 there no more web installer. In case if you’ll have
some missing extension - composer install should fail. Could you rerun the
install command with -vvv flag at the end?
On Tue, 11 Aug 2020 at 16:57, lucasvm notifications@github.com wrote:
>
>
Yes of course i have ran the composer install, there is no more web setup
wizard install?, only cli?, im running php 7.3 on Ubuntu, do i need to
install some php extension? the docs are not clear.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/magento/magento2/issues/29462#issuecomment-671962863,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAOJOUIODKYA4GQZXMT33XLSAFE5RANCNFSM4P2QFMLQ
.
in case you download package from magento homepage you don't need run composer install. If you add extra package to composer.json just run composer update
From 2.4.0 magento install via cli only cause web wizard has removed
Cli command should add elasticsearch to avoid issue during cli run
--search-engine=elasticsearch7 --elasticsearch-host=elasticsearch --elasticsearch-port=9200 --elasticsearch-index-prefix=magento2 --elasticsearch-enable-auth=0 --elasticsearch-timeout=15
replace elasticsearch-host with your value correspoding your setting
I have installed via Composer, doing the create project.
Hello @lucasvm
cc: @ihor-sviziev
Not sure exactly but seems this issue related to your dev environment. Probably some required extension is missed or some artifacts in DB or code.
I verified this issue by the next steps:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition
php bin/magento setup:install \
--db-host=db \
--db-name=magento_i3 \
--db-user=magento \
--db-password=123123q \
--base-url=http://magento.i3.loc \
--backend-frontname=admin \
--admin-user=admin \
--admin-password=123123q \
[email protected] \
--admin-firstname=Magento \
--admin-lastname=User \
--language=en_US \
--currency=USD \
--timezone=America/Chicago \
--skip-db-validation \
--elasticsearch-host=000.00.00.000 \
--elasticsearch-port=9200 \
--elasticsearch-index-prefix=instance_3 \
&& chown -R www-data:www-data .
Result:
Class Magento\Framework\DB\Adapter\Pdo\Mysql\Interceptor does not exist during installation and after in log filesPlease, review my steps and additional docs probably it has the answer.
Also, if I missed some details please let me know. Unfortunately without additional details, this issue could be closed as cannot reproduce
Ok thank you!, i think i have installed the software, i can see all the tables in the database, also the env file has been created, but when doing the setup upgrade im getting:
Could not validate a connection to Elasticsearch. No alive nodes found in your cluster
I dont have elasticsearch, its mandatory?
@lucasvm yes 2.4 required elastic when install. Before you run cli for install make sure elastic service run
Hi @lucasvm,
I’m closing this issue as it reproducing only when you don’t have configured elasticsearch, which is requirement for magento correct work.