Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rolf303

Archived
  • Posts

    1
  • Joined

  • Last visited

Posts posted by rolf303

  1. The code in froogle.php is:

    $OutFile = "/var/www/html/feeds/froogle.txt"; // only setting which seems to work on my site

    $destination_file = "froogle.txt";

     

    It looks like your apache path on your machine is not configured. Otherwise it must definatly look like that,

     

    $OutFile = "../feeds/froogle.txt";

     

    Apache will not work with "/var/www/html/..." only with "./your-domain.com/..." and so on.

     

    Cu

    rolf303

     

    Any ideas what I can change to get the link working with the correct file path? I realise it's not a big issue, but I just can't help feeling that's it quite easy to fix if only I knew how!

     

    many thanks, Edith

×
×
  • Create New...