• Resolved evade

    (@evade)


    Good morning,

    Ia have daily warnings regarding the AIOSEO plugin, I wonder how to solve it, as it’s continuosly and daily.

    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$taxonomy in /home2/artamore/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Robots.php on line 227
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$taxonomy in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4651
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$slug in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4665
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Attempt to read property “query_var” on false in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4671
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$term_id in /home2/artamore/public_html/wp-content/plugins/sitepress-multilingual-cms/classes/url-handling/converter/filters/class-wpml-tax-permlink-filters.php on line 42
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$taxonomy in /home2/artamore/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Breadcrumb.php on line 210
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$taxonomy in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4651
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$slug in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4665
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Attempt to read property “query_var” on false in /home2/artamore/public_html/wp-includes/taxonomy.php on line 4671
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$term_id in /home2/artamore/public_html/wp-content/plugins/sitepress-multilingual-cms/classes/url-handling/converter/filters/class-wpml-tax-permlink-filters.php on line 42
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$parent in /home2/artamore/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Breadcrumb.php on line 215
    [16-Aug-2024 08:13:21 UTC] PHP Warning: Undefined property: WP_Post_Type::$term_id in /home2/artamore/public_html/wp-includes/taxonomy.php on line 1708

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @evade,

    You are running into an issue here where a page is identifying itself as a taxonomy term (e.g. a category or tag archive page), but is returning a post object as the queried object.

    As a result, our plugin is throwing a notice (because it’s expecting a term), but so is WordPress itself. Only the first line of error log you posted above is a notice inside AIOSEO, all the other notices are thrown inside the core WordPress code.

    I’ll go ahead and add another check inside our plugin so we don’t throw that notice, but you’ll still see all those other notices below it.

    Your theme is most likely to be causing this so I’d reach out to its author to help you troubleshoot the issue further.

    Thread Starter evade

    (@evade)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.