Re: Froogle Merchant Center merged into GoogleBase
Quote:
Originally Posted by
Pixxi
The pop-up window shows the result of the feed generation process (eg. xxx records ... success!). It can take a while if you have a lot of products, although this version is much faster than previous versions thanks to Andrew's optimisation efforts. But if you've less than 10k products and you've left it for a minute or so and it still hasn't completed then you probably have another problem.
The feed folder and file usually need to be 777 - the pop-up window will display a permissions error if the feed folder/file is not writeable, so it's unlikely to be that.
How many products do you have, and how long are you letting it run for?
Well I doubt if thats the issue. I onl have about 400 products loaded currently. The test box is on a very slow system but the actual froogle file that is uploaded never gets created if you look in the FEED folder. The pop up window is just blank. I am using IE7 as well, could there be an issue there?
Re: Froogle Merchant Center merged into GoogleBase
Just a thought .. try creating the (empty) feed file - with the same name as you've set in the mod's config in admin - and set it to 777.
There used to be an error message with earlier versions of the mod if the feed file didn't exist - maybe (just maybe) that error is missing.
Re: Froogle Merchant Center merged into GoogleBase
Put another way, the (empty) feed file needs to exist with the correct name (IIRC) before you try to generate the feed (that's why an empty feed file is included in the mod) ... and (of course) try it with FireFox to see if the pop-up is still blank :smile:
Re: Froogle Merchant Center merged into GoogleBase
Quote:
Originally Posted by
Pixxi
Put another way, the (empty) feed file needs to exist with the correct name (IIRC) before you try to generate the feed (that's why an empty feed file is included in the mod) ... and (of course) try it with FireFox to see if the pop-up is still blank :smile:
Bummer, that didn't work either. The file as write permissions on it as well as the folder (Remember its a windoze box). I can see the page running but it returns nothing. (file is blank after the run also)
Also tried in FireFox as well. No luck.
Re: Froogle Merchant Center merged into GoogleBase
I am using a subtable in mysql and I keep getting a error
Error
SQL query:
SELECT (
@t4 := configuration_group_id
) AS t4
FROM configuration_group
WHERE configuration_group_title = 'Google Froogle Configuration';
MySQL said:
#1146 - Table 'chelsea_testing.configuration_group' doesn't exist
my tables are named like chelsea_testingconfiguration_group without the dot. Can anyone help please.
Re: Froogle Merchant Center merged into GoogleBase
Use sql patches in the admin
Re: Froogle Merchant Center merged into GoogleBase
Hello,
I am having same problem as mole 69.
the update sql will not load either. ( 1.2.9 sql works..but the other two and the googlefroogle.sql do not work)
I am guess that the @t4 statement is a php 5 thing.
I am using PHP Version 4.4.3 and none of the sql files in any of your contributions that have the @t4 statements work.
;-(
It has been several months since I have been able to do any coding, so I am a bit rusty.
Please help.
Thanks
Herbals
Re: Froogle Merchant Center merged into GoogleBase
@t4 statement is a SQL thing.
Re: Froogle Merchant Center merged into GoogleBase
Hello
So I am Guessing that @T4 is for mysql 5+ ??
My hosting service is using MySQL 4.1.21-standard.
If others have this contribution working with 4.1+ mysql, then I am doing something wrong.
I am asking for help.
Please help me.
Thank You
Herbals