Thread: Froogle Google
View Single Post
  #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