2

enter image description hereI have apache mode enabled, permissions given but im still getting the GET 500 Server error:

SOLUTION AT: Magento CSS Not Loading Error

asked Jun 8, 2018 at 9:09
8
  • Your pub directory has not write permission for pub directory provide it 777 permission. Commented Jun 8, 2018 at 9:26
  • Have you checked your .htaccess file ? Commented Jun 8, 2018 at 9:28
  • No i havent, how do i that? Commented Jun 8, 2018 at 9:28
  • check .htaccess file exist in pub/ and pub/static/ folders. Commented Jun 8, 2018 at 9:48
  • there is that file under pub/static Commented Jun 8, 2018 at 9:49

2 Answers 2

1

Okay Run the Following Command in the command line.

php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
answered Jun 8, 2018 at 9:16
4
  • i have 3 files as debug.log, exception.log, system.log but none of them are usefull i looked into them all Commented Jun 8, 2018 at 9:22
  • see @suresh Chikani's answer.. Commented Jun 8, 2018 at 9:26
  • and also follow this link:https://magento.stackexchange.com/questions/211342/magento-2-500-error-internal-server Commented Jun 8, 2018 at 9:27
  • @Compu Scie , if your problem solved then pls upvote the answer for the others use Commented Jun 11, 2018 at 12:36
0

There is a language issue with deploy content, you can run below command for multiple locale

php bin/magento setup:upgrade
php bin/magento setup:static:deploy nl_NL en_US -f
answered Jun 8, 2018 at 9:19

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.