Jack_mcs Posted March 2, 2009 Posted March 2, 2009 This isn't a new contribution and I don't claim the code in it. This is an update to the excellent work Chemo did on the Google XML Sitemap Feed located here: http://addons.oscommerce.com/info/3233 - version 1.3. It was added as a new contribution do prevent the corruption that exists in so many contributions lately. This version includes the following changes: - Manufacturers site map - Specials site map - Human readable output The feeds automatically adjust to match the urls if Ultimate SEO is installed, thus preventing some blocked url's by the search engines. If you have version 1.3 of the above contribution installed, you can just upload all of the files to update to this version. Be sure to run the sitemap afterwards though. Jack Biancoblu and Joe234 2 Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
XenoPhage Posted March 2, 2009 Posted March 2, 2009 The feeds automatically adjust to match the urls if Ultimate SEO is installed, thus preventing some blocked url's by the search engines. This is exactly what I'm looking for, thanks! I have run into a problem, though. I have Ultimate SEO URLs 2.6 installed and I'm receiving a few errors when I run the sitemap generator. The errors appear to be coming from the Ultimate SEO contrib though. So is Google sitemap compatible with Ultimate 2.6 ? The errors are below: Notice: Undefined variable: connection in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 841 Notice: Undefined offset: -1 in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 1156 Notice: Undefined variable: _sid in /Users/XenoPhage/Sites/osc/includes/classes/seo.class.php on line 799 Thanks! Quote XenoPhage
Jack_mcs Posted March 2, 2009 Author Posted March 2, 2009 This contribution should work with with all of the versions of Ultimate SEO but there are so many that I can't say for sure. It will work with the last version I uploaded though. As long as you have a version past that, all you need to do to update it is to upload the included files. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Benjjj6 Posted March 3, 2009 Posted March 3, 2009 On mysite.com/googlesitemap/index.php I get the following message: Warning: fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300 ERROR: Google Product Sitemap Generation FAILED! Warning: fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300 ERROR: Google Category Sitemap Generation FAILED! Warning: fopen(/sitemapmanufacturers.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300 ERROR: Google Manufacturer Sitemap Generation FAILED! Warning: fopen(/sitemapspecials.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300 ERROR: Google Specials Sitemap Generation FAILED! Warning: Invalid argument supplied for foreach() in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 384 Warning: fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 300 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 881 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 67 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 203 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 6 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /sitemapmanufacturers.xml [status] => failure [file_exists] => false ) [3] => Array ( [file] => /sitemapspecials.xml [status] => failure [file_exists] => false ) [4] => Array ( [file] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) ) Quote
Jack_mcs Posted March 3, 2009 Author Posted March 3, 2009 Be sure the permissions of the sitemap files are set the same as the images directory. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Jack_mcs Posted March 3, 2009 Author Posted March 3, 2009 It looks like your configure file settings are not being loaded. Please try this: In the googlesitemap/sitemap_class.php file, find this line around line 299 $filename .= '.xml'; and add this after it echo 'Opening '.$filename. '<br>FS_CAT '.DIR_FS_CATALOG. '<br>Server ' . HTTP_SERVER . '<br>Save Path '. $this->savepath . '<br>WS_CAT '. DIR_WS_HTTP_CATALOG.' <br>'; Upload the changed file and run the code by going to http://yourdomain.com/googlesitemap/index.php. Post the output here. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Benjjj6 Posted March 3, 2009 Posted March 3, 2009 Here's the output: Opening /sitemapproducts.xml FS_CAT /home/topgoth/public_html/ Server http://www.topgoth.co.uk Save Path / WS_CAT / Warning: fopen(/sitemapproducts.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303 ERROR: Google Product Sitemap Generation FAILED! Opening /sitemapcategories.xml FS_CAT /home/topgoth/public_html/ Server http://www.topgoth.co.uk Save Path / WS_CAT / Warning: fopen(/sitemapcategories.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303 ERROR: Google Category Sitemap Generation FAILED! Opening /sitemapmanufacturers.xml FS_CAT /home/topgoth/public_html/ Server http://www.topgoth.co.uk Save Path / WS_CAT / Warning: fopen(/sitemapmanufacturers.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303 ERROR: Google Manufacturer Sitemap Generation FAILED! Opening /sitemapspecials.xml FS_CAT /home/topgoth/public_html/ Server http://www.topgoth.co.uk Save Path / WS_CAT / Warning: fopen(/sitemapspecials.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303 ERROR: Google Specials Sitemap Generation FAILED! Warning: Invalid argument supplied for foreach() in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 387 Opening /sitemapindex.xml FS_CAT /home/topgoth/public_html/ Server http://www.topgoth.co.uk Save Path / WS_CAT / Warning: fopen(/sitemapindex.xml) [function.fopen]: failed to open stream: Permission denied in /home/topgoth/public_html/googlesitemap/sitemap.class.php on line 303 ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 881 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 67 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 203 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 6 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /sitemapmanufacturers.xml [status] => failure [file_exists] => false ) [3] => Array ( [file] => /sitemapspecials.xml [status] => failure [file_exists] => false ) [4] => Array ( [file] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) ) Quote
Jack_mcs Posted March 3, 2009 Author Posted March 3, 2009 The path is not being picked up for some reason. Give this a try. At around line 266, find this line $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : ''; Below it, paste the following: $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : ''; echo 'set '.$this->savepath.'<br>'; Upload and see what happens. If that still fails, remove that change and use this instead $this->savepath = '/home/topgoth/public_html/'; Please post the results of the first one either so I can get an idea of what the problem is. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
♥dinera Posted March 4, 2009 Posted March 4, 2009 This is what i get with ERROR: Google Product Sitemap Generation FAILED! ERROR: Google Category Sitemap Generation FAILED! ERROR: Google Manufacturer Sitemap Generation FAILED! ERROR: Google Specials Sitemap Generation FAILED! ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 366 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 58 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 11 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 1 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /sitemapmanufacturers.xml [status] => failure [file_exists] => false ) [3] => Array ( [file] => /sitemapindex.xml [status] => failure [file_exists] => false ) ) ) Quote
Jack_mcs Posted March 4, 2009 Author Posted March 4, 2009 Please try the previous tests. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted March 4, 2009 Posted March 4, 2009 Hi, I had the same problem as Benjjj6 What I did was enter the code from your post 7 and change the lines from 263-266 to this: $this->savepath .= (substr($this->savepath, 0, -1) !== '') ? '' : ''; //append a slash if needed } else $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '') ? '' : ''; It now works, great contribution Quote
Benjjj6 Posted March 5, 2009 Posted March 5, 2009 The path is not being picked up for some reason. Give this a try. At around line 266, find this line $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : ''; Below it, paste the following: $this->savepath = DIR_FS_CATALOG . (substr(DIR_FS_CATALOG, 0, -1) !== '/') ? '/' : ''; echo 'set '.$this->savepath.'<br>'; Upload and see what happens. If that still fails, remove that change and use this instead $this->savepath = '/home/topgoth/public_html/'; Please post the results of the first one either so I can get an idea of what the problem is. Jack Hi Jack, The first suggestion caused the same error, however the second solution solved the problem. The sitemap is now created successfully! :) Thank you, Ben Quote
Jack_mcs Posted March 5, 2009 Author Posted March 5, 2009 Hi Jack, The first suggestion caused the same error, however the second solution solved the problem. The sitemap is now created successfully! :) I'm glad it is working for you but I don't care for that solution. As long as the path to your shop doesn't change, it will be OK. But if you change servers, the code will break since the path will break. I'll look closer at the code and try to find a better solution. Once found, I'll post it in a new version. Thanks for trying those code changes. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
XenoPhage Posted March 5, 2009 Posted March 5, 2009 I'm glad it is working for you but I don't care for that solution. As long as the path to your shop doesn't change, it will be OK. But if you change servers, the code will break since the path will break. I'll look closer at the code and try to find a better solution. Once found, I'll post it in a new version. Thanks for trying those code changes. Jack I haven't looked deep into this, but what path are you after? Why isn't DIR_FS_CATALOG sufficient? That resolves to the proper location for me ... ? Quote XenoPhage
Jack_mcs Posted March 5, 2009 Author Posted March 5, 2009 That's the correct path for some servers but others return the googlesitemap directory in the path and that has to be stripped out. I think it might be this line around 299 if ($pos = strpos(DIR_FS_CATALOG, "googlesitemap") !== FALSE) If anyone who is having the problem wants to try, please change that line to if (($pos = strpos(DIR_FS_CATALOG, "googlesitemap")) !== FALSE) Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
uniquexme Posted March 6, 2009 Posted March 6, 2009 (edited) jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist. Opening /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml Generated Google Product Sitemap Successfully Opening /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml Generated Google Category Sitemap Successfully Opening /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml Generated Google Manufacturer Sitemap Successfully ERROR: Google Specials Sitemap Generation FAILED! Opening /home/content/u/n/i/uniquexme/htmlsitemapindex.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapindex.xml Generated Google Sitemap Index Successfully Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 216 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 24 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 23 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 0 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml [status] => success [file_exists] => true ) [1] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml [status] => success [file_exists] => true ) [2] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml [status] => success [file_exists] => true ) [3] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapindex.xml [status] => success [file_exists] => true ) ) ) Edited March 6, 2009 by uniquexme Quote
uniquexme Posted March 6, 2009 Posted March 6, 2009 er.. Jack, referring back to the install guide, i didn't see this in the last line "If you have not already submitted the sitemap index to Google click the link below" and when i tried to view the XML files by keying in www.hobby-asia.com/sitemapindex.xml it shows this : XML Parsing Error: no element foundLocation: http://www.hobby-asia.com/sitemapindex.xml Line Number 1, Column 1: Quote
Jack_mcs Posted March 6, 2009 Author Posted March 6, 2009 jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist. Opening /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml Without knowning what changes you made to the file, I can't say where the problem is. But the problem now is that the sitemaps are not being created. The above line should read /home/content/u/n/i/uniquexme/html/sitemapproducts.xml Notice the missing /. So none of your sitemap files are being saved since the path is invalid. Please post the section of the file you changed (near the top) so I can see what the problem is. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
uniquexme Posted March 6, 2009 Posted March 6, 2009 jack, i follow the changes from your post here post #7 & 9. and the only changes i did myself was to the #9 from $this->savepath = '/home/topgoth/public_html/'; to $this->savepath = '/home/content/u/n/i/uniquexme/html/'; well, just now i forgot to include the "/" after html. now that i correct it, it still shows the same error. Opening /home/content/u/n/i/uniquexme/html/sitemapproducts.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html/ WS_CAT / Write /home/content/u/n/i/uniquexme/html/sitemapproducts.xml Generated Google Product Sitemap Successfully Opening /home/content/u/n/i/uniquexme/html/sitemapcategories.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html/ WS_CAT / Write /home/content/u/n/i/uniquexme/html/sitemapcategories.xml Generated Google Category Sitemap Successfully Opening /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html/ WS_CAT / Write /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml Generated Google Manufacturer Sitemap Successfully ERROR: Google Specials Sitemap Generation FAILED! Opening /home/content/u/n/i/uniquexme/html/sitemapindex.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html/ WS_CAT / Write /home/content/u/n/i/uniquexme/html/sitemapindex.xml Generated Google Sitemap Index Successfully Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 216 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 24 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 23 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 0 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /home/content/u/n/i/uniquexme/html/sitemapproducts.xml [status] => success [file_exists] => true ) [1] => Array ( [file] => /home/content/u/n/i/uniquexme/html/sitemapcategories.xml [status] => success [file_exists] => true ) [2] => Array ( [file] => /home/content/u/n/i/uniquexme/html/sitemapmanufacturers.xml [status] => success [file_exists] => true ) [3] => Array ( [file] => /home/content/u/n/i/uniquexme/html/sitemapindex.xml [status] => success [file_exists] => true ) ) ) Quote
Jack_mcs Posted March 6, 2009 Author Posted March 6, 2009 OK, the url's are correct now. Are the sitemaps being created (go to http://yourdomain.com/sitemapproducts.xml)? If not, are the permissions settings on those files the same as on your images directory? Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
uniquexme Posted March 6, 2009 Posted March 6, 2009 This is what's from http://hobby-asia.com/sitemapproducts.xml Google Sitemap http://hobby-asia.com/sitemapproducts.xmlNumber of URLs in this Google Sitemap: 216 Click on the table headers to change sorting. Sitemap URL Last modification date Change freq. Priority http://www.hobby-asia.com/product_info.php?products_id=51 2009-02-06 weekly 1.0 http://www.hobby-asia.com/product_info.php?products_id=28 2009-02-27 weekly 1.0 http://www.hobby-asia.com/product_info.php?products_id=319 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=304 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=303 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=302 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=301 2009-02-12 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=300 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=299 2009-02-12 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=298 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=297 2009-02-12 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=296 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=295 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=305 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=306 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=307 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=318 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=317 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=316 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=315 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=314 2009-02-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=313 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=312 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=311 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=310 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=309 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=308 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=294 2009-03-02 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=293 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=152 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=151 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=150 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=149 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=148 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=147 2009-01-21 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=143 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=142 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=141 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=140 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=139 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=153 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=154 2009-01-16 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=228 2009-02-27 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=292 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=291 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=289 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=285 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=227 2009-02-26 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=278 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=279 2009-01-22 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=280 2009-01-22 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=281 2009-01-22 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=282 2009-01-22 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=284 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=138 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=320 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=373 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=359 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=358 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=357 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=356 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=355 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=354 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=353 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=352 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=351 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=350 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=349 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=360 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=361 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=372 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=371 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=370 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=369 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=368 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=367 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=366 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=365 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=364 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=363 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=362 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=348 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=347 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=346 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=332 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=331 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=330 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=329 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=328 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=327 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=326 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=325 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=324 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=323 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=322 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=333 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=334 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=345 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=344 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=343 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=342 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=341 2009-02-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=340 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=339 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=338 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=337 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=336 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=335 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=321 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=60 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=45 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=44 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=43 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=42 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=41 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=40 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=39 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=38 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=37 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=36 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=35 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=46 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=47 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=59 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=58 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=57 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=56 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=55 2009-03-03 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=54 2009-01-23 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=53 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=52 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=50 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=49 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=48 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=34 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=33 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=32 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=110 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=109 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=108 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=107 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=106 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=105 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=115 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=118 2009-02-26 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=117 2009-02-26 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=116 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=121 2009-02-26 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=111 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=112 2009-03-01 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=31 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=30 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=29 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=119 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=104 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=283 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=102 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=120 2009-02-26 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=22 2009-02-05 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=114 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=113 2009-01-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=122 2009-01-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=61 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=137 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=123 2009-01-15 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=101 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=100 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=99 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=98 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=97 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=96 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=95 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=94 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=93 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=92 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=124 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=125 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=136 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=135 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=134 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=133 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=132 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=131 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=130 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=129 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=128 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=127 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=126 2009-01-14 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=91 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=90 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=89 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=73 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=72 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=71 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=70 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=69 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=68 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=67 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=66 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=65 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=64 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=63 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=74 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=75 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=88 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=87 2009-02-13 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=86 2009-01-19 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=224 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=83 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=226 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=81 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=80 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=225 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=77 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=76 2009-02-06 weekly 0.1 http://www.hobby-asia.com/product_info.php?products_id=62 2009-02-06 weekly 0.1 But here at http://www.hobby-asia.com/googlesitemap/index.php i still have this error ERROR: Google Specials Sitemap Generation FAILED! Quote
uniquexme Posted March 6, 2009 Posted March 6, 2009 Jack, i guess everything is fine for now, just that the Special Sitemap thing.... can i ask u, as per install guide, it says to setup CRON. is it neccessary? Quote
♥dinera Posted March 6, 2009 Posted March 6, 2009 jack, after applying ur amendments, my problem is halfway fixed. just realize that there is an error for Special sitemap. pls assist. Opening /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml Generated Google Product Sitemap Successfully Opening /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml Generated Google Category Sitemap Successfully Opening /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml Generated Google Manufacturer Sitemap Successfully ERROR: Google Specials Sitemap Generation FAILED! Opening /home/content/u/n/i/uniquexme/htmlsitemapindex.xml FS_CAT /home/content/u/n/i/uniquexme/html/ Server http://www.hobby-asia.com Save Path /home/content/u/n/i/uniquexme/html WS_CAT / Write /home/content/u/n/i/uniquexme/htmlsitemapindex.xml Generated Google Sitemap Index Successfully Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [STATUS] => success [NUM_ROWS] => 216 ) [CATEOGRY] => Array ( [STATUS] => success [NUM_ROWS] => 24 ) [MANUFACTURERS] => Array ( [STATUS] => success [NUM_ROWS] => 23 ) [SPECIALS] => Array ( [STATUS] => success [NUM_ROWS] => 0 ) ) [SAVE_FILE_XML] => Array ( [0] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapproducts.xml [status] => success [file_exists] => true ) [1] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapcategories.xml [status] => success [file_exists] => true ) [2] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapmanufacturers.xml [status] => success [file_exists] => true ) [3] => Array ( [file] => /home/content/u/n/i/uniquexme/htmlsitemapindex.xml [status] => success [file_exists] => true ) ) ) Do you have any special products in your site. I think its need for Specials Sitemap Generation Quote
uniquexme Posted March 6, 2009 Posted March 6, 2009 hmm, i don't think i have special products in my site, but what exactly is special products? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.