cancel
Showing results for 
Search instead for 
Did you mean: 

magento 2.2.5 installation error

SOLVED

magento 2.2.5 installation error

Hi Team,

 

I'm new to magento. I want to install latest magento version with sample data and to enable integration(web api). So what I have tried till now is downloaded magento 2.2.5(zip with sample data) with compatible version of XAMPP. when I click install now button, after some time it is giving me an error. It stuck at 55% installation. please me help to setup magento. I'm attaching an image below error occurred during the installation setup.

magento.PNG

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: magento 2.2.5 installation error

Hello @harish_padala

 

 

just to go magento directory and run that command

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

3 REPLIES 3

Re: magento 2.2.5 installation error

Hello @harish_padala

 

take new db and install magento using command line

 

php -f bin/magento setup:install –base-url=http://m2.loc/2.07/github/ --backend-frontname=admin --db-host=localhost --db-name=m2git --db-user=root --db-password=inchoo --admin-firstname=Magento --admin-lastname=User --admin-email=ivan.veres@inchoo.net --admin-user=admin --admin-password=magento123 --language=en_US --currency=USD --timezone=America/Chicago –use-rewrites=1

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: magento 2.2.5 installation error

Can you tell me how to do that.

Re: magento 2.2.5 installation error

Hello @harish_padala

 

 

just to go magento directory and run that command

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer