Enable multilingual sitemap

Permalink 1 user found helpful
When i try to run jobs i get this on the Generate multilingual sitemap.xml File job

This job is disabled because it may cause excessive load depending on the size of your site. To enable this job, you must define the constant ENABLE_MULTILINGUAL_SITEMAPXML as true.

I'm no expert in coding, how and where should i enable this exactly?

 
ronyDdeveloper replied on at Permalink Best Answer Reply
ronyDdeveloper
Open your site.php file under config folder, the add the below code:
define('ENABLE_MULTILINGUAL_SITEMAPXML', 'true');


Rony
aitalmac replied on at Permalink Reply
Thanks, it worked!
aitalmac replied on at Permalink Reply
Only there a lot more pages than there should be, looks like all the versions that where ever created are there not only the latest
Adreco replied on at Permalink Reply
Adreco
Hi
This is a bug being worked on now. If you look at the sitemap, I believe what it did was actually start with the Home page, then Home + first child, then Home + first child + 2nd, etc. making the first pages listed multiple times descending to the last page being listed once.
To get by for the time being, I downloaded the sitemap and erased everything between home page and the Last sequence of pages listed and uploaded the corrected (and now Much smaller) file to my server.
A real pain but a reasonably quick patch until international is updated again.

Adrian
Arvixe Web Hosting / concrete5 Community Liaison |
Looking for quality concrete5 Web Hosting? Look no further than Arvixe Web Hosting!
http://www.arvixe.com/concrete5_hosting...


Edit: Home page was only listed once. The duplication starts with first child. PM me if you'd like more detail or help