Skip to main content

Warning: Attempt to read property "post_type"

Comments

1 comment

  • Ariel H.

    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.