How to Fix the Timeout Error in Divi Builder. How to Fix the Timeout Error in Divi Builder Overview.If you have been using the Divi builder for any length of time, I’m sure you have encountered the dreaded timeout error. It comes in the form of a popup warning or a never-ending spinning circle. It certainly pisses me off and I have thrown many computers out my window over the years due to this b.s. I am going to try to help save you from all of this agony and anger. In this tutorial, I will try to help you to fix the timeout error in Divi builder.Quickies.Why am I Getting a Timeout Error in Divi?Update all Plugins on Your Website.Update the Divi Theme.Update WordPress.Update Your PHP Version.Divi’s Minimum Recommended PHP Settings.How to Check Your PHP Settings in Divi.How to View and Adjust Your PHP Settings in cPanel.How to Adjust Your PHP Settings in the .htaccess File.Why am I Getting a Timeout Error in Divi?The error could be from many things including low memory limits, caching problems or maybe you just have out of date software running on your website. There are many reasons this could be happening so I am going to cover the most common issues.Backup your website files and database before performing any of these actions.Update all Plugins on Your Website.Login to the admin area of your website.In the admin sidebar go to Dashboard > Updates.In the Plugins section, run the updates on all of the plugins on your website.Update the Divi Theme.Login to the admin area of your website.In the admin sidebar go to Dashboard > Updates.In the Themes section, update Divi if needed.Update WordPress.Login to the admin area of your website.Go to Dashboard > Updates.Under WordPress Updates, update WordPress if needed.Update Your PHP Version.Login to your cPanel account. This should be at http://yourdomain.com:2083. If you can’t login to cPanel you’ll need to contact your hosting company.In the Software section, look for MultiPHP Manager or Select PHP Version.There are many cPanel versions and hosting configurations so yours may look or be labeled a little different.Update PHP – MultiPHP Manager.Click on MultiPHP Manager.Select the checkbox next to the domain you want to update.Select the PHP version you want to use.Click Apply.Update PHP – Select PHP Version.Click on Select PHP Version.Next to PHP Version select the version you want to use.Click Set as Current.Divi’s Minimum Recommended PHP Settings.The Divi builder has a set of minimum PHP requirements for it to run correctly. If your web server is not configured to meet these requirements you will need to raise the limits on these to meet or exceed Divi’s requirements.Writable wp-content Directory: TruePHP Version: 7.2memory_limit: 128Mpost_max_size: 64Mmax_execution_time: 180upload_max_filesize: 64Mmax_input_time: 180max_input_vars: 1000display_errors: 0How to Check Your PHP Settings in Divi.Divi provides a way to see if you are meeting their minimum requirements and it’s very easy.Login to the admin area of the website.In the admin sidebar go to Divi > Support Center.In the System Status section, click Show Full Report.This will show you what PHP settings adjustments you will need to make.How to View and Adjust Your PHP Settings in cPanel.It’s possible that your hosting company has restricted access to these settings. If so, you can contact them to make the changes.Login to your cPanel account. This should be at http://yourdomain.com:2083. If you are unable login to cPanel you’ll need to contact your hosting company.Go to the Software section and look for Select PHP Version or MultiPHP INI Editor.There are many cPanel versions and hosting configurations so yours may look or be labeled a little different.Configure PHP Settings With Select PHP Version.Click on Select PHP Version.Click on Switch to PHP Options.Configure the values as needed.Configure PHP Settings With MultiPHP INI Editor.Click on MultiPHP INI Editor.Select the domain you want to configure.Configure the values as needed.Apply or Save the changes.How to Adjust Your PHP Settings in the .htaccess File.Before you make any changes to the .htaccess file, save a backup copy somewhere safe just in case something goes haywire.Make an FTP connection to your website. How to Make an FTP Connection with FileZilla.Locate the .htaccess file in the root directory of your website.The .htaccess file is a hidden file so if you don’t see it you will need to tell your FTP program to show it. You can do this by going to Server > Force Showing Hidden Files. (I’m using FileZilla)Open the .htaccess file in your favorite text editor.At the end of the file enter the following code on a new line.php_value memory_limit 256M php_value upload_max_filesize 64M php_value post_max_size 64M php_value max_execution_time 180 php_value max_input_time 1000 <ifmodule mod_substitute.c=""> SubstituteMaxLineLength 10M </ifmodule> Save the file.If this does not work, you may need to contact your hosting provider for assistance. Additional Posts. WordPressHow to Make a WordPress Restaurant Website to Take Food Orders Online.Read More WordPressHow to Correctly Enable WordPress SVG Support.Read More WordPressHow to Install WordPress Tutorial.Read More