Warning: Attempt to read property "post_type"
Hi Brizy Support Team,
I have the following error appearing on my site. Could you please help address this.
Warning: Attempt to read property "post_type" on null in H:\root\home\sccwaor-001\www\sccwa\wp-content\plugins\brizy\admin\blocks\main.php on line 207
Warning: Attempt to read property "ID" on null in H:\root\home\sccwaor-001\www\sccwa\wp-content\plugins\brizy\admin\blocks\main.php on line 208
I have sent an email to brizy community support with login details.
-
Hi James,
Thank you for contacting us.
It appears that you’re currently running WordPress on Windows IIS, which may prevent the suggested plugin from working. Could you please provide FTP access so we can directly access your wp-config.php file?
Alternatively, you can add the following directives to your wp-config.php file to hide the warnings:
ini_set('log_errors', 'On');
ini_set('display_errors', 'Off');
ini_set('error_reporting', E_ALL);
define('WP_DEBUG', false);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);These warnings are non-fatal and won’t impact your site’s functionality. A fix is expected soon to fully resolve this issue.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment