Guest Posted April 5, 2009 Posted April 5, 2009 hi all, i have installed RSS Feed v2.2 (23.03.09) on the phpmyadmin , i insert the following SQL as you said on adminsettings.sql #1062 - Duplicate entry '80' for key 'PRIMARY' and on the admin panel > catalogies /products It has the following errors 1054 - Unknown column 'p.products_to_rss' in 'field list' select p.products_id, pd.products_name, p.products_quantity, p.products_image, p.products_price, p.products_date_added, p.products_last_modified, p.products_date_available, p.products_status, p.products_to_rss from products p, products_description pd, products_to_categories p2c where p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and p2c.categories_id = '0' order by pd.products_name thanks, please hlep thanks
web-project Posted April 5, 2009 Posted April 5, 2009 1054 - Unknown column 'p.products_to_rss' in 'field list' the error shows that the products_to_rss filed is missing from the product table. The easiest solution to fix this issue: - learn how to read the manuals; - read the manual; - recheck the installation of RSS Feed v2.2 contribution. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.