Skip Navigation

[Waiting for user feedback] Constant warnings in log

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by Christopher Amirian 3 days, 16 hours ago.

Assisted by: Christopher Amirian.

Author
Posts
#2827664

Warning message (hundreds of occurences):
[03-Oct-2025 00:19:24 UTC] PHP Warning: Attempt to read property "post_type" on bool in /home/n796fd5/public_html/wp-content/plugins/toolset-blocks/embedded/inc/views-templates/wpv-template.class.php on line 624

Code starting on line 624:
// Do not apply a CT to an excluded post type
$toolset_exclude_list = new Toolset_Post_Type_Exclude_List();
if ( $toolset_exclude_list->is_excluded( $post->post_type ) ) {
return $content;
}

#2827938

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Welcome to Toolset support. Would you please update Toolset plugins to the latest versions?

- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Make sure you are signed in toolset.com
- Go to https://toolset.com/account/downloads/
- Click the "Download Toolset manually" link to show the rest of the plugins on the page.
- Download the latest version of the Toolset and its add-ons.
- Install them manually on your website.

If the problem persists, please check to see if the same thing happens on a minimal installation or not:

- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except:
. Toolset Blocks
. Toolset Types
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.

Thanks.