spid3r1987:
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/showpost.php?p=905433&postcount=2330
We will get to the bottom of it some how.