Warning Code

I just got this error message when clearing the cache for the sitemap:



Warning: mkdir() [function.mkdir]: File exists in /home/mainhost/public_html/core/fn.fs.php on line 114



Anyone know what it means?



Thanks

Your hosting environment, specifically your permissions on the /var/cache or /var/compiled directories do not allow for automatic file creation.



Depending on your settings

Folders = CHMOD 755

Files = CHMOD 644

PHP = CHMOD 600



Or



Folders = CHMOD 755

Files = CHMOD 755

PHP = CHMOD 644

do these need to be changed to generate a sitemap?

[quote name=‘The Joker’]do these need to be changed to generate a sitemap?[/QUOTE]



Yes. The created file is stored in /var/cache/sitemap.xml

I noticed those folders are already on 777. Please advice, thank you!


[quote name='JesseLeeStringer' timestamp='1303562037' post='110778']

Your hosting environment, specifically your permissions on the /var/cache or /var/compiled directories do not allow for automatic file creation.



Depending on your settings

Folders = CHMOD 755

Files = CHMOD 644

PHP = CHMOD 600



Or



Folders = CHMOD 755

Files = CHMOD 755

PHP = CHMOD 644

[/quote]