Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Froogle Google

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #51  
Old 12-03-2003, 03:57 AM
  kpayne's Avatar 
kpayne kpayne is offline
 

X-Adept
  
Join Date: Dec 2002
Location: Firetanksoftware.com
Posts: 469
 

Default

That looks like you've got 2 versions of PHP. There's your mod_php, which has MySQL compiled in, and then there's your php executable, which doesn't.

You can either recompile php, or you can run your froogle dump over the web like so:
Code:
lynx --dump http://www.yoursite.com/shop/froogle.php 2>&1 > /dev/null

[edit]Just a note, the last part of that line, "2>&1 >/dev/null" throws away any output from the command. I'd recommend testing without it, but putting it back in if you run it in cron.[/edit]

Hope that helps!
__________________
X-cart Featured Products Manager from http://www.firetanksoftware.com - Put your products where you want, how you want.
Reply With Quote
  #52  
Old 12-03-2003, 04:13 AM
 
firecompanies firecompanies is offline
 

Advanced Member
  
Join Date: Jul 2003
Posts: 48
 

Default

THANKS! Only problem with running from the browser is the fact that the user needs to authenticate as an administrator. I'd prefer not to comment out the authentication lines for obvious reasons.

Should my host be able to take care of the PHP issue?

Craig Elliott
Reply With Quote
  #53  
Old 12-03-2003, 04:20 AM
  kpayne's Avatar 
kpayne kpayne is offline
 

X-Adept
  
Join Date: Dec 2002
Location: Firetanksoftware.com
Posts: 469
 

Default

You can add "-auth=id:password" to the lynx command to make it work.

Your host *could* take care of the PHP problem, but I doubt they will. Recompiling PHP is a tricky thing, it could take down web services for everyone, and they might not be able to do it if they're using some control panel software.
__________________
X-cart Featured Products Manager from http://www.firetanksoftware.com - Put your products where you want, how you want.
Reply With Quote
  #54  
Old 12-06-2003, 07:56 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

Hi guys,

Looks like Froogle has a problem with images loaded as php script. Lots of people reported drop of listings. Any ideas how to fix it? Or why this can happen?
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote
  #55  
Old 12-08-2003, 01:49 AM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Our firetank froogle add on does image support via URL in the next version (due for release with marketing manager 2.0), it'll be available as a stand alone module too, might save you some hassle as it allows you to control what is outputted for the feed a little more.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
  #56  
Old 12-25-2003, 07:28 PM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 477
 

Default

Quote:
Originally Posted by 27stars
Hi guys,

Looks like Froogle has a problem with images loaded as php script. Lots of people reported drop of listings. Any ideas how to fix it? Or why this can happen?

I am seeing the same prob; but it seems to work for some but not all.
Reply With Quote
  #57  
Old 12-28-2003, 10:49 AM
 
Courage Courage is offline
 

Advanced Member
  
Join Date: Nov 2003
Location: Romania
Posts: 56
 

Default

X-cart 3.5.1
Installed froogle_update.php in /provider directory

I get this error:

Code:
Can't to find template engine!
__________________
Gheorghe Bogdan
Reply With Quote
  #58  
Old 12-29-2003, 09:04 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

90% of all products was dropped from froogle. Got email from froogle - they need url to large images (not thumbnail) in the file. Any ideas on how to change froogle_update.php to get url to first detailed image for every product?
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote
  #59  
Old 01-02-2004, 05:41 PM
  escott's Avatar 
escott escott is offline
 

Advanced Member
  
Join Date: May 2003
Location: Tampa, FL
Posts: 93
 

Default

Quote:
Originally Posted by Courage
X-cart 3.5.1
Installed froogle_update.php in /provider directory

I get this error:

Code:
Can't to find template engine!

Did anyone come up with a solution to this problem? I get it too.
__________________
-Eric
www.saltwatersportswear.com
-----------------------------------
X-Cart 3.5.6 (or 3.5.9 not sure) testing 4.0.0
Redhat Linux 9
Dual Pentium 2600mhz
1.2 gig ram, 200 gig hd
Reply With Quote
  #60  
Old 01-02-2004, 06:33 PM
  finestshops's Avatar 
finestshops finestshops is offline
 

eXpert
  
Join Date: Oct 2002
Location: Toronto, Canada
Posts: 335
 

Default

Quote:
Originally Posted by escott
Quote:
Originally Posted by Courage
X-cart 3.5.1
Installed froogle_update.php in /provider directory

I get this error:

Code:
Can't to find template engine!

Did anyone come up with a solution to this problem? I get it too.

Try to change

Code:
require "../smarty.php"; require "../config.php"; require "./auth.php"; require "../include/security.php";

to

Code:
require "./auth.php"; require $xcart_dir."/include/security.php";
__________________
Best regards,

Anton Pachkine
finestshops.com/x-cart
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:02 AM.

   

 
X-Cart forums © 2001-2020