Laurence Cope
Laurence Cope
I would say in function getUrl in dolphiq/sitemap/src/controllers/SitemapController.php in the following function check UrlHelper::siteUrl is not null and is valid before returning it? ``` private function getUrl($uri, $siteId) { if...
Actually its even before the continue... Craft reports invalid siteId in URL helper, before the continue, so your plugin cant even call UrlHelper::siteUrl if the siteId is invalid
This is how I fixed it. In function getUrl in SitemapController line 184: ``` private function getUrl($uri, $siteId) { $site = Craft::$app->sites->getSiteById($siteId); if($site) { if ($uri !== null) { $path...
That does not look like its resolved either? One solution in there did not work for me: _I figured it out, I had to mess with my notification settings a...
In the meantime I use Webhooks and my account with Integromat/Make to send the emails. Should have thought of Webhooks in the first place!
Nothings changed so bug wouldn't fix itself
I've deployed this via docker so what's any versioning got to do with me? I though everything is in the docker container. How do I edit it all to change...
So TLS1 on my email server? I'm sure my email server uses various, including latest, protocols. No other software complains. In fact I also tried using smtp.com as I have...
Don't know if it's related but Ninja Firewall in one of our Wordpress sites is now logging this and blocking visitors: ``` 25/Jan/24 15:42:57 #6842620 HIGH 257 111.222.333.444 GET /index.php...
Actually my is probably related to Sourcebuster in WooCommerce https://github.com/woocommerce/woocommerce/issues/43681