Hey you are right. Must have been a bad ftp session or something to put the wrong files there. I re-uploaded and PERFECT! :clap:
Thanks for pointing that out.
JOhn ><>
Printable View
Installed google sitemap locally with a fresh install of zen cart 1.3.7.
I also installed the latest version of Ultimate SEO URLs
http://www.zen-cart.com/index.php?ma...roducts_id=231.
From what I can gather there have been compatibility issues with Chemo's Ultimate URLs and the sitemap generator in the past.
I am wondering however if there is a solution for the new Ultimate SEO and 1.3.7.
Can anyone help me out?
Basically I am getting this for all four of the xml files...
ERROR: Google Product Sitemap Generation FAILED!
All the configuration items are basically set to the default.
thanks in advance
Hi Folks!
It seems that the latest version is generating the sitemaps with an error in one. Google does not like the EZ pages xml page. I'm getting the following error.
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A semi colon character was expected.
[FONT=Arial]Any ideas? Thanks...[/FONT] :cry:
I am also having issues with this mod.
I have a fresh install of the latest ZenCart, and the xml files are located in catalog/*.xml.
Initially I received an error, so I changed all the permissions to CMOD 777, as suggested by Andrew in his installation instructions.
I am getting the following error:
This is the code in googlesitemap.php:Quote:
Processing file: http://www.domain.com/subdir/sitemapezpages.xml
Warning: fopen(http://www.domain.com/subdir/sitemapezpages.xml): failed to open stream: HTTP wrapper does not support writeable connections. in /aaa/bbb/c/d/e/domainename/html/subdir/googlesitemap.php on line 203
Failed!
ERROR: Google Category Sitemap Generation FAILED!
This error comes up for all the *.xml files.Code:$filename .= '.xml';
echo 'Processing file: ' . $filename;
if ($fp = fopen($filename, 'w+')){ (line 203)
fwrite($fp, $data, strlen($data));
fclose($fp);
echo ' OK! Written ' . $records . ' records, ' . strlen($data) . ' bytes <br />';
return true;
} else {
echo ' Failed!<br />';
$file_check = file_exists($filename) ? 'true' : 'false';
return false;
Any idea's?
Thanks,
Goshawk
Thanks Andrew,
That was the problem, changed the filepath to:
/home/content//html/catalog/ and it is now working.
Goshawk
Hi Andrew,
I added your files to my site, www.tot2teenonline.com . I have a link in the admin now, but when I click the link to create sitemap, I get a blank screen. In addition, Google doesn't seem to be picking up anything but my Home Page which was added priorto your files. Any thoughts as to how to fix the 'create sitemap' issues?
:lamo:
Hey Guys,
I am trying to load in the mod to the 1.3.7 and while try to generate the XML files steps, it throws the following error :
Any ideas?Quote:
Warning: main(includes/header.php) [function.main]: failed to open stream: No such file or directory in C:\domains.com\wwwroot\store\googlesitemap.php on line 84
Warning: main(includes/header.php) [function.main]: failed to open stream: No such file or directory in C:\domains.com\wwwroot\store\googlesitemap.php on line 84
Warning: main(includes/header.php) [function.main]: failed to open stream: No such file or directory in C:\domains.com\wwwroot\store\googlesitemap.php on line 84
Fatal error: main() [function.require]: Failed opening required 'includes/header.php' (include_path='.;c:\php4\pear') in C:\domains.com\wwwroot\store\googlesitemap.php on line 84