Content
The problem can be experienced if you are using the Divi WordPress theme. If you try and edit a post or a page on your website using the Divi or Visual builder you might see a pop-up named “Divi Builder Timeout” that prevents you from using the editor.
The cause of the problem is that the Divi builder is reaching a certain limit applied to the Apache service. In order to resolve the issue that particular limit needs to be raised. To do that you should add the following lines in the website’s .htaccess file:
1
2
3
|
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
|
You can edit that file via SSH, FTP, or using the File Manager tool in cPanel.