Snowkrash the thread for the two mods working together is located here... starts about half way down the page and continues for a few posts.
http://www.zen-cart.com/forum/showthread.php?p=598222
Cheers,
Gauranteed compatibility can be found between Magic SEO URLs and the MSU Add-on.
numinix,
I'm sorry but I had googlefroogle working perfect until I installed the SEO URLs package. I'm not quite sure what's going on but I keep getting this error ("ERROR: yes is not a valid feed template") when trying to create my feed. I'm using the 1.6.17 version of your mod and the latest SEO URLs mod. But i can't seem to get rid of this.
any help would be appreciated Thanks,
Sorry about any confusion I might have caused. I found out that the problem I was having was because of the conflicting Wordpress on Zencart modification and the Google Base Feeder and had nothing to do with the SEO mod.
Again sorry for any confusion
cheers,
I have had a cron job running for a few months now, and it worked great
GET 'http://www.shoepeddlers.com/googlefroogle.php?feed=yes&upload=yes&type=products' > /dev/null 2>&1
The file created was shoepeddlers_products.xml and all product were listed
My hosting company switched to a new server
the difference is
apache 2 as compared to 1.3.9
more cpus
more ram
more speed and better security
and a new version of cpanel
now the cron would not run untill I changed it to use “WGET”
now it runs, but it saves the files to shoepeddlers_.xml and no products are listed
the contence of the files is just this
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:g="http://base.google.com/ns/1.0">
<channel>
<title>Shoe Peddlers</title>
<link>http://www.shoepeddlers.com</link>
<description>shoepeddlers</description>
I’ve been work with the hosting company, but we can’t seem to figure it out.
Any suggestions please![]()
I'm having the exact same problem as fvb:
My host uses CPanel as well; my cron cmd line:...it saves the files to shoepeddlers_.xml and no products are listed...
What am I missing?Code:curl -s http://your_http_catalog/googlefroogle.php?feed=yes&upload=no&type=products
Following up on this cron job problem: I have the same thing with the output file in /feed. It just creates myfilename_.xml instead myfilename_products.xml exactly as described in the quote. Now I checked my google base account and the file lists as successfully uploaded by the cron at the specified time and products were inserted. Strange, but somehow it still works even if the local file does not get created the way I expected, the upload of ALL products worked.
wget works for my cpanel. File in /feed does not show correctly. Upload and insertion of all products in google base works. Don't know why this is. Anybody see the same happening?
Live and learn... the Zen way.
I have a same problem that some people had.
Please help me how to solve the problem below.
A thread said "Install Auction Site Attributes".
I activated Auction Site Attributes.
But I still have the same error.
Please help.
1054 Unknown column 'p.products_upc' in 'field list'
in:
[SELECT distinct(p.products_id), p.products_model, pd.products_name, pd.products_description, p.products_image, p.products_tax_class_id, p.products_price_sorter, p.products_upc, p.products_isbn, p.products_type, GREATEST(p.products_date_added, IFNULL(p.products_last_modified, 0), IFNULL(p.products_date_available, 0)) AS base_date, m.manufacturers_name, p.products_quantity, pt.type_handler, p.products_weight, p.products_condition, p.products_category FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_description pd ON (p.products_id = pd.products_id) LEFT JOIN product_types pt ON (p.products_type=pt.type_id) WHERE p.products_status = 1 AND p.products_type <> 3 AND p.product_is_call <> 1 AND p.product_is_free <> 1 AND pd.language_id = 1 GROUP BY p.products_id ORDER BY p.products_last_modified DESC]