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

Google Base Feeder Support Thread [OLD]

Locked

Views: 806,145

Results 321 to 340 of 3,556
This thread is locked. New replies are disabled.
15 Aug 2007, 10:59 PM
#321
blessisaacola avatar

blessisaacola

Totally Zenned

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

Google Base Feeder Support Thread [OLD]

I am getting this error when generating the xml file: [Wed Aug 15 18:45:13 2007] [error] PHP Warning: chmod() [<a href='function.chmod'>function.chmod</a>]: Operation not permitted in googlefroogle.php on line 67

Any ideas?

16 Aug 2007, 2:49 AM
#322
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]

Did you manually create your feed file?

The mod now creates the feed file for you. Delete your file in your server and re-run the script.

16 Aug 2007, 3:17 AM
#323
acorndesigns avatar

acorndesigns

New Zenner

Join Date:
Dec 2004
Posts:
7
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I'm running Zen Cart 1.3.5 and have uploaded Google Base Feeder v1.5.2 and applied all the sql scripts I checked the tables and they seem to be in proper form.

I have the admin->tools->Google Base Feeder menu however there is no amin->configuration->google froogle configuration menu to configure the module. Any ideas what could be the issue?

17 Aug 2007, 8:48 AM
#324
woodymon avatar

woodymon

Totally Zenned

Join Date:
Sep 2004
Posts:
2,309
Plugin Contributions:
1

Re: Google Base Feeder Support Thread [OLD]

numinix:

Did you manually create your feed file?

The mod now creates the feed file for you. Delete your file in your server and re-run the script.

So the mod does not overwite the existing file? Strange.

So every time one has to update the feed, the existing feed file must be deleted first?

Or am I misunderstanding the above statement?

Woody

17 Aug 2007, 9:40 AM
#325
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]

No, it just needs to create the file itself in order to be able to chmod it. It was a bug on my part to include the created file in the feed folder. This should be fixed in the documentation in the next version, if or when it's released.

19 Aug 2007, 2:33 PM
#326
dssprogrammer avatar

dssprogrammer

New Zenner

Join Date:
Mar 2007
Posts:
26
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

I installed v1.5.2 following instructions,
installed googlefroogle.sql no problems, but when I try to install
update_1_5_2.sql I get the following error:

1062 Duplicate entry 'GOOGLE_BASE_WEIGHT' for key 2
in:
[INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Show Weight', 'GOOGLE_BASE_WEIGHT', 'false', 'Include products weight?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Weight Units', 'GOOGLE_BASE_UNITS', 'pounds', 'What unit of weight measure?
pounds OR kilograms', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('pounds', 'kilograms'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Also, in Zen Cart Admin I have Google Base Feeder Configuration option, but under Tools, I have no entry for GBF (I also had this same problem with Windows Live Feeder and have not yet resolved it either).

20 Aug 2007, 9:43 AM
#327
copels avatar

copels

New Zenner

Join Date:
Feb 2006
Posts:
51
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Hi there - I'm a bit new to all this. I just upgraded my store to 1.3.7 and after a long weekend sorting the template out I'd like to add googlefroogle.php. I used to use feedcreator.php but I had to do this manually each month.

I've downloaded it but the readme has only basic installation instructions. It just says download and unzip in your store directory. Do I need to create a new folder? What then - I assume it dosen't automatically appear in the admin unless I add some files somewhere.

Sorry to sound like a total newbie but any help greatly appreciated.

Site is https://www.giftsfromwales.com

Thanks

Steve

20 Aug 2007, 3:40 PM
#328
milobloom avatar

milobloom

Totally Zenned

Join Date:
Feb 2004
Posts:
1,267
Plugin Contributions:
1

Re: Google Base Feeder Support Thread [OLD]

Out of nowhere google base is not updating my feed file.
Its like I can send, connect but it does nothing.

Is anyone having the same problem???

20 Aug 2007, 6:28 PM
#329
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]

dssprogrammer:

I installed v1.5.2 following instructions,
installed googlefroogle.sql no problems, but when I try to install
update_1_5_2.sql I get the following error:

1062 Duplicate entry 'GOOGLE_BASE_WEIGHT' for key 2
in:
[INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES (NULL, 'Show Weight', 'GOOGLE_BASE_WEIGHT', 'false', 'Include products weight?', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'), (NULL, 'Weight Units', 'GOOGLE_BASE_UNITS', 'pounds', 'What unit of weight measure?
pounds OR kilograms', @configuration_group_id, 33, NOW(), NULL, 'zen_cfg_select_option(array('pounds', 'kilograms'),');]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

Also, in Zen Cart Admin I have Google Base Feeder Configuration option, but under Tools, I have no entry for GBF (I also had this same problem with Windows Live Feeder and have not yet resolved it either).

You only need to run the update SQL if you are upgrading from v1.5.1. If you have already run the googlefroogle.sql, you have done a fresh reinstall of the SQL and are already at v1.5.2.

20 Aug 2007, 6:29 PM
#330
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]

copels:

Hi there - I'm a bit new to all this. I just upgraded my store to 1.3.7 and after a long weekend sorting the template out I'd like to add googlefroogle.php. I used to use feedcreator.php but I had to do this manually each month.

I've downloaded it but the readme has only basic installation instructions. It just says download and unzip in your store directory. Do I need to create a new folder? What then - I assume it dosen't automatically appear in the admin unless I add some files somewhere.

Sorry to sound like a total newbie but any help greatly appreciated.

Site is www.giftsfromwales.com

Thanks

Steve

Upload the files and folders to your store's root directory except for the sql files, and readme.txt.

20 Aug 2007, 6:33 PM
#331
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]

milobloom:

Out of nowhere google base is not updating my feed file.
Its like I can send, connect but it does nothing.

Is anyone having the same problem???

From time to time Google performs maintenance and does not accept updates to feed files. You'll be able to send the file, but it won't be processed until after their maintenance period.

20 Aug 2007, 7:09 PM
#332
dssprogrammer avatar

dssprogrammer

New Zenner

Join Date:
Mar 2007
Posts:
26
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Thanks for the answer on the .sql updat numinix, but my biggest problem is that Google Base Feeder doesn't show under Tools in Zen Cart admin. I do have it under Configuration though. I'm having the same problem with Windows Live Product Search contrib so the issues must be related. I'm at a total loss of what to do.

20 Aug 2007, 8:45 PM
#333
zinfandel avatar

zinfandel

Zen Follower

Join Date:
Feb 2007
Location:
NNJ
Posts:
205
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

numinix:

I have an earlier version of Froogle Feeder from a couple of months ago.
Since then, there have been a number of updates and sql patches.

I'm going to update to 1.5.2, tonight and wondering if I need all of the patches in the SQL folder?

I'm not using UPC/ISBN numbers. Should I just run the 1.5.2 patch?
Or does it pay to wait for the next iteration, altogether?

I bow before you in gratitude

20 Aug 2007, 10:40 PM
#334
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]

Thanks for the answer on the .sql updat numinix, but my biggest problem is that Google Base Feeder doesn't show under Tools in Zen Cart admin. I do have it under Configuration though. I'm having the same problem with Windows Live Product Search contrib so the issues must be related. I'm at a total loss of what to do.

I wouldn't be able to give you any more suggestions without seeing your setup. I can provide assistance on a by donation basis.

I'm going to update to 1.5.2, tonight and wondering if I need all of the patches in the SQL folder?

Zinfandel,

You're welcome. You should just do an overwrite of the files included in v1.5.2. There are no core overwrites so you can upload without any worry. Back-up your SQL db and run the googlefroogle.sql. This will reset your configuration as though it were a fresh installation. If you are not using the UPC/ISBN they must remain disabled or you will receive SQL errors.

21 Aug 2007, 2:29 AM
#335
acorndesigns avatar

acorndesigns

New Zenner

Join Date:
Dec 2004
Posts:
7
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

AcornDesigns:

I'm running Zen Cart 1.3.5 and have uploaded Google Base Feeder v1.5.2 and applied all the sql scripts I checked the tables and they seem to be in proper form.

I have the admin->tools->Google Base Feeder menu however there is no amin->configuration->google froogle configuration menu to configure the module. Any ideas what could be the issue?

I updated to 1.3.7 and was able to get the menus working but I get the following message:

       "Sorry, your security clearance does not allow you to access this resource.

        Please contact your site administrator if you believe this to be incorrect.

        Sorry for any inconvenience."

Any suggestions,

Thanks

21 Aug 2007, 6:16 AM
#336
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]

AcornDesigns:

I updated to 1.3.7 and was able to get the menus working but I get the following message:

"Sorry, your security clearance does not allow you to access this resource.

Please contact your site administrator if you believe this to be incorrect.

Sorry for any inconvenience."

Any suggestions,

Thanks

Always try searching for an error message in the forum before posting.

You may find some hints here:

http://www.zen-cart.com/forum/showthread.php?t=46424

21 Aug 2007, 10:33 AM
#337
dssprogrammer avatar

dssprogrammer

New Zenner

Join Date:
Mar 2007
Posts:
26
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

[quote=numinix;420767]I wouldn't be able to give you any more suggestions without seeing your setup. I can provide assistance on a by donation basis.

I was able to resolve this issue on my own. I had forgot that I have my store locked down pretty good which included renaming the default admin directory.
LOL, what an oversight.
Anyway, thanks for a great contrib. I'm heading over to your donation area now so I can give back.

21 Aug 2007, 5:20 PM
#338
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 was able to resolve this issue on my own. I had forgot that I have my store locked down pretty good which included renaming the default admin directory.
LOL, what an oversight.
Anyway, thanks for a great contrib. I'm heading over to your donation area now so I can give back.

Thank you dssprogrammer, I'm glad you got it sorted out.

22 Aug 2007, 1:06 AM
#339
zinfandel avatar

zinfandel

Zen Follower

Join Date:
Feb 2007
Location:
NNJ
Posts:
205
Plugin Contributions:
0

Re: Google Base Feeder Support Thread [OLD]

Top of the evening to all of you.

I installed everything as I was told, and yet when I go to config, none of the configuration items are displayed. Yes, my admin is renamed, do I need to modify something to accomodate this?

So instead, I went into the database manually to config the values.

In tools, I was able to create the google_base.xml file, but none of what's there looks like XML to me.

Could that be the reason that I get the following error when I try to VIEW the product feed file

XML Parsing Error: syntax error
Location: http://www.intimateu.com/feed/google_base.xml
Line Number 1, Column 1:
title description link price image_link expiration_date product_type id brand condition mpn
^

The line in red is the first line in the
google_base.xml file.

22 Aug 2007, 4:14 AM
#340
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]

Did you upgrade this from a previous version? You appear to be running an older version with a recent SQL. I'm not sure how you did that, but can you please reupload all of the files including googlefroogle.php located in the root of your store directory and the admin directory (rename to your admin folder name before uploading).