wp-seopress / wp-seopress-public

SEOPress, the best WordPress SEO plugin available on the market to rank higher in search engines.
https://www.seopress.org
30 stars 15 forks source link

Warning: Attempt to read property "ID" on null #62

Closed fvanzeijl closed 1 year ago

fvanzeijl commented 1 year ago

Hi,

there are some bots who request the blog-index page with parameter ?author=AUTHOR_ID. So our error-tracking-system noticed us with following error:

Warning: Attempt to read property "ID" on null in plugins/wp-seopress/inc/functions/options-titles-metas.php on line 156

The method tries to get the ID from a post-object ($post->ID). But on blog-index-page there is no post-object.

wp-seopress commented 1 year ago

Hi,

added to our private Github account fix this case.

No ETA yet.

Thanks