Fix for products RSS feed on v4.5.0
ability_rss_products.php
Replace..
Code:
$result = mysql_query("SELECT * FROM `xcart_products` WHERE forsale='Y' ORDER BY `add_date` DESC LIMIT $limit");
With...
Code:
$result = mysql_query("SELECT * FROM `xcart_products` INNER JOIN xcart_products_lng_en ON xcart_products.productid = xcart_products_lng_en.productid WHERE forsale='Y' ORDER BY `add_date` DESC LIMIT $limit");
Or just replace with the file attached, which also uses the correct image URLs, instead of image.php