Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Is it me?


bobg7

Recommended Posts

Posted

Setup and was approved by Froogle last evening, setup the Froogle Data Feeder v160 and tested it ok.

 

Created the .txt file and FTP'd it to Froogle but it has an error, I requested help from support but they take so long getting back I was hoping someone here could help.

 

Ther error is:

Severity: Critical

Type: Unrecognized Feed

Store ID: ?

Feed file name: grasshoppersgifts.txt

Uploaded at: 12/16/04 08:58

 

Here is the .txt file I'm creating: text file

 

And how I have the froogle.php setup:

$OutFile = "../feeds/grasshoppersgifts.txt"; //"CHANGEME-full-path-to-file-with-777-dir-and-file-permissions.fr-outfile.txt";

$destination_file = "grasshoppersgifts.txt";  //"CHANGEME-filename-to-upload-to-froogle.txt" ;

$source_file = $OutFile;

$imageURL = 'http://www.grasshoppersgifts.com/catalog/images/';

$productURL = 'http://www.grasshoppersgifts.com/catalog/product_info.php?products_id=';

$already_sent = array();

 

I also check the Registered feed:

Store: Grasshoppers Gifts and Novelties

Filename: grasshoppersgifts.txt

Product Type: Other

Encoding: UTF-8

Delimiter: Tab (\t)

Currency: US Dollar

Language: English

Use Quoted Fields: not checked

Show this feed on Froogle? checked

 

Sorry for the long post, just wanted to give any information that might resolve this quickly.

 

Thanks in advance,

 

Bob G.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

well the link to your text file doesnt work but I use the Froogle Feeder almost every day and it works absolutely fine....

 

double check your paths within the froogle.php file. if you open your text file, make sure everything lines up correctly.

Posted
well the link to your text file doesnt work but I use the Froogle Feeder almost every day and it works absolutely fine....

 

double check your paths within the froogle.php file. if you open your text file, make sure everything lines up correctly.

 

 

Sorry, I am trying the suggestion from Jack_mcs and removed the .txt file but now I have another error.

 

I setup the Easy Populate as instructed but when I go to Admin > Froogle Exporter > Create Froogle Files ... I get this error message:

Fatal error: Call to undefined function: tep_array_merge() in /home/www/grasshoppersgifts.com/catalog/admin/froogle.php on line 1046

 

Line 1046 reads:

$filelayout  = tep_array_merge($filelayout , array(

    'v_froogle_products_name_' . $l_id  => $iii++,

    'v_froogle_products_description_' . $l_id => $iii++,

    ));

 

Not sure where to go from here. :'(

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

Installed ans setup the fix Froogle Exporter 1.1 *Update for MS2* and now I get these errors:

 

Warning: fopen(/home/www/grasshoppersgifts.com/catalog//catalog/temp/FroogleEP2004Dec16-2311.txt): failed to open stream: No such file or directory in /home/www/grasshoppersgifts.com/catalog/admin/froogle.php on line 666

 

Warning: fwrite(): supplied argument is not a valid stream resource in /home/www/grasshoppersgifts.com/catalog/admin/froogle.php on line 667

 

Warning: fclose(): supplied argument is not a valid stream resource in /home/www/grasshoppersgifts.com/catalog/admin/froogle.php on line 668

You can get your file in the Tools/Files under /catalog/temp/EPFroogleEP2004Dec16-2311.txt

 

These lines are:

$fp = fopen( $tmpfname, "w+");

fwrite($fp, $filestring);

fclose($fp);

 

Any ideas?

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted

I think your problem was that you had not registered your feed at Froogle. If you receive a "?" under store ID in the alerts and the file name is correct, it means that you did not complete the feed registration process.

 

Click on "details" for your store and then select "register a data feed." All the defaults should be OK, but be sure that the file name is correct. Then press "OK" and you will be good to go.

 

You might have seen this page before and thought you were already registered, since it fills in a default filename. That's not the case. Your feed is not registered until you click "OK". If you uploaded any files before this step was complete, all your feeds will be "unrecognized."

 

Mike

Posted
Sorry, I am trying the suggestion from Jack_mcs and removed the .txt file but now I have another error.

 

I setup the Easy Populate as instructed but when I go to Admin > Froogle Exporter > Create Froogle Files ... I get this error message:

Fatal error: Call to undefined function: tep_array_merge() in /home/www/grasshoppersgifts.com/catalog/admin/froogle.php on line 1046

 

Line 1046 reads:

Not sure where to go from here.  :'(

 

change tep_array_merge to array_merge

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Posted

Not sure what happened, I just looked and the uploads are now showing:

Feed not yet processed

# of errors - 0

 

I guess something on the Froogle side must have finally kicked in.

Installed Contributions: CCGV, Close Popup, Dynamic Meta Tags, Easy Populate, Froogle Data Feeder, Google Position, Infobox Header Entire Row, Live Support for OSC, PayPal Seal with CC images, Report_m Sales, Shop by Price Revised, SQL Updater, Who's Online Enhancement, Footer, GNA EP Assistant and still going.

Posted
Setup and was approved by Froogle last evening, setup the Froogle Data Feeder v160 and tested it ok.

 

Created the .txt file and FTP'd it to Froogle but it has an error, I requested help from support but they take so long getting back I was hoping someone here could help.

 

Ther error is:

Severity: Critical

Type: Unrecognized Feed

Store ID: ?

Feed file name: grasshoppersgifts.txt

Uploaded at: 12/16/04 08:58

 

Here is the .txt file I'm creating: text file

 

And how I have the froogle.php setup:

I also check the Registered feed:

Store: Grasshoppers Gifts and Novelties

Filename: grasshoppersgifts.txt

Product Type: Other

Encoding: UTF-8

Delimiter: Tab (\t)

Currency: US Dollar

Language: English

Use Quoted Fields: not checked

Show this feed on Froogle? checked

 

Sorry for the long post, just wanted to give any information that might resolve this quickly.

 

Thanks in advance,

 

Bob G.

 

Hi,

 

I think you should change the file path :

from

$OutFile = "../feeds/grasshoppersgifts.txt"; //"CHANGEME-full-path-to-file-with-777-dir-and-file-permissions.fr-outfile.txt";

to:

$OutFile = "feeds/grasshoppersgifts.txt"; //"CHANGEME-full-path-to-file-with-777-dir-and-file-permissions.fr-outfile.txt";

 

Since you already are on the admin directory. I had to do the same to make mine working

 

Cheers

 

Franco

Outside links in signatures are not allowed!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...