Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
spid3r1987
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?
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!
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?
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
countrycharm
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
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
pacman2007
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
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
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:
Quote:
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.
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
countrycharm
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
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
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 :D
nope, failed again...wtf
Re: Google Base Feeder Support Thread
Quote:
Originally Posted by
spid3r1987
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
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
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 :D
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.