cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4.5-p1 stops at progress: 2 -> Required extensions check.... Windows/Laragon

Magento 2.4.5-p1 stops at progress: 2 -> Required extensions check.... Windows/Laragon

Magento 2.4.5-p1 stops at progress 2

Console Log:

Starting Magento installation:
File permissions check...
[Progress: 1 / 1323]
Required extensions check...

 

I'm installing Magento by command line.
Apache log is empty, php log is empty.
My Software dependencies:

php: 8.1.15-nts

MySQL: 8.0.32

Composer: 2.5.2
Apache: 2.4.47

Elasticsearch: 7.17.9

2 REPLIES 2

Re: Magento 2.4.5-p1 stops at progress: 2 -> Required extensions check.... Windows/Laragon

Hello @danielopondc60 

 

Please check the system requirements before proceeding.

 

https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html 

 

It would help if you made sure many things like php version and php extensions listed under the links above are available on your system. You can check var/system.log and var/exception.log, and install.log for more details.

 

If you find our reply helpful, please give us kudos.

 

An award-winning North American Magento Development Agency That Delivers Powerful Results, Innovation, and Secure Digital Transformation.

 

WebDesk Solution Support Team

Get a Free Quote | | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789

Thank You,


WebDesk Solution Support Team
Get a Free Quote | Email | Adobe Commerce Partner | Hire Us | Call Us 877.536.3789


Location: 150 King St. W. Toronto, ON M5H 1J9

Re: Magento 2.4.5-p1 stops at progress: 2 -> Required extensions check.... Windows/Laragon

It seems that your Magento installation is stuck at the "Required extensions check" step. This step checks if all the required PHP extensions are installed and enabled on your server. If any required extension is missing or disabled, Magento installation will not proceed.

You can try the following troubleshooting steps:

  1. Check PHP extensions: Verify that all the required PHP extensions are installed and enabled. You can check the required PHP extensions in the Magento documentation for your specific Magento version.

  2. Check PHP configuration: Verify that your PHP configuration meets the requirements for Magento installation. You can check the PHP configuration requirements in the Magento documentation for your specific Magento version.

  3. Check file permissions: Verify that all Magento files and directories have the correct file permissions. You can find more information about file permissions in the Magento documentation.

  4. Clear cache: Clear the Magento cache by running the following command in your Magento root directory: bin/magento cache:clean

  5. Check Magento logs: Check the Magento logs for any errors or warnings. You can find the Magento logs in the var/log directory.

If none of the above steps resolve the issue, you can try installing Magento using a different method or on a different server. Also, you can try installing an earlier version of Magento to see if the issue persists.