Page 255 of 357 FirstFirst ... 155205245253254255256257265305355 ... LastLast
Results 2,541 to 2,550 of 3563
  1. #2541
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    dont know why, but my feed file generator keeps timing out, any idea's how i can stop this???
    A link to your shop would be helpful so we can take a look on whats going on. What version of zen cart are you running? What other modules have you installed?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2542
    Join Date
    Apr 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Please HELP!!!

    I installed the Google Base Feeder. I could generate the product xml but the currency is in USD and my shop's default is actually GBP. I know I could change it under Admin/Configuration/. But I could not find anything about Google Base feeder under the configuration manual. There is only one under Tools.

    I searched the forum and I know someone in page 130,131 had the same problem but I have no idea how he solved the problems.

    I installed the files twice and I am now 100% sure there is no missing files or something like that. Could it be Database problem and how do I solve it?

    Please help!
    Last edited by pacman2007; 12 Mar 2011 at 02:10 AM.

  3. #2543
    Join Date
    Oct 2007
    Posts
    103
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    i use EP 3.0.3 and cannot find other threads for support.
    my export gives wrong product price. i wonder how to fix this?

  4. #2544
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    A link to your shop would be helpful so we can take a look on whats going on. What version of zen cart are you running? What other modules have you installed?
    i have a few shops with the same problem...
    but w w w.tools - draper . co . uk

    all shops are running latest version of ZC, and latest version of GCheckout.

    other mods are easypopulate,sitemap xml and google checkout...
    payment options are paypal/google checkout..
    shipping is flat rate

    nothing else

    the timeout on the gc script can be 10 seconds can be 45 seconds...
    but the file it generates(when looking through ftp)
    gets to 10mb, then resets and starts again......
    i have checked with hosting,
    memory_limit => 128M => 128M
    post_max_size => 128M => 128M
    upload_max_filesize => 128M => 128M
    sql queries timeout is "connection_timeout=20"
    current values set for max_execution_time and max_input_time is no limit.

    session.gc_maxlifetime => 1440 => 1440
    Last edited by spid3r1987; 14 Mar 2011 at 11:19 AM.
    i may not know how yet, but i soon will....i hope :)

  5. #2545
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by pacman2007 View Post
    Please HELP!!!

    I installed the Google Base Feeder. I could generate the product xml but the currency is in USD and my shop's default is actually GBP. I know I could change it under Admin/Configuration/. But I could not find anything about Google Base feeder under the configuration manual. There is only one under Tools.

    I searched the forum and I know someone in page 130,131 had the same problem but I have no idea how he solved the problems.

    I installed the files twice and I am now 100% sure there is no missing files or something like that. Could it be Database problem and how do I solve it?

    Please help!
    admin>configuration>googlebase feeder configuration>default currency

    make sure its set to GBP
    i may not know how yet, but i soon will....i hope :)

  6. #2546
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    i have a few shops with the same problem...
    but w w w.tools - draper . co . uk

    all shops are running latest version of ZC, and latest version of GCheckout.

    other mods are easypopulate,sitemap xml and google checkout...
    payment options are paypal/google checkout..
    shipping is flat rate

    nothing else

    the timeout on the gc script can be 10 seconds can be 45 seconds...
    but the file it generates(when looking through ftp)
    gets to 10mb, then resets and starts again......
    i have checked with hosting,
    memory_limit => 128M => 128M
    post_max_size => 128M => 128M
    upload_max_filesize => 128M => 128M
    sql queries timeout is "connection_timeout=20"
    current values set for max_execution_time and max_input_time is no limit.

    session.gc_maxlifetime => 1440 => 1440
    One more question, Is your script timing out or does it create some products?

    Troubleshooting:
    ================

    Go to admin/configurations/google_base/ and cut on the debug and see what that tells you. Check the cache file where zen cart is installed for debug error logs and see what they says.

    If your script is timing out, in the root of your server (not store root), create/open a file called php.ini and add the following lines:

    max_execution_time = 300
    max_input_time = 90
    memory_limit = 128M
    If it is not creating all your products try this.
    http://www.zen-cart.com/forum/showpo...postcount=2330

    We will get to the bottom of it some how.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #2547
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by countrycharm View Post
    One more question, Is your script timing out or does it create some products?
    it does create some products into the file, but this can vary depending when the script stops..can be 52 or it can be 10k

    Troubleshooting:
    ================

    Go to admin/configurations/google_base/ and cut on the debug and see what that tells you. Check the cache file where zen cart is installed for debug error logs and see what they says.

    If your script is timing out, in the root of your server (not store root), create/open a file called php.ini and add the following lines:



    If it is not creating all your products try this.
    http://www.zen-cart.com/forum/showpo...postcount=2330

    We will get to the bottom of it some how.
    turned debug on and got this
    [14-Mar-2011 07:35:48] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /includes/classes/db/mysql/query_factory.php on line 215

    really do appreciate all this help
    i may not know how yet, but i soon will....i hope :)

  8. #2548
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    also ran the script again and got this error
    [14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
    i may not know how yet, but i soon will....i hope :)

  9. #2549
    Join Date
    Jul 2009
    Posts
    495
    Plugin Contributions
    0

    Default Re: Google Base Feeder Support Thread

    not sure wtf just happened but maybe the php.ini file has kicked in now...
    and it worked...just a few errors...like failed description below 15 chars
    so changed that in googlefroogle.php
    hopefully it works again this time


    nope, failed again...wtf
    Last edited by spid3r1987; 14 Mar 2011 at 04:32 PM.
    i may not know how yet, but i soon will....i hope :)

  10. #2550
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Google Base Feeder Support Thread

    Quote Originally Posted by spid3r1987 View Post
    turned debug on and got this
    [14-Mar-2011 07:35:48] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /includes/classes/db/mysql/query_factory.php on line 215

    really do appreciate all this help
    Quote Originally Posted by spid3r1987 View Post
    also ran the script again and got this error
    [14-Mar-2011 10:56:22] PHP Parse error: syntax error, unexpected T_ELSE in /home/toolsdra/public_html/includes/classes/db/mysql/query_factory.php on line 224
    Quote Originally Posted by spid3r1987 View Post
    not sure wtf just happened but maybe the php.ini file has kicked in now...
    and it worked...just a few errors...like failed description below 15 chars
    so changed that in googlefroogle.php
    hopefully it works again this time


    nope, failed again...wtf
    If it still is not working right make a php.ini file and put it in your root of your server with the info I provided for you. That should take care of the problem Maximum execution time timing out.
    The failed description below 15 chars means that it will not create that links for anything under the 15 chars minimum. Has to be more or it will not create it.
    Last edited by countrycharm; 14 Mar 2011 at 04:42 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

 

 

Similar Threads

  1. v150 Google Merchant Center Feeder for ZC v1.5.x [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 502
    Last Post: 19 Sep 2023, 06:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR