Zen Cart Logo
Forums / All Other Contributions/Addons / Google Base Feeder Support Thread [OLD]

Google Base Feeder Support Thread [OLD]

Locked

Views: 806,298

Results 601 to 620 of 3,556
This thread is locked. New replies are disabled.
8 Nov 2007, 10:37 PM
#601
carolinareefs avatar

carolinareefs

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

Google Base Feeder Support Thread [OLD]

OK

I ran the uninstall.sql It executed properly. Install.sql I don't see. I ran the googlefroogle.sql but I get errors.

Error : #1062 - Duplicate entry 'GOOGLE_FROOGLE_USERNAME' for key 2

Thanks for helping!!!

Tom

8 Nov 2007, 11:09 PM
#602
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

You must have multiple installs of the Google Base Feeder.

I suggest running the uninstall.sql a couple of times until you don't see GOOGLE BASE FEEDER in the configuration menu.

8 Nov 2007, 11:27 PM
#603
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

I do not have FREE SHIPPER! installed because I also sell products.

Here is a screenshot of the settings:

8 Nov 2007, 11:35 PM
#604
carolinareefs avatar

carolinareefs

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

OK I ran it until there were no records affected.

But I found a problem ...I think...maybe not the problem.

I have two more Froogle type configuration groups in the data base.

ID 33 Froogle Configuration
and
ID 34 Google Froogle Configuration

Both of these have associated records in the configuration table.

Tom

9 Nov 2007, 1:07 AM
#605
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

you were using a very old version that has a different name. You'll have to run the uninstall.sql from the version u were using, most likely 1.3.3

9 Nov 2007, 2:08 AM
#606
carolinareefs avatar

carolinareefs

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

numinix:

you were using a very old version that has a different name. You'll have to run the uninstall.sql from the version u were using, most likely 1.3.3

Can I just delete the entries from table configuration_group and related entries from table configuration?

As I don't have the old install files. Here's a lesson for everyone! Keep all of the install files, I will going forward.

Thanks Again for your Help!!
Tom

9 Nov 2007, 8:10 AM
#607
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

Go to the download section of the Zen Cart website and download the second to last version in the list. Run the uninstall.sql provided with that version until all of the Google FROOGLE Configuration settings are gone.

Once that is done you should be free to install fresh!

Or just execute this:

SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'Google Froogle Feeder Configuration'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id;
9 Nov 2007, 5:52 PM
#608
jbrit avatar

jbrit

New Zenner

Join Date:
Aug 2006
Location:
BC, Canada
Posts:
29
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Hi there,

When I try and upload my products I get the following log and I'm confused because it says it's sucessful to start with and then I get upload failed errors....

if i connect to uploads.google.com through an FTP client the file does not exist, but I am able to upload the store_products.xml file manually through the FTP client.


Google Base Feeder v.1.6.4 08.11.2007 00:15:59 started 2007/11/09 11:43:34
Feed file - D:/inetpub/vhosts/xxxxxx.com/httpdocs/store/feed/store_products.xml
Processing: Feed - No, Upload - Yes
Upload started...
First attempt (passive mode off): Uploaded Successfully
-r--r----- 1 ftp root 56854 Nov 9 09:48 store_products.xml
Connected to: uploads.google.comLogin ok:Current Directory Is: /-r--r----- 1 ftp root 56854 Nov 9 09:48 store_products.xml

(this message occurs 37 times)
Warning: ftp_put():store_products.xml: Permission denied on server. (Overwrite) in D:\inetpub\vhosts\xxxxxxxx.com\httpdocs\store\googlefroogle.php on line 546
First attempt (passive mode off): Upload Failed

Fatal error: Maximum execution time of 30 seconds exceeded in D:\inetpub\vhosts\xxxxxxxx.com\httpdocs\store\googlefroogle.php on line 548


9 Nov 2007, 7:19 PM
#609
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

It is uploading properly, I just messed around with the FTP function in the latest release to try and solve some people's issues. I need to use an AND statement instead of an OR. I'll post a fix today.

9 Nov 2007, 7:29 PM
#610
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

Can you try this file:

9 Nov 2007, 9:58 PM
#611
bhunted avatar

bhunted

New Zenner

Join Date:
Mar 2007
Location:
NJ
Posts:
68
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Would this fix also cure uploads? When I try to upload to googlebase, the popup window comes up and just times out with a page not found. Any ideas? Thanks by the way for a nice mod!

9 Nov 2007, 10:36 PM
#612
carolinareefs avatar

carolinareefs

New Zenner

Join Date:
Apr 2006
Posts:
23
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Thanks numinix!

