Forum archive
Enabling WordPress plugin Visual Composer returns error
Hello, we came accross an error with quite popular page builder plugin - Visual Composer.
When plugin is enabled - we can't edit or create any page. As soon as I click EDIT I get white screen with error:
This page isn’t working
xx.xxx.xx.xxx didn’t send any data.
ERR_EMPTY_RESPONSE
I was trying to enable logs in wp-config.php by adding following:
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );
However errors are not displayed in browser and log file is not created in root directory. I will appreciate any help on that,
Thanks
Hopefully you should see any issues logged there. If it's not showing enough detail, then please try setting the error reporting level in PHP by updating the php.ini file (IIRC it should be /etc/php5/apache2/php.ini). This should probably do the trick:
Note that lines that start with ';' are ignored, so if you just add those lines right at the bottom, that should do the trick. Then restart Apache:
Good luck!