Skip to content
TheCoachSMB
  • Follow Us:
Email: info@gmail.com
Call: +123-456-7890
TheCoachSMB

We Make It Happen

  • Blog
    • Magento2
    • HTML5
    • PHP Tutorial
  • Our Courses
  • Services
    • Magento 2 Installation Service
    • Magento Development Services
    • Support & Maintenance Services
    • Migration Services
    • Magento 2 Upgrade Service
    • Magento Security Patches
    • Magento Site Audit
    • Magento Speed & Performance
    • Magento Extension Development
    • Magento Consulting Services
    • SEO Services
    • Designing Services
  • Book A Call
  • Profile
  • About Us

    Lorem Ipsum is simply dummy text of the printing and typesetting industry.

    Contact Us
    Contact Info

    684 West College St. Sun City, United States America, 064781.

    (+55) 654 - 545 - 1235

    info@gmail.com

  • Get In Touch
  • Follow Us:
Email: info@gmail.com
Call: +123-456-7890
TheCoachSMB

We Make It Happen

  • Get In Touch
  • Blog
    • Magento2
    • HTML5
    • PHP Tutorial
  • Our Courses
  • Services
    • Magento 2 Installation Service
    • Magento Development Services
    • Support & Maintenance Services
    • Migration Services
    • Magento 2 Upgrade Service
    • Magento Security Patches
    • Magento Site Audit
    • Magento Speed & Performance
    • Magento Extension Development
    • Magento Consulting Services
    • SEO Services
    • Designing Services
  • Book A Call
  • Profile

Solved – All Errors while installing Magento2

  • Home
  • Solved – All Errors while installing Magento2
  • Sonal Motghare-Balpande Sonal Motghare-Balpande
  • May, Thu, 2021
  • Magento 2
Solved – All Errors while installing Magento2

This article helps in resolving the issues while installing Magento2. The following are the issues which you may meet, feel free to apply the solution given.

 

Error 1: –

“SQLSTATE[HY000] [2002] No such file or directory”

Solution :- 

In the php bin/magento setup:installcommand,  replace --db-host="localhost" with --db-host="127.0.0.1" and re-run the command again.


Error 2: –

In compat.php line 1927: This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP

Solution: – To resolve this error, please click here.


Error 3: –

In Admin Login –

You did not sign in correctly or your account is temporarily disabled” in Magento 2

Solution:- There are various solutions for resolving it. Please have a look here.


Error 4: –

Magento 2 – Allowed Memory exhausted error

Solution:- The cause of the error “allowed memory size of bytes exhausted” is related to shortage of memory. The error occurs if you try to use more RAM resources than what you have specified in the php.ini file through “memory_limit”.

There are various solutions for this. Please follow this link for solution.


Error 5:-

No connection could be made because the target machine actively refused it

Solution:- This error is related to the elasticsearch. You can get solution here.


Error 6:-

Composer error in setup:upgrade command in Magento2

If you are stuck with composer error while running

php bin/magento setup:upgrade

this command in Magento2, not to worry at all. This article is here to help you out.

Running data recurring...Reading C:\xampp\htdocs\magento/composer.json
Loading config file C:\xampp\htdocs\magento/composer.json
Failed to initialize global composer: Composer could not find the config file: C:/xampp/htdocs/magento/var/composer_home/composer.json
To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section
Reading C:\xampp\htdocs\magento/vendor/composer/installed.json
Reading C:\xampp\htdocs\magento/composer.lock
Checking for "magento/composer-root-update-plugin: 1.1.1" for the Web Setup Wizard...
Reading C:\xampp\htdocs\magento/var/vendor/magento/composer-root-update-plugin/composer.json Loading config file C:\xampp\htdocs\magento/var/vendor/magento/composer-root-update-plugin/composer.json No Web Setup Wizard update needed for magento/composer-root-update-plugin; version 1.1.1 is already in C:\xampp\htdocs\magento/var.

 

Solution:- Get resolved here.


Error 7:-

Deprecated: Method  ReflectionParameter::getClass()  is deprecated in

C:\xampp\htdocs\m2\vendor\magento\framework\Code\Reader\ClassReader.php on line 34

Solution:- Right now Magento 2 does not support PHP 8, so this error occurs. You can get more details here.


Error 8:-

