Close Menu
Infoceptor
  • Business
  • Finance
  • Technology
  • Health
  • Life
  • More
    • Auto
    • Food
    • Health
    • Home
    • Space
    • Travel

Subscribe to Updates

Get the latest creative news from FooBar about art, design and business.

What's Hot
Flywheel Logo

Flywheel review in 2023

June 8, 2023
Travel restrictions in Canada are different depending on where you're traveling from and to. Here's what you need to know before you go.

Canada: Traveling restrictions and what you need to know before you go

May 19, 2024
If you are planning a trip to Spain, there are some travel restrictions that must be taken into consideration.

Spain: Traveling restrictions and what you need to know before you go

May 19, 2024
Facebook X (Twitter) Instagram
Infoceptor
  • Business
    This guide will show you how to determine the value of your business using different business valuation methods.

    How to value you business – The ultimate guide for 2023

    May 9, 2024
    Have you ever thought of starting your own laundry service? Find out how with this easy guide.

    How to start a laundry service company in 2023

    May 5, 2024
    Learn about the best online payment solutions available to you. Check out what’s available, learn their pros and cons, and choose the one that best fits your needs.

    The 15 best online payment solutions in 2023

    April 27, 2024
    Learn how to create powerful backlinks for your website and increase your site's search engine ranking.

    How to build backlinks to your website

    April 25, 2024
    In this beginner's guide, we will show you the steps involved in creating a mobile app.

    Beginner’s guide on how to develop a mobile app

    April 24, 2024
  • Finance
    Learn how to build wealth and financial security. This article will share steps you can take to build a reliable cash reserve that will grow over time.

    Do you want to build wealth? Here are some ways to grow your money

    May 18, 2024
    Want to know your tax bracket? Check out our article for an overview of the different brackets and what you can expect to pay in 2022.

    Understanding IRS tax brackets – here’s what you’ll pay in 2023

    May 14, 2024
    This article will cover the best electric vehicle battery stocks to buy and invest in.

    The 10 best EV battery stocks to buy in 2023

    May 9, 2024
    The 10 most active penny stocks to watch this year is a list of the most active penny stocks ranked by total volume.

    The 10 most active penny stocks to watch in 2023

    May 8, 2024
    These electric car stocks are making a lot of money and you should consider adding them to your portfolio.

    The best electric car stocks to buy in 2023

    May 8, 2024
  • Technology
    Flywheel Logo

    Flywheel review in 2023

    June 8, 2023
    This article provides a list of the top iPhone models available today. Each model is reviewed based on features, specifications, performance, design and price point.

    Top iPhone models we’ve tested and you should get

    May 17, 2024
    Find out everything you need to know about the Apple Airpods Pro, including their price, features and if they're worth buying.

    Are Apple AirPods Pro a great choice in 2023?

    May 17, 2024
    To help you find the best responsive WordPress themes, we analyzed more than 100 themes and found those that are currently trending.

    The best responsive WordPress themes in 2023

    May 16, 2024
    These sympathy gifts make a great way to show you care while they also help your loved ones get through the tough times.

    The 15 best sympathy gifts that will show you care

    May 15, 2024
  • Health
  • Life
    These sympathy gifts make a great way to show you care while they also help your loved ones get through the tough times.

    The 15 best sympathy gifts that will show you care

    May 15, 2024
    Water bottles are a great way to stay hydrated. This article is dedicated to the most popular water bottles of the year!

    The best water bottles of 2023

    May 10, 2024
    Learn 30 weird and fun facts that will make you question everything.

    30 weird and fun facts that will make you question everything

    May 10, 2024
    Find out which cities in the US are the best for quality of life by checking out this article.

    20 best cities for quality of life in the USA

    May 7, 2024
    There are many ways to print your designs on t-shirts. Check out our list of the best printing services that offer top-notch quality at affordable prices.

    The 10 best T-shirt printing services of 2023

    May 6, 2024
  • More
    • Auto
    • Food
    • Health
    • Home
    • Space
    • Travel
Facebook X (Twitter) Instagram
Trending
  • Flywheel review in 2023
  • Canada: Traveling restrictions and what you need to know before you go
  • Spain: Traveling restrictions and what you need to know before you go
  • Do you want to build wealth? Here are some ways to grow your money
  • Our in-depth review of the Always Pan
  • Top iPhone models we’ve tested and you should get
  • Are Apple AirPods Pro a great choice in 2023?
  • The best shower heads of 2023
Infoceptor
Home»Technology»WordPress»What is the 500 Internal Server Error and how to fix it on WordPress
WordPress

What is the 500 Internal Server Error and how to fix it on WordPress

Asih TirtaBy Asih TirtaDecember 31, 20234 Mins Read
Facebook Twitter LinkedIn Reddit Telegram WhatsApp Pinterest Email
Share
Facebook Twitter LinkedIn

The Internal Server Error (500 status code) indicates that something is wrong with the setup of your website or the server your website resides on. This particular error is somewhat frustrating as it requires some troubleshooting and isn’t always straight-forward.

Before we start, make sure to create a backup of your WordPress files and database, as some of these steps make a lot of changes, so it’s good to be on the safe side.

Invalid .htaccess file

The most common issue when it comes to error 500 is .htaccess becoming corrupt. What you need to do in this case is rename the old .htaccess file to .htaccess_old, for example, via File Manager in your control panel.

