causing PHP warnings
-
Hello,
I’m experiencing a PHP warning issue in the WordPress admin that appears to be caused by JetEngine / JetPlugins.
When the plugin is active, the following warnings are displayed in the admin area.
As soon as I disable JetEngine / JetPlugins, the warnings disappear completely and everything works as expected.Error messagesWarning: Attempt to read property "post_status" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2309 Warning: Attempt to read property "post_status" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2313 Warning: Attempt to read property "post_status" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2319 Warning: Attempt to read property "post_status" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2323 Warning: Attempt to read property "ID" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2327 Warning: Attempt to read property "post_status" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2331 Warning: Attempt to read property "ID" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2336 Warning: Attempt to read property "ID" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2340 Warning: Attempt to read property "ID" on null in /var/www/webroot/ROOT/wp-admin/includes/template.php on line 2345Additional info
- WordPress: latest version
- Elementor: active
- PHP: 8.3
- Theme: Hello Theme
It looks like the plugin is trying to access a post object that is
nullin the admin template, which causes these warnings.Could you please check if this is a known compatibility issue or advise how to fix it?
Thanks in advance for your support.
Best regards,
Ivo
You must be logged in to reply to this topic.