Magento2 Installation Error – Sample data is installed with errors. See log file for details

Solution:- The details of the solution is mentioned here, have a look and get it resolved here.


Error 9:-

Magento2 Installation Error – Could not validate a connection to Elasticsearch. No alive nodes found in your cluster

Solution:- Solved here. See details


Error 10:-

Solved- Class “Magento\Backend\App\Request\PathInfoProcessor\Proxy” does not exist

Reason & Solution 1:

First reason could be you have installed PHP 8 and Magento2 is not compatible with it yet. So to resolve this, you need to use PHP 7.4.

Reason & Solution 2:

Second reason we need to find with below steps:

    • Open the bootstrap.php file present in the app folder of magento directory.
    • Remove # from the beginning of the line
      • #ini_set(‘display_errors’, 1);
    • Save the file and refresh your browser to see the exact issue.

Follow this for more details.


Error 11:-

Apache Service detected with wrong path

Solution:

Here’s the fix:
  1. Window + R and type regedit then enter
  2. Open this directory HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache2.4
  3. Right-click on the “ImagePath” and choose “Modify”
  4. Change the Value Data field with your current installed path of apache in XAMPP
  5. In my case, the value is “C:\xampp\apache\bin\httpd.exe” -k runservice
  6. For the question poster case, change the value to “c:\xampp\apache\bin\httpd.exe” -k runservice
  7. Close the Xampp Control panel and Open Again.

Follow this for more details.

 

We love hearing your feedback. Thank you commenting in advance!!

Happy Learning !!

Thank You !!

 

Related Posts:

  • Solved: Content Security Policy Warnings in Magento 2
  • Install Magento 2 on Ubuntu 21.04 [Complete Guide]
  • Magento 2 Useful Commands List 2022
  • Install Magento 2.4.4 or Magento 2.4.5 or Magento…
  • 6 Steps to Install Magento 2 on XAMPP Windows Using Composer
  • 6 Steps to Install Magento 2.4.3 on XAMPP Windows…
Comments (38)
Sonal Motghare-Balpande

Hello Readers, My passion is to guide people by sharing the knowledge I have. If I can contribute even little to the people life, its very big achievement for me. Thank You, Sonal

