Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save balwantmeticulosity/87cacff14a0174db2aeb238a5835d7db to your computer and use it in GitHub Desktop.

Select an option

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
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