cancel
Showing results for 
Search instead for 
Did you mean: 

Internal Server Error

Internal Server Error

I setup magent2 website on http://egyptmarketplace.com/comfort9/ and suddenly I got this error message on frontend while the back end works 

"The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@egyptmarketplace.com to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request."

Can anyone help me

15 REPLIES 15

Re: Internal Server Error

@marianaNc


There are several reasons of this error. It could be wrong file permissions, low php memory limit or htaccess issues. 

 

This link might help: https://www.yireo.com/tutorials/magebridge/troubleshooting/1245-solving-500-internal-server-errors

Magento Certified Solution Specialist | Lead Magento developer
If this response was helpful to you, consider giving kudos to this post

Re: Internal Server Error

It's hard to identify an issue without more information. Can you check your Apache/Nginx and PHP logs? You'll be able to find exact cause why it happened (paste it here if you find it).

 

As first aid, you can try to:

 

# php bin/magento cache:clean
# php bin/magento setup:upgrade
# php bin/magento setup:di:compile

It can also throw some exceptions during execution one of those commands, and they can be helpful during issue identification.

 

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue

Re: Internal Server Error

I have the same issue when i install another language pack. and run it through ssh. Immediately my admin and frontend broken. No CSS and JS is loading it says

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@demo-url.in to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Re: Internal Server Error

Trying to fix it with these commands but its not working.

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento setup:di:compile

 

Please help me.

Re: Internal Server Error

I had this upgrading from 2.2.1 to 2.2.2 and traced it down to this in apache

 

https://github.com/magento/magento2/issues/12777

 

See if that helps you.

Re: Internal Server Error

.htaccess remove

Re: Internal Server Error

Instaling Magento 2.2.5

Error: 

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at wampserver@wampserver.invalid to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.

 

Solved:

C:\wamp\bin\apache\apache2.4.33\conf\httpd.conf file and uncommented (removing the # sign) from the LoadModule version_module modules/mod_version.so line

Re: Internal Server Error

Re: Internal Server Error

it's helpful

thanks