I got it to work. I modified your sql, a little and deleted those extra records and it allowed me to exec the googlefroogle.sql file with no errors. I still have to upload my feed and see if it works.

Great job!!

Thanks
Tom

9 Nov 2007, 10:55 PM
#613
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

bhunted:

Would this fix also cure uploads? When I try to upload to googlebase, the popup window comes up and just times out with a page not found. Any ideas? Thanks by the way for a nice mod!

If you can't upload then the issue is to do with restrictions from your host not allowing ftp functions from your installed scripts. I would confidently say that no FTP script will work for you. You can try by downloading a generic FTP script in php and see if you can execute it to send a file to google base.

10 Nov 2007, 12:11 AM
#614
jbrit avatar

jbrit

New Zenner

Join Date:
Aug 2006
Location:
BC, Canada
Posts:
29
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I tried the 1.6.5 patch and I'm not getting any error messages anymore - just the successful one now.

After uploading, should I be able to see the file if I connect to uploads.google.com via an FTP client because right now I don't see it?

Thanks

This is a great mod!

10 Nov 2007, 2:51 AM
#615
sgflowers avatar

sgflowers

Totally Zenned

Join Date:
Jan 2004
Posts:
508
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

jbrit:

I tried the 1.6.5 patch and I'm not getting any error messages anymore - just the successful one now.

After uploading, should I be able to see the file if I connect to uploads.google.com via an FTP client because right now I don't see it?

Thanks

This is a great mod!

i also updated the googlefroogle.php to 1.6.5 but i am having worse results than before

i went from xml error on google base to it timing out in both ie & firefox when the script is running
it doesn't create the xml file properly

any ideas?

also it creates the file as "secret_garden.xml_.xml" but in the configuration i have Output File Name = secret_garden.xml where is the xtra _.xml coming from?

10 Nov 2007, 5:48 AM
#616
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

sgflowers:

i also updated the googlefroogle.php to 1.6.5 but i am having worse results than before

i went from xml error on google base to it timing out in both ie & firefox when the script is running
it doesn't create the xml file properly

any ideas?

also it creates the file as "secret_garden.xml_.xml" but in the configuration i have Output File Name = secret_garden.xml where is the xtra _.xml coming from?

hmm, why would your configuration settings have changed? All you had to do was overwrite the files. Anyways, it says to just use a word like "domain." So, in your case just put secret_garden. Then it should create a file called secret_garden_products.xml.

This upgrade made no changes to the code other than to the FTP so there is no reason for it to timeout if the previous version worked for you...

12 Nov 2007, 5:08 AM
#617
itguru avatar

itguru

New Zenner

Join Date:
Aug 2006
Posts:
32
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

installed the Google Base Feeder 1.5.3 into Zen Cart 1.3.7.1 with SEO URLs and Easy Populate as addons. First copied all the files and directories, set dir feed to 777, then did all the sql updates update_1_4_3.sql, update_1_4_9.sql, update_1_5_0.sql, update_1_5_2.sql, update_1_5_3.sql and then did the googlefroogle.sql all via copy and paste. went into Google Base Feeder config set the user / pass, store URL. Then went to execute the Google Base Feeder in the TOOLS menu and all I get is this: TEXT_GOOGLE_FROOGLE_STARTED
TEXT_GOOGLE_FROOGLE_FILE_LOCATION/home/bidet/public_html/store/feed/gotbidet.xml
Processing: Feed - No, Upload - No

please help:lookaroun

12 Nov 2007, 1:37 PM
#618
karlson avatar

karlson

New Zenner

Join Date:
Jul 2007
Posts:
2
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

When I upload my products by Google Base Feeder, all processes was ok, but items doesn't appear at google at all. Can anyone help?

13 Nov 2007, 2:12 PM
#619
peterdd avatar

peterdd

New Zenner

Join Date:
Nov 2007
Posts:
21
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

This is what happens when I try to upload to Google Base:

Google Base Feeder v.1.5.3 28.08.2007 10:25 started 2007/11/13 13:55:27

Feed file - /hsphere/local/home/peterdd/XXXXXX.co.uk/feed/tenent_base.xml
Processing: Feed - No, Upload - Yes
Upload started...
First attempt (passive mode off): Upload Failed
Connected to: uploads.google.comLogin ok:Current Directory Is: /

Upload failed...

Appears to logon correctly but not sure why it fails.

Would the 1.6.5. patch help here?

Any help appreciated.

13 Nov 2007, 7:55 PM
#620
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,566
Plugin Contributions:
58

Re: Google Base Feeder Support Thread [OLD]

You can try, that was the point of v1.6.5 to fix the loops for pasv on and off.