After upgrading from beta1 to beta2, I get an error after cron:

XML sitemap cache directory | Not found or not writable
public://xmlsitemap | Not found or not writable

The "public://xmlsitemap" is pretty confusing in a drupal environment (should be "sites/default/files/xmlsitemap").

Comments

bogdan iosif’s picture

same problem here...

Anonymous’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Goto admin/config/development/performance and Clear Cache. This cleared the error for me.

Public: versus Private: should be understandable if you have some knowledge of the file system admin/config/media/file-system so the original complaint is a "won't fix".

SocialNicheGuru’s picture

i get the posters point about "public". In drupal 5, 6 the file system path was specified in error messages ie. "sites/default/files". That changed in Drupal 7. It is a D7 convention and I agree is outside the scope of this module.

dwalker51’s picture

I found this confusing to start with, but it was solved by looking in sites/default/files for the directory xmlsitemap and changing the permissions.

Anonymous’s picture

Status: Postponed (maintainer needs more info) » Fixed

There's already a request for improving the error text. I'm moving to fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

filnug’s picture

in sites/defaut/files/xmlsitemap I didnt touch the permissions but I deleted the file inside. Then I reinstalled the module and everything worked fine.