cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.4 installation error on Xampp winodws 10

Magento 2.3.4 installation error on Xampp winodws 10

Getting following error,

Running Magento Commands return : Class Magento\Framework\App\ResourceConnection\Proxy does not exist

 

Screenshot : https://snipboard.io/O5SAam.jpg

 

How to install Magento 2 on xampp windows 10.

 

2 REPLIES 2

Re: Magento 2.3.4 installation error on Xampp winodws 10

@Aveeva 

 

Run following commands :

chown -R www-data:www-data /var/www/magento2/ 
chmod 777 -R var
chmod 777 -R generated
chmod 777 -R app/etc
rm -rf var/cache/* var/page_cache/* var/generation/*

and then

php bin/magento setup:di:compile

Hope it helps !

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy

Re: Magento 2.3.4 installation error on Xampp winodws 10

The complete solution is given on StackExchange. So,

Visit the site and follow the below link:

/questions/327220/Magento-2-3-4-installation-error-on-xampp-winodws-10.

I hope it will solve your problem.