Created
October 23, 2020 12:07
-
-
Save balwantmeticulosity/87cacff14a0174db2aeb238a5835d7db to your computer and use it in GitHub Desktop.
Magento 2 error 500 after install - Class Magento\Framework\App\ResourceConnection\Proxy does not exist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| To fix the issue use this | |
| 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 | |
| php bin/magento setup:di:compile; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment