Zen Cart Logo
Forums / All Other Contributions/Addons / Froogle Merchant Center merged into GoogleBase

Froogle Merchant Center merged into GoogleBase

Views: 157,261

Results 121 to 140 of 662
9 Sep 2006, 2:02 AM
#121
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Froogle Merchant Center merged into GoogleBase

ctcentralinfo:

Thanks for the link, this is the error message I am getting:

I got the same error but installing the SQL via phpAdmin worked just fine for me. Usually if the Install SQL Patch doesn't work from the Admin side I just go to phpAdmin to install the SQL and 9.9 of 10 times that solves my problem.

10 Sep 2006, 3:17 PM
#124
tlc avatar

tlc

New Zenner

Join Date:
Dec 2005
Posts:
53
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Did you get "Page Cannot Be Displayed" when you clicked on it?

I tried right clicking and 'save target as'... but nothing happened.

10 Sep 2006, 3:25 PM
#125
stagebrace avatar

stagebrace

Totally Zenned

Join Date:
Jan 2005
Location:
Tennessee
Posts:
985
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

The link you pasted is incomplete. Right click on the link I provided and click save target as.

11 Sep 2006, 7:17 AM
#127
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

the download seems to be the release from August 18th, if the readme file is correct

I thought latest release was Sept. 8th?

11 Sep 2006, 3:04 PM
#128
tlc avatar

tlc

New Zenner

Join Date:
Dec 2005
Posts:
53
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I finally got the file to download this morning, but this one also has
**
"Google Froogle Feeder Version Date ============== v 1.2.5 16.08.2006 19:42"**

Is this the right one?

12 Sep 2006, 3:06 AM
#129
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

TLC:

I finally got the file to download this morning, but this one also has
**
"Google Froogle Feeder Version Date ============== v 1.2.5 16.08.2006 19:42"**

Is this the right one?

thats the one I am currently running.. seems to work fine for me

13 Sep 2006, 2:06 AM
#130
wickedklown avatar

wickedklown

Zen Follower

Join Date:
Aug 2005
Posts:
370
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

why is it, that google still has users going to froogle for products, however my uploads are now in base.google.com, they dont show up on froogle.google at all.

anyone else experiancing this? It kinda sucks that i cant upload to froogle anymore.

13 Sep 2006, 4:55 AM
#131
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

wickedklown:

why is it, that google still has users going to froogle for products, however my uploads are now in base.google.com, they dont show up on froogle.google at all.

anyone else experiancing this? It kinda sucks that i cant upload to froogle anymore.

my upload server is uploads.google.com, shows up in froogle just fine. try changing it to that. to view my products i have to log into google base

14 Sep 2006, 4:55 PM
#132
trinorthlighting avatar

trinorthlighting

Zen Follower

Join Date:
Aug 2005
Location:
New York!!!
Posts:
141
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I have zen cart version 1.3 and the feeder is not working. I keep getting this error when generating a file:

: SQL error Unknown column 'p.manufacturers_id' in 'on clause'| sql = SELECT concat( 'http://trinorthlighting.com/Store/index.php?main_page=',pt.type_handler,'_info&currency=USD&products_id=' ,p.products_id) AS product_url, p.products_model AS prodModel, p.products_weight, p.products_type, m.manufacturers_name AS mfgName, m.manufacturers_id, p.products_id AS id, pd.products_name AS name, pd.products_description AS description, p.products_status AS prodStatus, FORMAT( IFNULL(s.specials_new_products_price, p.products_price),2) AS price, p.products_image AS image_url, pc.categories_id AS prodCatID, c.parent_id AS catParentID, cd.categories_name AS catName FROM zen_categories c, zen_categories_description cd, zen_products p, zen_products_description pd, zen_products_to_categories pc left join zen_manufacturers m on ( m.manufacturers_id = p.manufacturers_id ) left join zen_specials s on ( s.products_id = p.products_id AND ( (s.expires_date > CURRENT_DATE) OR (s.expires_date = 0) ) ) left join zen_product_types pt on p.products_type = pt.type_id WHERE p.products_price > 0 AND p.products_id=pd.products_id AND p.products_id=pc.products_id AND pc.categories_id=c.categories_id AND c.categories_id=cd.categories_id ORDER BY p.products_id ASC

17 Sep 2006, 8:57 AM
#133
tharrison avatar

tharrison

New Zenner

Join Date:
Jan 2005
Location:
Austin, TX
Posts:
83
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

Getting the following error when trying to create\update feed via admin/tools/google froogle feeder:

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /web/home/d/f/mydomain.com/htdocs/dvd-ram/googlefroogle.php on line 156

Fatal error: zen_froogle_image_url(): Failed opening required 'includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php' (include_path='.:/usr/share/php') in /web/home/d/f/mydomain.com/htdocs/dvd-ram/googlefroogle.php on line 156

I do not have a filed named FILNAME_MAIN_PRODUCT_IMAGE.php in the catalog or admin includes/modules directories.

Help?

Zen v1.3.5

17 Sep 2006, 9:29 AM
#134
tharrison avatar

tharrison

New Zenner

Join Date:
Jan 2005
Location:
Austin, TX
Posts:
83
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

tharrison:

Getting the following error when trying to create\update feed via admin/tools/google froogle feeder:

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /web/home/d/f/mydomain.com/htdocs/dvd-ram/googlefroogle.php on line 156

Fatal error: zen_froogle_image_url(): Failed opening required 'includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php' (include_path='.:/usr/share/php') in /web/home/d/f/mydomain.com/htdocs/dvd-ram/googlefroogle.php on line 156

I do not have a filed named FILNAME_MAIN_PRODUCT_IMAGE.php in the catalog or admin includes/modules directories.

Help?

Zen v1.3.5

Correction: Zen v.1.2.5

17 Sep 2006, 3:05 PM
#135
a_berezin avatar

a_berezin

Deceased

Join Date:
Aug 2004
Location:
Saint Petersburg, Russia
Posts:
1,782
Plugin Contributions:
5

Re: Froogle Merchant Center merged into GoogleBase

1.2.x not supported.

19 Sep 2006, 12:40 PM
#136
tlc avatar

tlc

New Zenner

Join Date:
Dec 2005
Posts:
53
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I finally got around to getting the Googlefroogle mod installed and it seems to work for me, however I thought I would bulk upload the file through google base. (haven't had time to set up a cron job yet).

I uploaded the file last night, which had 745 records in it. This morning I checked Google Base and it has this:

Outcome: Failure
Number of items processed: 0
Number of items succeeded: 0
Number of active items: 0
Uploaded at: Sep 18, 2006 3:37pm PDT
Processed at: Sep 18, 2006 7:45pm PDT

Errors:
Line # Error Bad data

What do I do now???? :lamo:

20 Sep 2006, 3:09 AM
#137
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

TLC:

I finally got around to getting the Googlefroogle mod installed and it seems to work for me, however I thought I would bulk upload the file through google base. (haven't had time to set up a cron job yet).

I uploaded the file last night, which had 745 records in it. This morning I checked Google Base and it has this:

Outcome: Failure
Number of items processed: 0
Number of items succeeded: 0
Number of active items: 0
Uploaded at: Sep 18, 2006 3:37pm PDT
Processed at: Sep 18, 2006 7:45pm PDT

Errors:
Line # Error Bad data

What do I do now???? :lamo:

I had a problem similar to this. Not sure if its the exact same one for you.. but mine I had input the shipping info incorrectly. Its supposed to be like this:

US:Priority:5.99,CA:GlobalPriority:7.99, etc like that. no spaces, but you can use hyphens and everything. first slot is for the country code, 2nd for service name (you can name it whatever you want), and third for pricing, all three fields separated by :, and then separating different sets with a comma.

20 Sep 2006, 7:00 PM
#138
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I've searched and can't figure this out. I installed the newest version of this mod but get the following error when I try to create the feed.

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /home/dog/public_html/googlefroogle.php on line 157

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /home/dog/public_html/googlefroogle.php on line 157

Fatal error: zen_froogle_image_url(): Failed opening required 'includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dog/public_html/googlefroogle.php on line 157

20 Sep 2006, 8:29 PM
#139
samad64 avatar

samad64

Totally Zenned

Join Date:
May 2006
Location:
Texas
Posts:
554
Plugin Contributions:
2

Re: Froogle Merchant Center merged into GoogleBase

jeking:

I've searched and can't figure this out. I installed the newest version of this mod but get the following error when I try to create the feed.

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /home/dog/public_html/googlefroogle.php on line 157

Warning: zen_froogle_image_url(includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php): failed to open stream: No such file or directory in /home/dog/public_html/googlefroogle.php on line 157

Fatal error: zen_froogle_image_url(): Failed opening required 'includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dog/public_html/googlefroogle.php on line 157

Make sure all files were uploaded correctly.. its almost as if it doesn't know where the files are

20 Sep 2006, 9:31 PM
#140
jeking avatar

jeking

Totally Zenned

Join Date:
Oct 2005
Location:
Chicago, IL USA
Posts:
1,592
Plugin Contributions:
0

Re: Froogle Merchant Center merged into GoogleBase

I re-uploaded the files from the zip but get the same error. This is no such file at 'includes/modules/FILENAME_MAIN_PRODUCT_IMAGE.php' and I don't know what the reference is supposed to be.

I can comment out the reference in googlefroogle.php and I have to also comment out chmod(DIR_FS_CATALOG . GOOGLE_FROOGLE_DIRECTORY . GOOGLE_FROOGLE_OUTPUT_FILENAME, 0644); as that caused an error.

With that, it seems to work. The file is generated and uploaded to google. I'll wait to see if I get an processing errors back from Google.

I'd still like to know what I get the errors, if anybody knows.