Closed (fixed)
Project:
XML sitemap
Version:
8.x-1.x-dev
Component:
xmlsitemap.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2018 at 21:35 UTC
Updated:
12 Oct 2019 at 21:32 UTC
Jump to comment: Most recent
Comments
Comment #2
pifagor commentedYou have to enable patch testing
Comment #3
pifagor commentedThis patch didn't passed the tests. you need to work on the patch
Comment #4
pawel_r commentedI had problem after moving from test to production server: base_url was always as test it was on test server. There is no good solution (at the moment) besides changing state value:
\Drupal::state()->set('xmlsitemap_base_url','PRODUCTION BASE URL');Waiting for proper patch.
Comment #5
socialnicheguru commentedCan I set xmlsitemap_base_url variable via the local settings form like this
$settings['xmlsitemap_base_url']?Comment #6
arrow@SocialNicheGuru You can with the patch in #2999856: Allow Override of Base URL in settings.php
Comment #7
vuilThank you, @Arrow. Yes, you are right. I added the mentioned issue as "related".
Comment #8
alex_optimWe have the same issue https://www.drupal.org/project/xmlsitemap/issues/2905963
Comment #9
pifagor commentedYes @alex_optim right
Comment #10
pifagor commented