Guest Posted October 1, 2009 If you submit a feed and google accepts it but doesn't list the products, the problem is with google. You will need to talk to them to find out why they are refusing it. Jack I have just found the problem. There is no line or item number on the output file. How can I add these? Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 1, 2009 A line number isn't something that google requires. You could alter the code to add it but it would be a waste of effort. If you are referring to the product ID, that should already be in the ID column. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
Guest Posted October 1, 2009 Here is what google say. Please make sure you include all required attributes in your data feed. Examples: Examples: Item Nr. Line Nr. 2 3 3 4 6 7 7 8 8 9 Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 1, 2009 That's an example, not an actual feed entry. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
jwalker 0 Posted October 1, 2009 Hey, just a simple question for anyone. We have about 2000 products and are constantly , daily, updating our products. Does Google penalize, or frown about, uploading a new feed, lets say weekly? Thanks and Cheers!!! Share this post Link to post Share on other sites
FlyingMonkey 0 Posted October 1, 2009 (edited) No, but items that get refreshed more frequently get more attention from Google. I wouldn't necessary spam Google with updates, but weekly and after a major update should be sufficent. It should also be more frequent than once a month. -Calvin Edited October 1, 2009 by FlyingMonkey Most likely your question has been answered, please do a search first. Share this post Link to post Share on other sites
satish 24 Posted October 2, 2009 Google will not penalise. They are happy to have more content and latest content. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Share this post Link to post Share on other sites
Guest Posted October 2, 2009 I have now worked it out and got it working. The bit that was missing was condition. Thanks for the help. Share this post Link to post Share on other sites
lordofcb 0 Posted October 2, 2009 (edited) You'll need to ask your host about that one. It's a function in php and controlled by them. Jack Am I missing something with this new contribution v 2.3? I had old version worked ok, but I put this new one on my new shop and when I go to admin, the screen except for menu on left_column is blank and it is not showing the googlefeeder in the menu options anywhere. Are the installation instructions no longer relevant? I notice that most of the file settings they used to have in googlefeeder.php that they reference in the instructions are no longer in the file. If i comment out the load of feeder.php in the admin/includes/columnLeft.php everything loads ok.. except no googlefeeder of course. Edited October 2, 2009 by lordofcb Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 2, 2009 As mentioned previously, the new version doesn't use the feeder code in admin. I will change that in the next version since it seems to be used a lot for some reason. For now, if you want to run it manually, you can do so by going to the url. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
lordofcb 0 Posted October 4, 2009 (edited) As mentioned previously, the new version doesn't use the feeder code in admin. I will change that in the next version since it seems to be used a lot for some reason. For now, if you want to run it manually, you can do so by going to the url. Jack I have installed the googlefeeder into catalog/admin and specified the domain as just my normal domain name http://pureindollgence.com however, whenever I browse to the googlefeeder.php address I get an internally generated http 500 error saying file does not exist or can not be found. i.e. when i browse to http://pureindollgence.com/oscommerce2/cat...ooglefeeder.php my domain is set by directory index to go to http:\\pureindollgence.com\oscommerce2\catalog\index.php for all calls to http://pureindollgence.com strange, i had the old version working fine on prior oscommerce store, and everything else works fine on the new store site. I should also note I tried setting domain name in googlefeeder to http:\\pureindollgence.com\oscommerce2\catalog and that didnt work either. Edited October 4, 2009 by lordofcb Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 4, 2009 I have installed the googlefeeder into catalog/admin and specified the domain as just my normal domain name http://pureindollgence.comhowever, whenever I browse to the googlefeeder.php address I get an internally generated http 500 error saying file does not exist or can not be found. i.e. when i browse to http://pureindollgence.com/oscommerce2/cat...ooglefeeder.php my domain is set by directory index to go to http:\\pureindollgence.com\oscommerce2\catalog\index.php for all calls to http://pureindollgence.com strange, i had the old version working fine on prior oscommerce store, and everything else works fine on the new store site. I should also note I tried setting domain name in googlefeeder to http:\\pureindollgence.com\oscommerce2\catalog and that didnt work either. The line in the googlefeeder file for the domain shows define('DOMAIN_NAME', 'www.yourwebsite.com'); //your correct domain name (don't include www unless it is used) Why are you adding http://? Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
lordofcb 0 Posted October 4, 2009 The line in the googlefeeder file for the domain showsdefine('DOMAIN_NAME', 'www.yourwebsite.com'); //your correct domain name (don't include www unless it is used) Why are you adding http://? Jack Took out the http://, no difference, still just get the http 500 error, page cant be found Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 5, 2009 All that's required for this to work is to setup the one file. There isn't much, if anything, in that file that will cause the error you are getting. You will need to contact your host to see why the failure is occurring. It is probably due to not enough memory for the script to run, or something like that. Your host can look at the logs and determine the reason for the failure. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
lordofcb 0 Posted October 5, 2009 All that's required for this to work is to setup the one file. There isn't much, if anything, in that file that will cause the error you are getting. You will need to contact your host to see why the failure is occurring. It is probably due to not enough memory for the script to run, or something like that. Your host can look at the logs and determine the reason for the failure. Had em check, they could find no errors. This one really has me stumped, and like you said it is a simple application to. I have your others Ultimate SEO, Header Tags SEO and such installed and all are great and work fine. Share this post Link to post Share on other sites
lordofcb 0 Posted October 5, 2009 All that's required for this to work is to setup the one file. There isn't much, if anything, in that file that will cause the error you are getting. You will need to contact your host to see why the failure is occurring. It is probably due to not enough memory for the script to run, or something like that. Your host can look at the logs and determine the reason for the failure. Ok, I finally got them to turn on php error checking and here is the actual error coming from the program: Fatal error: Call to undefined function tep_get_parent_categories() in /hsphere/local/home/c148783/pureindollgence.com/oscommerce2/catalog/includes/classes/seo.class.php on line 1044 Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 5, 2009 Ok, I finally got them to turn on php error checking and here is the actual error coming from the program: Fatal error: Call to undefined function tep_get_parent_categories() in /hsphere/local/home/c148783/pureindollgence.com/oscommerce2/catalog/includes/classes/seo.class.php on line 1044 You need to update Ultimate SEO to the last one I uploaded. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
lordofcb 0 Posted October 5, 2009 You need to update Ultimate SEO to the last one I uploaded. Jack Ok, thanks Jack, I will check which one that is, btw, I did check and the googlefeeder runs ok when I did set SEO_ENABLED to false Share this post Link to post Share on other sites
lordofcb 0 Posted October 5, 2009 Ok, thanks Jack, I will check which one that is, btw, I did check and the googlefeeder runs ok when I did set SEO_ENABLED to false Updated, I had 22d4 now 22d5, still getting same error though. Share this post Link to post Share on other sites
lordofcb 0 Posted October 5, 2009 You need to update Ultimate SEO to the last one I uploaded. Jack Updated, I had 22d4 now 22d5, still getting same error though. Share this post Link to post Share on other sites
kristapasnak 0 Posted October 6, 2009 I keep on getting the following error. Any idea where I may have some permission issues? I have checked both the feeds folder and my text file and they have Read\Write\Execute with a numeric value of 777. Warning: unlink(../feeds/adorablebaby_products.txt) [function.unlink]: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 216 Warning: fopen(../feeds/adorablebaby_products.txt) [function.fopen]: failed to open stream: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 348 Warning: fwrite(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 349 Warning: fclose(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 350 Warning: fopen(../feeds/adorablebaby_products.txt) [function.fopen]: failed to open stream: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 348 Warning: fwrite(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 349 Warning: fclose(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 350 Warning: fopen(../feeds/adorablebaby_products.txt) [function.fopen]: failed to open stream: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 348 Warning: fwrite(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 349 Warning: fclose(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 350 Warning: fopen(../feeds/adorablebaby_products.txt) [function.fopen]: failed to open stream: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 356 Warning: fwrite(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 357 Warning: fclose(): supplied argument is not a valid stream resource in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 358 File completed: adorablebaby_products.txt Warning: chmod() [function.chmod]: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 360 Connected to uploads.google.com, for user adorablebaby Uploaded ../feeds/adorablebaby_products.txt to uploads.google.com as adorablebaby_products.txt Thanks! Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 6, 2009 Updated, I had 22d4 now 22d5, still getting same error though. You made a mistake with the update somehow since that function is no longer in Ultimate SEO so it can't be failing on it. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 6, 2009 I keep on getting the following error. Any idea where I may have some permission issues? I have checked both the feeds folder and my text file and they have Read\Write\Execute with a numeric value of 777. Warning: unlink(../feeds/adorablebaby_products.txt) [function.unlink]: Permission denied in D:\Users\A\adorablebaby\shop.adorablebabyshop.com\admin\googlefeeder.php on line 216 It looks like it might be a file ownership problem so you'll need to ask your host to look at it. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites
lordofcb 0 Posted October 7, 2009 You made a mistake with the update somehow since that function is no longer in Ultimate SEO so it can't be failing on it. Yes, I upgraded per instructions by replacing the seo.class.php file, but you are right, I didn't exactly notice but the error is a different one now... Fatal error: Call to undefined function tep_not_null() in /hsphere/local/home/c148783/pureindollgence.com/oscommerce2/catalog/includes/classes/seo.class.php on line 1006 Share this post Link to post Share on other sites
Jack_mcs 1,139 Posted October 7, 2009 Yes, I upgraded per instructions by replacing the seo.class.php file, but you are right, I didn't exactly notice but the error is a different one now... Fatal error: Call to undefined function tep_not_null() in /hsphere/local/home/c148783/pureindollgence.com/oscommerce2/catalog/includes/classes/seo.class.php on line 1006 To find the answer to that, go to the bottom of the page, type in tep_not_null in the search box and click go. Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Share this post Link to post Share on other sites