Home › Forums › Support › Instant error after updating GB 1.7.1 to 1.7.2 This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 3, 2023 at 7:18 pm #2554760 Rostyslav Hello The error shows on the creen for 2 seconds when I click on edit page. Video is linked in private. March 3, 2023 at 8:27 pm #2554774 TomLead Developer Lead Developer Hi there, This is a known bug. It will be fixed in 1.7.3: https://github.com/tomusborne/generateblocks/pull/936 For now, you can (and should) turn off WP_DEBUG: https://wordpress.org/documentation/article/debugging-in-wordpress/ That will stop warnings like this from showing. Let us know if you have any other questions 🙂 March 4, 2023 at 3:52 am #2555006 Rostyslav Hello again! I am writing in GP forum instead of GB because on GB there in not a private area. On the video I have shown you, that errors appear when the wp_debug is already turned off. Thanks March 4, 2023 at 8:19 pm #2555904 TomLead Developer Lead Developer PHP Warnings should not show if WP_DEBUG is turned off. Your hosting may have error reporting turned on. You could try adding this to your wp-config.php file: ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); This will be fixed in GB 1.7.3 (Monday). Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In