- Issue created by @Nicoc
- Status changed to Closed: won't fix
almost 2 years ago 5:16pm 27 February 2023 - 🇩🇪Germany gbyte Berlin
The 3.x version of this module is for Drupal <= 9.2 and PHP <= 8.0. As Drupal 9.2 is not supported anymore, I do not provide support for 3.x other than security updates. Please switch to 4.x.
- 🇨🇭Switzerland megadesk3000
I experience the exact same issue on the 4.x branch with D9.5 and PHP 8.1
- Status changed to Postponed: needs info
almost 2 years ago 2:09pm 28 February 2023 - 🇩🇪Germany gbyte Berlin
The path is supposed to be a string, always starting with an
/
; see\Drupal\Core\PathProcessor\OutboundPathProcessorInterface::processOutbound
.Can you debug when exactly it is NULL? I don't like adding type checks for a type that should not be there.
- Status changed to Postponed
over 1 year ago 7:20am 11 May 2023 - 🇩🇪Germany Anybody Porta Westfalica
Just ran into the same issue and can tell, that this always appears together with other issues. Core for example is also complainung.
For me it happened on the frontpage, which (due to unknown reasons) had an empty URL alias!
Se-saving the frontpage node and setting a proper URL alias fixed all these notices. - 🇨🇦Canada joseph.olstad
With the Drupal 10 version of the wxt distro running PHP 8.1 if no url alias is specified on a node the above warnings spew out.
Thankfully using patch 4 reduces the noise. I'm not sure what simple_sitemap is doing when node/add save/submit is triggered but my client wants the noise to be gone immediately so I'm using patch #4.
-
gbyte →
committed 0a6577bf on 4.x authored by
megadesk3000 →
Issue #3344735 by megadesk3000, gbyte, Nicoc: explode and PHP8.1...
-
gbyte →
committed 0a6577bf on 4.x authored by
megadesk3000 →
- Status changed to Fixed
over 1 year ago 4:57pm 8 June 2023 - 🇩🇪Germany gbyte Berlin
This should not be a thing, but apparently it is. Commited into dev. Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.