vinarcid0810
Member
Posted 5 years ago #
Hi guys I want install this plugin but I have problem:
I upload 2 sitemaps files sitemap.xml.gz and sitemap.xml
and set the permission to "writeable" (777), but when push to "rebuild sitemap"
Could not write /home/arcidia/public_html/sitemap.xml
Could not write /home/arcidia/public_html/sitemap.xml.gz
I have permission of fopen this is my info of host
http://69.72.254.194/phpinfo
tks lot for your help
Is that where you uploaded the files? Are they in your site's root directory?
vinarcid0810
Member
Posted 5 years ago #
Is that where you uploaded the files? Are they in your site's root directory?
Hi I upload file in my site's root and in the opition>sitemap
I set manual position
Path
/home/arcidia/public_html/sitemap.xml
URL
http://www.miosito.com/sitemap.xml
vinarcid0810
Member
Posted 5 years ago #
You may have uploaded the files to the wrong location, because http://www.miosito.com/sitemap.xml gives me a 404 not found error.
Double check the location of the sitemap.xml files and that they have the correct permissions.
vinarcid0810
Member
Posted 5 years ago #
no sorry my site is this:
http://www.seo-carpediem.com/sitemap.xml
miosito is an exaple :-)
vinarcid0810
Member
Posted 5 years ago #
vinarcid0810
Member
Posted 5 years ago #
I found a fix: increasing the PHP memory [did this test on Beta 3.0b1]. To the function BuildSitemap() I added the following:
//Increase memory
ini_set("memory_limit","128M");