Quote Originally Posted by jpmagee View Post
Hope this is ok to post here. I have been using this add-on for a while, and it created the feed ok.

I have just moved hosting company and I am having difficulty getting it to create the product feed. I am using version 1.7.4 and Zen Cart 1.3.8a.

I have uninstalled using the SQL from the original downloads and re-installed. My feed directory is set to 777. Everything looks as it should but when I click to Create Product Feed, nothing happens at all and the feed file is not created. Any suggestions would be greatly appreciated.
Check to make sure in /web-site-root/includes/.htacess that line 26 has the xsl|XSL included. Some hosting company works without the change. Zen cart version 1.3.9 has already made the change. The change is not made in 1.3.8a unless you have already made it. If not find

on line 26 you will find:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF)$">

Change the line to:
<FilesMatch ".*\.(js|JS|css|CSS|jpg|JPG|gif|GIF|png|PNG|swf|SWF|xsl|XSL)$">

If the above doesn't correct your problem I would update to the latest version of google base.The most resent version is 1.8.3
I would update to the latest version and see if that correct the problem you are having.