Hello I try to view order in admin panel and then error 500 internal server is show up.
My php version is 7.2 on Amazon EC2 server
i dont know how and error is happen i can see everything normally last week.
i try to use below code but it still not work.
php bin/magento cache:clean php bin/magento cache:flush php bin/magento setup:upgrade rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ var/generation/ var/page_cache/ var/view_preprocessed/ var/composer_home generated/ php -dmemory_limit=6G bin/magento setup:static-content:deploy -f chmod -Rf 777 pub/ var/ php bin/magento cache:clean
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; find ./var -type d -exec chmod 777 {} \; find ./pub/media -type d -exec chmod 777 {} \; find ./pub/static -type d -exec chmod 777 {} \; chmod 777 ./app/etc chmod 644 ./app/etc/*.xml
no log create adter error.
Check response in fire bug, may be it will give hint for actual problem.
https://drops.meetanshi.com/sdLdIX
Hi @nuc0146,
When facing a 500 error the first thing you should do is search for your webserver error log.
When running on apache it can mostly be found in one of these 2 locations:
(1) /var/log/httpd/ -> centos, archlinux ...
(2) /var/log/apache2/ -> debian, ubuntu ...
Hope this can help you! Let me know if you need further assistance.
__________
If issue solved, Click Kudos & Accept as Solution.