- Issue created by @tomthorp
- πΊπΈUnited States DamienMcKenna NH, USA
Were you using the MetatagHalNormalizer plugin on your site?
Did you rebuild the caches?
- π¦πΊAustralia tomthorp
I don't believe I have used the MetatagHalNormalizer plugin. It is not listed in the list of plugins.
The list of plugins that are enabled on my site are :
Metatag Plugins
Facebook
Hreflang
Open Graph
Pinterest
Twitter Cards
Verification
ViewsSchema_Metatag Plugins
Article
Metatag
Organization
Person
WebPage
WebSiteI did rebuild the caches, as outlined in my "steps to reproduce". ( using "drush updatedb", "drush cr" and "drush core:cron" ) .
- πΊπΈUnited States DamienMcKenna NH, USA
For clarification - the MetatagHalNormalizer plugin was part of the main module, it wasn't a submodule. It was only actually needed if it was being used by another module to build JSON or GraphQL output of meta data for entities, usually for sharing data to another system.
Were you using any JSON or GraphQL output on your site to interact with other systems?
- π¦πΊAustralia tomthorp
The only JSON that's generated is via the Article Plugin in Schema_Metatag. Thus :
<script type="application/ld+json">{ "@context": "https://schema.org", "@graph": [ { "@type": "Article", "headline": "PHP cURL error HTTP/2 stream 0 was not closed cleanly", "name": "TomThorp.me", "description": "When using PHP\u0027s cURL function, you may come across this error in your website log when the cURL function fails to retrieve information back. Here is the solution to this problem.", "about": [ "PHP", "cURL" ], "image": { "@type": "ImageObject", "representativeOfPage": "True", "url": "https://d11.tomthorp.me/sites/default/files/styles/summary_card_large/public/BlogImages/2000px-PHP-logo.svg__0_0.png?itok=FPDNjVBA", "width": "600", "height": "300" }, "datePublished": "2024-01-24T16:59:37+1000", "dateModified": "2024-01-24T17:13:03+1000", "author": { "@type": "Person", "@id": "https://d11.tomthorp.me/about/biography", "name": "Tom Thorp", "url": "https://d11.tomthorp.me/about/biography" }, "publisher": { "@type": "Organization", "@id": "https://d11.tomthorp.me/", "name": "TomThorp.me", "url": "https://d11.tomthorp.me/", "logo": { "@type": "ImageObject", "url": "https://d11.tomthorp.me/sites/default/files/TomThorp_0.png" } }, "mainEntityOfPage": "https://d11.tomthorp.me/blog/php-curl-error-http2-stream-0-was-not-closed-cleanly" } ] }</script>
- π¦πΊAustralia tomthorp
I've successfully been able to install Metatag v2 & Schema_Metatag v3 on my Drupal 10 site. I haven't fully tested it yet, but I think the blocker was the module yoast_seo, which had a dependency on metatag.
BTW, I discovered your Mediacurrent Youtube channel. Have been able to apply the 'lenient' plugin to my composer.json, in order to get some modules that were not well maintained, Drupal 11 ready, in order for the upgrade to proceed. I'll have to review those out-of-date modules in the not too distant future.
- Status changed to Fixed
3 months ago 4:19pm 26 August 2024 - πΊπΈUnited States DamienMcKenna NH, USA
Ah! Good to know there was another module causing the problem, I'm glad you were able to get it all solved.
Automatically closed - issue fixed for 2 weeks with no activity.