How To Fix Critical Error GoDaddy WordPress Site [Mar 2024}

“There has been a critical error on this website” on your GoDaddy Site?wordpress-critical-error

It is pretty intimidating, as it doesn’t debunk anything.

But in most cases, plugins, themes, or old PHP versions create conflicts that halt some essential processes on the server.

As a result, the website doesn’t run properly and starts notifying the issue.

So be ready to dive into a little bit longer journey of fixing.

There has been a critical error on this website GoDaddyFix Critical Error WordPress on GoDaddy

Your subscription could not be saved. Please try again.
We have sent you VPS Gift to your inbox.

Get Free $100 VPS Credit 

1.Go Through Recovery Mode

Fatal error recovery mode is a core WordPress feature included in version 5.2.

The feature allows admins to fix or mitigate fatal errors on their website.

Before the mode, it was near-impossible to address the error as it made the back-end inaccessible in most cases.

Now a beginner can fix it. The mode provides temporary login access for 24 hours until you switch off recovery mode.

You can easily find out the culprit and fix it.

Now follow the easy steps.

(1) After detecting critical errors on your WordPress website, WordPress will automatically enable recovery mode and send an email with the problem details and a temporary login link.wordpress-recovery-mode-email

(2) Go through the link and log in to recovery mode. You will see some messages on screen too.wordpress-recovery-mode-fix-1

“One or more plugins failed to load properly” if a plugin invoked the error. or

“One or more themes failed to load properly” if a theme is problematic.

However, WordPress already disables the rogue plugin or theme; that’s why recovery mode is accessible.

It won’t fix the issue on the front-end of your site until you take action.

(3) If the issue is with a plugin, go to the plugins page.wordpress-recovery-mode-fix-2

(4) If a plugin contains the message “This plugin failed to load properly and is paused during recovery mode.”

Update it, or deactivate it, or replace it with an alternative one.

(5) Now repeat the process with the theme; if it causes problems, simply change it.

(6) Once you’ve fixed the problem, click Exit Recovery Mode, and your site should start working again.

If you can’t get login access for the mode, you can find the culprit theme or plugin with the guide.

2. Start Debugging

Debugging is another better way to reach a cause.

It provides details about PHP errors, and you can disable the Crook plugin to resolve them.

By the way, showing the error line on the front end is not a good idea for safety reasons and user experience.

So we will keep it off the screen instead of in the error log.

(1) Go to public_html and open the config.php file

(2) Paste the code line before the line “/* That’s all, stop editing! Happy blogging. */”

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_DISPLAY', false );

define( 'WP_DEBUG_LOG', true );

(3) Go to wp-content>debug.log to check the error report.debug-log

If you see a fatal PHP error but it doesn’t elaborate itself, you must enable full PHP reporting.

(4) add the code to the problematic php file

ini_set(‘display_errors’, 1);
ini_set(‘display_startup_errors’, 1);
error_reporting(E_ALL);

(5) add the following code to your php.ini file:

display_error=on

Now the error message will be explained in detail. You should take action accordingly.

3.Increase PHP Memory Limit

Do you see “your php_memory_limit is exhausted” in debug.log?

Now it’s time to increase it.

GoDaddy is infamous for its tiny resource-shared hosting plan.

We won’t recommend you increase it much. Otherwise, a single PHP process eats up all RAM resources.

The new WordPress installation set 32 MB as the memory limit at GoDaddy.

While it requires a minimum of 128 MB for a personal blog and 256 MB for a production site.

So after installing a few plugins, the site starts notifying about less memory limit.

128 MB of memory limit can fix it.

If you use Jetpack, Wocommerce, and elementor like resource-hungry plugins, the issue can appear again, and memory needs to be enlarged by at least 256 MB.

But GoDaddy’s cheap plan offers only 512 MB of RAM. So you should upgrade your plan or move to cloud hosting.

Increase Memory Limit

(1) Open wp-config.php by going through public_html

(2) add the line before /* That’s all, stop editing! Happy blogging. */

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

(3) Save changes.

4.Clean up Database

