Hi Isaacola,
Very strange. I even can not be assumed in what could be the problem. :( There's so simple that there is nothing to break.
If possible, I could see and solve the problem on this site.
Of course to do that I need ftp access.
Printable View
I guess another question is in generating manufacturer is the query limited by product type? I know that music product type usually doesn't have manufacturer (but we actually populated our manufacturer field for the music product type (for a functionality that we needed on our site a while back). If the query is based on product type, that might explain the issue I am having.
If this is not the case I can email you a temporary ftp access for troubleshooting purpose but I will need you to email me your IP address since our server access is restricted by IP address.
Thanks!
No. I take ALL manufacturers from the tables:
By the way, what value have SITEMAPXML_MANUFACTURERS_ORDERBY ?Code:$manufacturers = $db->Execute("SELECT m.manufacturers_id, GREATEST(m.date_added, IFNULL(m.last_modified, '0001-01-01 00:00:00')) AS last_date, mi.languages_id
FROM " . TABLE_MANUFACTURERS . " m
LEFT JOIN " . TABLE_MANUFACTURERS_INFO . " mi ON (mi.manufacturers_id = m.manufacturers_id)
WHERE mi.languages_id IN (" . $zen_SiteMapXML->getLanguagesIDs() . ") " .
(SITEMAPXML_MANUFACTURERS_ORDERBY != '' ? "ORDER BY " . SITEMAPXML_MANUFACTURERS_ORDERBY : ''));
Have you check /cache/myDEBUG-*.log files?
I have dynamic IP's and use DynDns.com service for it.
Version 3.0.3 is available for download - http://www.zen-cart.com/index.php?ma...roducts_id=544
How do I get this to work having it export my URL's from MagicSEO ?
It looks like you may be missing a ? in readme.txt, Tips:
0 5 * * * php -f <path to shop>/cgi-bin/sitemapxml.php rebuild=yes
Thank you for this!
Why edit is disabled is beyond me...
GET 'http://your_domain/index.php?main_page=sitemapxml'
worked for me - thanks again!