The the entire screen is white it is most likely a PHP error. This may be retrieved by looking in your server’s PHP error logs.
To simplify retrieval of PHP errors you may add the following constants to your site’s wp-config.php file as outlined here.
This will log the errors to a wp-content/debug.log file.
To display the errors on the screen, you may also add.
If only the content if the screen is white and the admin bar and side menu are still shown, it is likely a JavaScript error which may be retrieved from the console.
The first step is to enable Script debug mode for the Go Live plugin as outlined here.
Hello,
The the entire screen is white it is most likely a PHP error. This may be retrieved by looking in your server’s PHP error logs.
To simplify retrieval of PHP errors you may add the following constants to your site’s
wp-config.phpfile as outlined here.This will log the errors to a
wp-content/debug.logfile.To display the errors on the screen, you may also add.
If only the content if the screen is white and the admin bar and side menu are still shown, it is likely a JavaScript error which may be retrieved from the console.
The first step is to enable Script debug mode for the Go Live plugin as outlined here.
Next retrieve the errors from the console log as outlined here.
Once you have the error.
Please post the contents of the error in this thread as we are eager to resolve it.
Ok, got it!
Some of the files were under .gitignore, ( the dist folder ) and that’s the reason that the screen was white.
Thank you.