Database issues won’t be visible until you manually check the table size. Although I don’t recommend you access your database if you are an absolute beginner.

You can mess up or fade up quickly.

You should know that anything you do, like posting, installing a plugin, etc., on a WordPress site, and the footprint of those actions, are stored in the database.

The database size increases daily because of not only used data but also unused data.

Unused data means data of uninstalled plugins, uninstalled themes, post revisions, unused cache, etc.

After a while, the garbage not only slows down the database server but also causes the error “php_memory_limit is exhausted .”

Install the WP-Optimize plugin and clean it up.WP optimize uninstalled plugin table

5.Clean Your Site Cache

Caching is the best way to copy the repeated request and deliver it as fast as possible next time.

So it releases a lot of pressure on the origin server, and it ultimately brings up top-notch performance.

But sometimes, a corrupted caching file can also be a bother. So clean it properly with your caching plugin.

After clearing the cache, your server response time will be slow until the server or cache plugin doesn’t generate cache again.

Most free cache plugins generate cache after the first user’s visit. So I recommend you use WP Rocket, which has an intelligent preloading caching system that creates cache before the first user’s visit and doesn’t let TTFB slow down.

6.Upgrade Your PHP

Still using the old PHP version? It not only slows down the whole PHP process on your server but can also break your site.

The new version of PHP brings better security, more reliability, and faster performance.

You should update it.

Before updating it, you should take a backup of your whole site carefully. It will be a lifesaver against data loss or unpleasant happenings.

Update PHP on GoDaddy

(1) Go to the GoDaddy Product Page

(2) On the My Product page, next to Managed WordPress, select Manage All.

(3) Choose Setting from the right three dots.GoDaddy PHP Update1

(4) Under Production Site, click Change PHP Version Row.GoDaddy PHP Update

(5) Select the latest one and save changes

7.Clean Malware

Do you notice some pages, like the new plugin installation page, etc., don’t reload properly or suspicious files or code in the file manager?malicious code in wordpress

There is a high probability of a malware infection on your site.

You can scan your site with Wordfence or Sucuri and find the suspicious file.

But the process will be so tricky if the infection is gruesome or if you are a beginner.

On a Severe level, any security plugin won’t be able to help and even on mild infection sometimes,

You have to manually check each file and folder to confirm that your site is clean.

It’s a total head-scratching job.

Contact GoDaddy Support or hire a developer at Fiverr.

8.Restore Backup

I always encourage my clients and fellow bloggers to regularly take backups with the Updraftplus plugin.

The backup is a fixed deposit on your site that can save you in any circumstance.

Restore your backup. If you don’t have one, contact GoDaddy Support, and they will restore your site.

FAQ

1. Why am I seeing a white screen or error message when trying to access my WordPress site?

Some common reasons you might encounter a white screen of death or error messages include outdated, incompatible, or corrupt plugins, themes, or files; exceeding your hosting account’s resource limits; database errors; or changes made to important WordPress files.

2. How can I access my WordPress dashboard if my site is down?

Even if your frontend site is down, you may still be able to access your WP admin dashboard by adding /wp-admin to your URL. So if your site is example.com, try going to example.com/wp-admin to troubleshoot issues.

3. I think my hosting account resource limits might be exceeded; what can I check?

In your GoDaddy account, check if you are exceeding the limits for bandwidth, storage space, CPU usage, or memory allocated. Upgrading to a larger hosting plan may help resolve issues if you are exceeding your current limits.

4. How do I disable or reactivate plugins or switch WordPress themes if I can’t access my site?

Using an FTP client or GoDaddy’s web-based file manager, rename the plugins folder, themes folder, or suspect files. This disables plugins and themes without fully deleting them. Test after changes.

5. I think my database is corrupted; how can I restore an earlier backup?

In your GoDaddy hosting account, restore your database from a recent backup to overwrite the current database. Ensure the backup database matches the current WordPress version number.

More Fixings

Disclosure: Our Content is reader-supported. This means if you click on some of our links and make a purchase, we may earn a commission at no extra cost to you. Read our affiliate disclosure.

Leave a Comment

//