One thought on “Solved – All Errors while installing Magento2”

  1. shana says:
    March 31, 2023 at 9:32 PM

    Hi,,
    I got this error while installing magento 2.4.4
    C:\xampp\htdocs\magento2>php bin/magento setup:install –base-url=”http://jhn.magento244.com/” –db-host=”localhost” –db-name=”magento244″ –db-user=”root” –db-password=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.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
    SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES)

    In InstallCommand.php line 282:

    Parameter validation failed

    Reply
    1. Sonal Motghare-Balpande says:
      April 14, 2023 at 7:35 AM

      Please check the mysql password. Try with not mentioning any password,

      C:\xampp\htdocs\magento2>php bin/magento setup:install –base-url=”http://jhn.magento244.com/” –db-host=”localhost” –db-name=”magento244″ –db-user=”root” –db-password=”” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.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

      Reply
  2. Andriy says:
    December 8, 2022 at 8:32 PM

    Dear Sonal

    Can you please help me to solve problem with installing Magento2?

    I`m trying to run this code: php bin/magento setup:install –base-url=http://andriy.magento.com –db-host=localhost –db-name=magento2 –db-user=magento2 –db-password=mypassword –admin-firstname=Admin –admin-lastname=Admin –admin-email=admin@admin.com –admin-user=admin –admin-password=mypassword –language=en_US –currency=USD –timezone=America/Chicago –backend-frontname=admin –search-engine=elasticsearch7 –elasticsearch-host=localhost –elasticsearch-port=9200

    But I get an error: “There are no commands defined in the “setup:install –base-url=http” namespace.”

    Can you please help me?

    Reply
    1. Sonal Motghare-Balpande says:
      December 9, 2022 at 9:43 PM

      Hello Andriy,

      Please run this command with sudo. At the beginning of the command, add sudo.

      Thanks for posting.

      Reply
      1. Raj says:
        December 21, 2022 at 1:47 AM

        This command sudo php bin/magento setup:install –base-url=manmeet.magento.com –db-host=localhost –db-name=magento2 –db-user=magento2 –db-password=random@123–admin-firstname=Admin –admin-lastname=Admin –admin-email=admin@admin.com –admin-user=admin –admin-password=Admin@123456 –language=en_US –currency=USD –timezone=America/Chicago –backend-frontname=admin –search-engine=elasticsearch7 –elasticsearch-host=localhost –elasticsearch-port=9200

        In ErrorHandler.php line 61:

        Warning: levenshtein(): Argument string(s) too long in /var/www/html/magento2
        /vendor/symfony/console/Application.php on line 1169

        What could be the issue?

        Reply
        1. Sonal Motghare-Balpande says:
          December 24, 2022 at 10:16 AM

          Run this command:
          composer require symfony/console=4.4.26 and then run your command

          Reply
  3. Anestis says:
    November 2, 2022 at 6:21 PM

    Hello

    I managed to complete all steps successfully but when the time came to fill on browser the http://myname.magento.com, the browser started refresh the page non stop without any result.

    I have no idea what to do next.

    Any help would be appreciated.

    Thank you in advance.

    You rock 🙂

    Reply
    1. Sonal Motghare-Balpande says:
      November 4, 2022 at 9:02 PM

      For Windows Follow this: https://www.thecoachsmb.com/solved-forbidden-you-dont-have-permission-to-access-this-resource/

      Reply
  4. shahzad says:
    October 1, 2022 at 10:47 PM

    When i run the following command

    gogo@gogo:/var/www/html/magento2$ php bin/magento setup:install –base-url=http://shahzad.magento.com –db-host=localhost –db-name=magento2 –db-user=magento2 –db-password=root –admin-firstname=admin –admin-lastname=admin –admin-email=admin@admin.com –admin-user=admin –admin-password=admin –language=en_US –currency=USD –timezone=America/Chicago –backend-frontname=admin –search-engine=elasticsearch7 –elasticsearch-host=localhost –elasticsearch-port=9200

    i get this error

    There are no commands defined in the “setup:install –base-url=http” namespace.

    Did you mean one of these?
    setup
    setup:config
    setup:db
    setup:db-data
    setup:db-schema
    setup:di
    setup:performance
    setup:static-content
    setup:store-config

    Reply
    1. Sonal Motghare-Balpande says:
      October 2, 2022 at 7:49 PM

      Hello shahzad

      Run command by using sudo in the beginning of the command.

      Thanks

      Reply
  5. Shanmugadevi says:
    June 22, 2022 at 2:27 AM

    Hi,
    After running the below command, I am getting the following error:

    **php bin/magento setup:install –base-url=“http://devi.magento.com” –db-host=“127.0.0.1” –db-name=“magento2” –db-user=“root” –db-password=“Devi@123” –admin-firstname=“admin” –admin-lastname=“admin” –admin-email=“user@example.com” –admin-user=“admin” –admin-password=“admin123” –language=“en_US” –currency=“USD” –timezone=“America/Chicago” –use-rewrites=“1” –backend-frontname=“admin” –search-engine=elasticsearch7 –elasticsearch-host=“localhost” –elasticsearch-port=9200**

    In Abstract.php line 144:
    SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)

    In Abstract.php line 128:
    SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: NO)

    Can you help me with this?

    Reply
    1. Sonal Motghare-Balpande says:
      August 2, 2022 at 7:21 PM

      Keep Elasticsearch,apache and mysql running

      Reply
  6. bala boss says:
    June 17, 2022 at 10:38 AM

    In Mysql.php line 599:

    SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.design_config_grid_flat’ doesn’t exist, query wa
    s: DELETE FROM `design_config_grid_flat`

    In Mysql.php line 110:

    SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.design_config_grid_flat’ doesn’t exist, query wa
    s: DELETE FROM `design_config_grid_flat`

    In Mysql.php line 91:

    SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.design_config_grid_flat’ doesn’t exist

    after change localhost to 127.0.0.1 it still showed

    Reply
    1. Sonal Motghare-Balpande says:
      August 3, 2022 at 4:00 PM

      in the install command add “–cleanup-database”

      Reply
  7. Varish Khan says:
    June 3, 2022 at 6:52 PM

    C:\xampp\htdocs\magento2>php bin/magento setup:install –base-url=”http://var.magento2.com/” –db-host=”localhost” –db-name=”magento2″ –db-user=”root” –db-password=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.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

    SQLSTATE[HY000] [1045] Access denied for user ‘root’@’localhost’ (using password: YES)

    In InstallCommand.php line 282:

    Parameter validation failed

    i get 1045 error plz suggest me to fix it

    Reply
    1. Sonal Motghare-Balpande says:
      June 5, 2022 at 7:48 AM

      Thanks for contacting, please follow the below steps :
      1. On Xampp, click on Shell button to open command interface,
      2. Next, input the following command to change mysql root password

      mysqladmin.exe -u root password root

      3. go to C:\xampp\phpMyAdmin\config.inc.php and insert your password ‘root’
      4. Restart Apache

      Reply
      1. Agatha Laurent Ndalichako says:
        June 26, 2022 at 5:42 PM

        Hello madame, I get the same error 1045, Tried to follow your instruction, pasting the command at step 2 fails… I get this error “Access dennied”

        cmd response

        Agatha@DESKTOP-xxxxxx c:\xampp
        # mysqladmin.exe -u root password root
        mysqladmin.exe: connect to server at ‘localhost’ failed
        error: ‘Access denied for user ‘root’@’localhost’ (using password: NO)’

        Reply
        1. Sonal Motghare-Balpande says:
          August 2, 2022 at 7:20 PM

          Follow the next, in the config.inc.php, we have set the password. so dont worry

          Reply
  8. nikhil kishore says:
    May 31, 2022 at 6:08 PM

    Hello mam,

    I am getting the below error while installing magento2 in windows –

    1 exception(s):
    Exception #0 (Exception): Warning: Use of undefined constant SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES – assumed ‘SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES’ (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\magento2\vendor\magento\framework\Encryption\Adapter\SodiumChachaIetf.php on line 40

    Exception #0 (Exception): Warning: Use of undefined constant SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES – assumed ‘SODIUM_CRYPTO_AEAD_CHACHA20POLY1305_IETF_NPUBBYTES’ (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\magento2\vendor\magento\framework\Encryption\Adapter\SodiumChachaIetf.php on line 40
    #1 Magento\Framework\Encryption\Adapter\SodiumChachaIetf->encrypt() called at [vendor\magento\framework\Encryption\Encryptor.php:399]
    #2 Magento\Framework\Encryption\Encryptor->encryptWithFastestAvailableAlgorithm() called at [vendor\magento\module-config\App\Config\Type\System.php:339]
    #3 Magento\Config\App\Config\Type\System->cacheData() called at [vendor\magento\framework\Cache\LockGuardedCacheLoader.php:137]
    #4 Magento\Framework\Cache\LockGuardedCacheLoader->lockedLoadData() called at [vendor\magento\module-config\App\Config\Type\System.php:281]
    #5 Magento\Config\App\Config\Type\System->loadDefaultScopeData() called at [vendor\magento\module-config\App\Config\Type\System.php:207]
    #6 Magento\Config\App\Config\Type\System->getWithParts() called at [vendor\magento\module-config\App\Config\Type\System.php:181]
    #7 Magento\Config\App\Config\Type\System->get() called at [vendor\magento\framework\App\Config.php:132]
    #8 Magento\Framework\App\Config->get() called at [vendor\magento\module-backend\App\Config.php:51]
    #9 Magento\Backend\App\Config->getValue() called at [vendor\magento\module-backend\App\Area\FrontNameResolver.php:109]
    #10 Magento\Backend\App\Area\FrontNameResolver->getFrontName() called at [vendor\magento\module-backend\Helper\Data.php:209]
    #11 Magento\Backend\Helper\Data->getAreaFrontName() called at [vendor\magento\module-backend\App\Request\PathInfoProcessor.php:50]
    #12 Magento\Backend\App\Request\PathInfoProcessor->process() called at [generated\code\Magento\Backend\App\Request\PathInfoProcessor\Proxy.php:95]
    #13 Magento\Backend\App\Request\PathInfoProcessor\Proxy->process() called at [vendor\magento\framework\App\Request\Http.php:148]
    #14 Magento\Framework\App\Request\Http->getOriginalPathInfo() called at [vendor\magento\framework\App\Request\Http.php:163]
    #15 Magento\Framework\App\Request\Http->getPathInfo() called at [vendor\magento\framework\App\Request\Http.php:213]
    #16 Magento\Framework\App\Request\Http->getFrontName() called at [vendor\magento\framework\App\Http.php:111]
    #17 Magento\Framework\App\Http->launch() called at [generated\code\Magento\Framework\App\Http\Interceptor.php:23]
    #18 Magento\Framework\App\Http\Interceptor->launch() called at [vendor\magento\framework\App\Bootstrap.php:264]
    #19 Magento\Framework\App\Bootstrap->run() called at [pub\index.php:30]

    Reply
    1. Sonal Motghare-Balpande says:
      June 5, 2022 at 7:58 AM

      Thanks for contacting Nikhil Kishore.
      Please follow below steps:
      1. Remove semicolon from the beginning of the line ;extension=sodium from php.ini which enables it.
      2. Copy (wherever you have installed xampp that drive )D:\xampp8.1\php\libsodium.dll to D:\xampp8.1\apache\bin\
      3. Restart Apache means stop and start Apache.

      Thanks,
      Sonal

      Reply
  9. lisbeth macias says:
    May 17, 2022 at 2:21 AM

    Luego de instalar todo e ir al navegador me aparece:

    Forbidden
    You don’t have permission to access this resource.

    Apache/2.4.51 (Win64) OpenSSL/1.1.1l PHP/8.1.0 Server at sonal.magento.com Port 80

    Reply
    1. Sonal Motghare-Balpande says:
      June 5, 2022 at 8:13 AM

      Hello lisbeth macias,

      Please follow this article to fix that error.

      Thanks,
      Sonal

      Reply
  10. rousvel ybdo says:
    November 12, 2021 at 4:11 PM

    There are no commands defined in the “cache” namespace.

    Reply
    1. Sonal Motghare-Balpande says:
      June 5, 2022 at 8:00 AM

      Thanks for contacting us rousvel ybdo.

      Please follow below points:-

      1. Give Permission to the project and
      2. then run below command:-
      php bin/magento cache:flush

      Thanks,
      Sonal

      Reply
  11. sofiya says:
    November 3, 2021 at 11:19 AM

    In Installer.php line 546:
    Missing following extensions: ‘sodium’

    However its already enable and restart xampp twice

    can you please help me!

    Reply
    1. Sonal Motghare-Balpande says:
      June 5, 2022 at 8:01 AM

      Thanks for contacting Sofiya.
      Please follow below steps:
      1. Remove semicolon from the beginning of the line ;extension=sodium from php.ini which enables it.
      2. Copy (wherever you have installed xampp that drive )D:\xampp8.1\php\libsodium.dll to D:\xampp8.1\apache\bin\
      3. Restart Apache means stop and start Apache.

      Thanks,
      Sonal

      Reply
  12. Ashraf says:
    September 28, 2021 at 9:09 PM

    Undefined class constant ‘PDO::MYSQL_ATTR_SSL_KEY’#0 C:\xampp\htdocs\magento\setup\src\Magento\Setup\Model\ConfigModel.php(71): Magento\Setup\Model\ConfigOptionsList->getOptions()
    #1 C:\xampp\htdocs\magento\setup\src\Magento\Setup\Console\Command\ConfigSetCommand.php(61): Magento\Setup\Model\ConfigModel->getAvailableOptions()
    #2 C:\xampp\htdocs\magento\vendor\symfony\console\Command\Command.php(77): Magento\Setup\Console\Command\ConfigSetCommand->configure()
    #3 C:\xampp\htdocs\magento\setup\src\Magento\Setup\Console\Command\ConfigSetCommand.php(51): Symfony\Component\Console\Command\Command->__construct()
    #4 C:\xampp\htdocs\magento\vendor\laminas\laminas-di\src\Injector.php(181): Magento\Setup\Console\Command\ConfigSetCommand->__construct()
    #5 C:\xampp\htdocs\magento\vendor\laminas\laminas-di\src\Injector.php(140): Laminas\Di\Injector->createInstance()
    #6 C:\xampp\htdocs\magento\vendor\laminas\laminas-di\src\Container\AutowireFactory.php(64): Laminas\Di\Injector->create()
    #7 C:\xampp\htdocs\magento\vendor\laminas\laminas-di\src\Container\ServiceManager\AutowireFactory.php(51): Laminas\Di\Container\AutowireFactory->create()
    #8 C:\xampp\htdocs\magento\vendor\laminas\laminas-servicemanager\src\ServiceManager.php(665): Laminas\Di\Container\ServiceManager\AutowireFactory->__invoke()
    #9 C:\xampp\htdocs\magento\vendor\laminas\laminas-servicemanager\src\ServiceManager.php(230): Laminas\ServiceManager\ServiceManager->doCreate()
    #10 C:\xampp\htdocs\magento\setup\src\Magento\Setup\Console\CommandList.php(88): Laminas\ServiceManager\ServiceManager->get()
    #11 C:\xampp\htdocs\magento\vendor\magento\framework\Console\Cli.php(148): Magento\Setup\Console\CommandList->getCommands()
    #12 C:\xampp\htdocs\magento\vendor\magento\framework\Console\Cli.php(134): Magento\Framework\Console\Cli->getApplicationCommands()
    #13 C:\xampp\htdocs\magento\vendor\symfony\console\Application.php(1274): Magento\Framework\Console\Cli->getDefaultCommands()
    #14 C:\xampp\htdocs\magento\vendor\symfony\console\Application.php(629): Symfony\Component\Console\Application->init()
    #15 C:\xampp\htdocs\magento\vendor\symfony\console\Application.php(237): Symfony\Component\Console\Application->find()
    #16 C:\xampp\htdocs\magento\vendor\magento\framework\Console\Cli.php(115): Symfony\Component\Console\Application->doRun()
    #17 C:\xampp\htdocs\magento\vendor\symfony\console\Application.php(149): Magento\Framework\Console\Cli->doRun()
    #18 C:\xampp\htdocs\magento\bin\magento(23): Symfony\Component\Console\Application->run()
    #19 {main}
    this was the error man

    Reply
    1. Sonal Motghare-Balpande says:
      October 1, 2021 at 7:08 AM

      While installing composer, i think you have not selected the correct php.exe file path. Please re-install composer with the correct php.exe. Remember, php 8 is not supported by Magento2 yet.

      Reply
  13. ghugan says:
    September 28, 2021 at 3:26 AM

    After running the following command. i am getting the following error. Can you help on this please?

    php bin/magento setup:install –base-url=”http://ghugan.magento.com/” –db-host=”localhost” –db-name=”magento24″ –db-user=”root” –db-password=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.com” –admin-user=”admin” –admin-password=”admin123″ –language=”en_US” –currency=”USD” –timezone=”America/Chicago” –use-rewrites=”1″ –backend-frontname=”admin” –search-engine=elasticsearch7 –elasticsearch-host=”localhost” –elasticsearch-port=9200

    In Config.php line 449:

    Invalid entity_type specified: customer

    Reply
    1. ghugan says:
      September 28, 2021 at 3:28 AM

      The installation stopped here.

      [Progress: 344 / 1442]
      Module ‘Mageplaza_Smtp’:
      Installing schema…

      Reply
      1. Sonal Motghare-Balpande says:
        September 28, 2021 at 7:59 AM

        Can you please connect me on WhatsApp or Skype?

        Reply
    2. Sonal Motghare-Balpande says:
      October 1, 2021 at 7:19 AM

      It looks like there is not enough memory. Please set the memory to 4GB.

      Reply
  14. rakshith says:
    September 17, 2021 at 7:37 AM

    hello ma’am,

    while running this code “C:\xamp\htdocs\magento2>php bin/magento setup:install –base-url=”http://rakshith.magento.com/” –db-host=”localhost” –db-name=”magento2″ –db-user=”root” –db-password=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.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″ in “Command Prompt”,it shows following error,

    In Installer.php line 546:

    Missing following extensions: ‘sodium’

    Thank you!

    Reply
    1. Sonal Motghare-Balpande says:
      September 20, 2021 at 8:04 AM

      Please enable sodium extension from php.ini file

      Reply
  15. rakshith says:
    September 17, 2021 at 7:03 AM

    hello ma’am,
    while running this code “php bin/magento setup:install –base-url=”http://rakshith.magento.com/” –db-host=”localhost” –db-name=”magento2″ –db-user=”root” –db-password=”root” –admin-firstname=”admin” –admin-lastname=”admin” –admin-email=”user@example.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″ in COMMAND PROMPT it will showing following error:

    In Installer.php line 546:
    Missing following extensions: ‘sodium’

    can you please help me!

    Reply
    1. Sonal Motghare-Balpande says:
      September 20, 2021 at 8:05 AM

      Please enable sodium extension from php.ini file

      Reply
  16. Rahul Singh says:
    August 29, 2021 at 5:56 PM

    Dear Ma’am

    When I installed Magento in my system then one problem was found and I do not solve this issue please kindly check (it is presented in composer)

    Class “Magento\Backend\App\Request\PathInfoProcessor\Proxy” does not exist

    Reply
    1. Sonal Motghare-Balpande says:
      September 1, 2021 at 5:35 AM

      Magento2 is not compatible with PHP8, you need to use PHP 7.4

      Reply

Leave a Reply to Sonal Motghare-Balpande Cancel reply

Your email address will not be published. Required fields are marked *

Search
Recent Posts

  • Install/debug Magento2 delivery date extensionNovember 18, 2024
  • Install Magento 2.4.6 on Ubuntu 22.04 [Complete Guide]October 16, 2024
  • Install Magento 2.4.7 on Ubuntu 22.04 [Complete Guide]October 16, 2024
Categories

  • Accounting
  • Agency
  • Business
  • Consultant
  • Finance
  • Investment
  • Magento 2
  • Masonry
Calendar
May 2025
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Nov    
Tags

6 Steps to Install Magento 2 on XAMPP Windows Using Composer Agency Business composer install magento 2 download xampp for windows Graphics how to install magento how to install magento2 in localhost how to install magento2 in localhost ubuntu how to install magento2 in localhost wamp how to install magento 2 in windows 10 How To Install Magento2 in Windows on localhost using Xampp how to install magento 2 on xampp How to install Magento 2 using Composer in windows How to install Magento 2.4 in localhost XAMPP how to install magento 2.4 on xampp install magento 2 in windows10 install magento 2 using composer install magento 2 using composer windows install magento 2 windows xampp install Magento 2 with Sample Data install magento2.4 Install Magento 2.4 xampp windows 10 install magento 2.4.3 install magento2.4.3 install xampp on windows 10 Latest magento2 magento 2 composer install magento 2 install magento2 install magento 2 installation magento 2 installation steps magento 2 installation using composer magento 2 system requirement magento2.4 magento2.4.3 magento download magento for windows magento installation on xampp Magento with windows magneto2 Multisite thecoachsmb xampp download

LATEST BUSINESS IDEAS

Subscribe to Our Newsletter
& Stay Update

Lorem ipsum is placeholder text commonly used in the graphic, print, and publishing industries for previewing layouts and visual mockups.

Thank you to visit our site and doing business with us.

We give our 100% to help you and to grow together.

About Us

Ready To Start Work With Us?

Felis consequat magnis est fames sagittis ultrices placerat sodales porttitor quisque.

Get a Quote
Contact Us
  • Courses
  • Blog
  • Magento2 Tutorial
  • Shop
Quick Links
  • Appointment
  • Price Plans
  • Investment Strategy
  • Financial Advices
  • Strategy Growth
  • Services
  • Business Planning
Links
  • Privacy Policy
  • Terms and Conditions
  • My Account
  • Contact Us
  • About Us
Latest Posts
  • Install/debug Magento2 delivery date extensionNovember 18, 2024
  • Install Magento 2.4.6 on Ubuntu 22.04 [Complete Guide]October 16, 2024
  • Install Magento 2.4.7 on Ubuntu 22.04 [Complete Guide]October 16, 2024
Open Hours

Our support available to help you.

  • Monday-Friday: 10am to 10pm
  • Email: support@thecoachsmb.com
  • Call: +91 7020500374
Opening Hours
Week Days 10:00 - 17:00
Saturday 10:00 - 15:00
Sunday Day Off
Contact us
Copyright © 2025 TheCoachSMB
🚀 Let’s Connect on LinkedIn! 🚀

Want to level up your skills and knowledge? 🚀
Follow us on LinkedIn to get:
✅ Expert insights on business growth
✅ Daily tips to sharpen your skills
✅ Exclusive updates from The Coach SMB

Let's grow together!

Follow me on LinkedIn

No thanks, I’m not interested!

WhatsApp

WhatsApp

Skype

Skype

Hide