Just uninstalled and removed old xmlsitemap files.
Installed beta2 of the 6x branch. no xmlsitemap folder created in files directory, and sitemap.xml is not being populated.
Have cleared caches and ran cron many times. Including update.php
Just uninstalled and removed old xmlsitemap files.
Installed beta2 of the 6x branch. no xmlsitemap folder created in files directory, and sitemap.xml is not being populated.
Have cleared caches and ran cron many times. Including update.php
Comments
Comment #1
avpadernoComment #2
avpadernoAre the cache files created?
Comment #3
konsumer commentedI also have the same issue.
The dir xmlsitemap is created, but no cache files. I am generating from menu (which has several items in it) and forums. I deleted sitemap cache, flushed site caches, and tried changing the cache dir to "files/sitemap"
The sitemap generated looks like this (empty):
Comment #4
konsumer commentedAlso, I ran cron and update.
Comment #5
triversedesigns commentedNo cache files were created. Tried setting 777 permissions on all parent folders of xmlsitemap, but since the latest update, even that folder has not been created.
Im only getting
coming up in the sitemap.xml file
Comment #6
abx commentedSame problem here. Sitemap.xml contain just information below :
Comment #7
eyecon-1 commentedSame here.
Comment #8
triversedesigns commentedWe demand immediate attention maintainers! haha but in all seriousness I think it wont be long until all the bugs are ironed out and we see a full release! Then Id say its only Panels I think that needs to be completed for D6!
Comment #9
avpadernoI am able to create a sitemap in a test site with 20000 nodes, 5000 taxonomy terms, and 5000 users.
All I did was to visit the tools page to execute the Delete the sitemap cache files operation, then execute cron.php.
Because the high number of links being generated, the sitemap doesn't actually contain all the links, but they are already 5000 links.
Comment #10
avpadernoI noticed that the beta2 version didn't contain the correct revision of the files; I fixed this by creating a beta3 that now contains the correct file revisions.
I am changing the title to not include the referring version; differently, the title should be changed all times the referring version is updated. There is not need to put in the title informations that are available in other metadata (the form fields that appear before the comment field).
Comment #11
abx commentedI just upgraded to Beta 3, then, Delete the sitemap cache files operation, then execute cron.php That didn't help. Sitemap still shows only a single line which is
Comment #12
shiroitatsu commentedSame as above.
Comment #13
Anonymous (not verified) commentedEDIT: It appears an array was concatenated to the string.
Comment #14
avpadernoActually there are two errors.
The
fopen()call at line 87 is only done to verify that the call tofile_transfer()could be successful; it should not then throw any warning, as it is known that it could fail.The second error is how the filename is built.
EDIT: you should have said which version caused that error; for a moment I thought that code was present in the beta3, which is not true.
EDIT: I fixed the second error; the first error has been suppressed with the
@operator, as the call tofopen()is done well knowing it can fail.Comment #15
avpadernoI am setting this report as duplicate of #458546: Cache files are not created because who opened the report clearly stated that the cache files weren't created (no xmlsitemap folder created in files directory).
So far, the only reason the sitemap appears empty is that the cache files have not been created.
Comment #16
scott859 commentedI am ahving the same as problem as the above posts:
Upgraded to Beta 3, deleted the sitemap cache files (via tools), then executed cron.php The sitemap shows only a single line which is
<urlset xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9"></urlset>Comment #17
mediamike commentedHaving same problem.