Hi,
I updated the WordPress version to 6.4.2 and the plugin version to 6.12.0, and I got a white screen on the plugin page.
Where can I find the plugin’s log showing why the screen is white?
Thank you
We use cookies to allow login, checkout, and analyze site traffic. By continuing to use this website, you consent to the use of cookies in accordance with our cookie policy.
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.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.
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.