Once completed, login to your WordPress dashboard and head to Settings > Permalinks and click the save button without changing anything. This process will tell WordPress to generate a new .htaccess file with the default structure and help avoid having any 404 errors due to missing rewrite rules.

PHP memory limit

It’s common for the Internal Server Error to occur when your website hits a predefined PHP memory limit on your hosting account.

Most often, the error will show when you try to login to your WordPress dashboard or if you try to upload an image to the media library.

Depending on the PHP setup, there are a couple of ways to increase the PHP memory limit.

php.ini

1) Create an empty text file with php.ini name

2) Paste following code: memory=64MB

3) Save the file

4) Upload the file to /wp-admin/ folder via FTP or your File Manager

wp-config.php

1) Login to your root website directory via FTP or File Manager

2) Locate the wp-config.php file and edit it

3) Paste the following code under the opening PHP tag:

define('WP_MEMORY_LIMIT', '64M');

4) Save the file

Refresh your website, and if this change fixes the problem – leave it in place. If not – remove the code and save the file again. If the problem is fixed – keep in mind that this is just a stop-gap solution, and you need to find the exact culprit as merely increasing the PHP memory limit isn’t feasible.

You can check our article here for tips on how to optimize your WordPress application and increase performance.

Deactivate your plugins

If none of the above solutions helped with the problem, the error might be caused by one of the plugins you use (or a combination of them). Unfortunately, there is no obvious way to find this out, so you need to deactivate all your plugins at once.

To disable all your plugins:

1) Login to your website via File Manager

2) Head to /wp-content/ directory

3) Rename plugins folder to plugins.old for example

If the problem is fixed – then you know it is one of your plugins causing the issue. The next step would be to reactivate all your plugins by renaming the folder back to plugins and then disable them one by one (by adding .old in plugin name) to see which specific one causes the issue.

Re-upload WordPress core files

If disabling your plugins didn’t help either, the next solution would be to re-upload WordPress core files (/wp-admin/ and /wp-includes/ folders) from a fresh WordPress installation.

Keep in mind that this won’t remove any information on your website, but it might help with the issue.

Head to WordPress website and click on the Download WordPress button.

This will download a ZIP file to your computer, which you need to extract. Once completed, login to your website via FTP and rewrite original /wp-admin/ and /wp-includes/ folders with the folders from the ZIP archive.

If your WordPress files were corrupted previously – this will solve the problem.

People also viewed:

How to fix the “Sorry, this file type is not permitted for security reasons” WordPress error Fixing the 403 forbidden error on WordPress Fixing the 404 Not Found page on WordPress How to fix broken links on your WordPress website How to use 301 redirects to fix 404 not found pages on WordPress
500 error fix internal WordPress
Share. Facebook Twitter LinkedIn Reddit Telegram WhatsApp Pinterest Email
Previous ArticleFixing the 404 Not Found page on WordPress
Next Article How to fix the “Sorry, this file type is not permitted for security reasons” WordPress error
Asih Tirta

Asih is a Infoceptor Technology writer, she is passionate about how technology can serve people and improve lives. She helps run code camps for K to 12 to teach young girls how to code and open doors to careers in tech for women.

Related Stories

Fixing the 403 forbidden error on WordPress

January 1, 2024

How to fix the “Sorry, this file type is not permitted for security reasons” WordPress error

December 31, 2023

Fixing the 404 Not Found page on WordPress

December 30, 2023

How to fix broken links on your WordPress website

December 29, 2023

Comments are closed.

Connect
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • LinkedIn
  • Reddit
  • TikTok
Don't Miss
Flywheel Logo Reviews

Flywheel review in 2023

By Matthew Drummond

Flywheel is a fast-growing web host that offers high-performance WordPress hosting for agencies, designers, and developers.

Travel restrictions in Canada are different depending on where you're traveling from and to. Here's what you need to know before you go.

Canada: Traveling restrictions and what you need to know before you go

May 19, 2024
If you are planning a trip to Spain, there are some travel restrictions that must be taken into consideration.

Spain: Traveling restrictions and what you need to know before you go

May 19, 2024
Learn how to build wealth and financial security. This article will share steps you can take to build a reliable cash reserve that will grow over time.

Do you want to build wealth? Here are some ways to grow your money

May 18, 2024
  • Auto
    • Auto Reviews
    • Electric
    • Insurance
  • Business
    • Company
    • Government
  • Entertainment
    • Movies
    • Music
  • Finance
    • Credit Cards
    • Crypto
    • Market
    • Personal Finance
  • Food
    • Coffee
    • Drinks
    • Holidays
  • Health
  • Beauty
  • Fitness
  • Food
  • Medical
  • Home
  • Backyard
  • Bathroom
  • Bedroom
  • Cleaning
  • Furniture
  • Home Office
  • Kitchen
  • Life
  • Astrology
  • Family
  • Fashion
  • Outdoors
  • Personal
  • Pets
  • Apple
  • Audio
  • Domain Names
  • Gaming
  • Google
  • Power
  • Reviews
  • Samsung
  • Destinations
  • Gear
  • Services
  • Space
  • Tourism
  • Technology
  • Tutorials
  • Web Hosting
  • WiFi
  • WordPress
  • Travel
  • Shopping
  • Sports
  • Work
  • Stocks
  • Television
  • Web Hosting
Facebook X (Twitter) Instagram Pinterest YouTube LinkedIn Reddit TikTok
© 2026 Infoceptor

Type above and press Enter to search. Press Esc to cancel.