I am using the BreakNews demo and have imported the demo. When I try to edit the pages, visual composer does not show up in the page editor and if you try to select "Edit with WPBakery Page Builder" I get the page error "The connection to the server was reset while the page was loading."
Self Troubleshooting, The version of WPBakery is 5.5.2. I tried changing the php from 7.2 to 7.1 and 7.0 and still no luck.If I deactivate Visual Composer, the page editor will open just fine. When I reactivate, it stops loading the page.
Seem your hosting limited value SubstituteMaxLineLength - just need increase it and it will work fine.
Let's add more this code to at the end of htacess file:
<IfModule mod_security.c> SecFilterRemove 000267
</IfModule>
SubstituteMaxLineLength 100m
If after you added the code to the end of htaccess file and you got error 500 when view your site, let's contact with your hosting provider and requirements them allow you for SubstituteMaxLineLength & SecFilterRemove feature.
I am using the BreakNews demo and have imported the demo. When I try to edit the pages, visual composer does not show up in the page editor and if you try to select "Edit with WPBakery Page Builder" I get the page error "The connection to the server was reset while the page was loading."
Self Troubleshooting, The version of WPBakery is 5.5.2. I tried changing the php from 7.2 to 7.1 and 7.0 and still no luck.If I deactivate Visual Composer, the page editor will open just fine. When I reactivate, it stops loading the page.
Hi,
Seem your hosting limited value SubstituteMaxLineLength - just need increase it and it will work fine.
Let's add more this code to at the end of htacess file:
If after you added the code to the end of htaccess file and you got error 500 when view your site, let's contact with your hosting provider and requirements them allow you for SubstituteMaxLineLength & SecFilterRemove feature.
Best Regards,
PenciDesign
I added the line at the end of the htaccess file, now I get the error 500.
Contacted Godaddy, made these php changes:
Now the WPBakery Page Builder works! Thank you!