How to fix some issues with broken Customizer

To eliminate the problem with the customizer may need to increase a particular Apache service limit. That is because you have a lot of plugins activated and that “eats” your resources. The cause of the problem is that these plugins are reaching a certain limit applied to the Apache service. In order to resolve the issue please add the SubstitueMaxLineLength 10M parameter to your .htaccess file on both production and dev websites.

The WordPress default part needs to look like that in the .htaccess file:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

# END WordPress

By the way, it is a known issue that may happen on some shared and virtual hostings especially on SiteGround and GoDaddy.

Leave a Comment

Toms River Location

Pleasant Plaza,
1341 Route 9, Toms River, NJ 08755
Phone: (732)-505-1870
Fax: (732)-505-1830

Brick Location

Kennedy Mall,
2770 Hooper Avenue,
Brick, NJ 08723
Phone: (732)-920-0290

Manahawkin Location

Starboard Plaza,
655 Route, 72 East
Manahawkin, NJ 08050
Phone: (609)-597-0938

Scroll to Top
Scroll to Top