Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

marcmesa

Archived
  • Posts

    8
  • Joined

  • Last visited

Posts posted by marcmesa

  1. Thanks!! :D

     

    Now i can upload with:

    $tempdir='/catalog/temp/';

    like you said...

     

    Silly Me!! My first attempt was modify the tempdir vars, but without success.

    Now, I know that 'easypopulate.php' only use the $tempdir variable (not the $tempdir2). I supposed, before, that in case the tempdir was not correct then locks for tempdir2. But it seems not to be that way.

    I let tempdir and tempdir2 with the sames values, because maybe they will be used in a new updated EP contribution.

     

    Thanks again, and still working in this great contribution. ;)

     

    Sorry for my english... :rolleyes:

  2. Hi Mibble, I tried with:

    -----------------------------------

    $tempdir = "catalog/temp/";

    $tempdir2 = "/catalog/temp/";

    -----------------------------------

    and

    -----------------------------------

    $tempdir = "temp/";

    $tempdir2 = "/temp/";

    -----------------------------------

    without success...

     

    There a some files modified to feat the server configuration:

    - catalog/admin/includes/configure.php

    - catalog/includes/configure.php

     

    Any idea? :wacko:

  3. hello,

    I have been searching the forums but i'm unable to find (there are too much threads...) :blink: this.

     

    When I upload a CSV file from EasyPopulate in my computer (local) all is fine, but with the same files in the server EP shows this and do nothing:

     

    ------------------------------------------

    Archivo subido al servidor. (*File Uploaded to the server)

    Archivo temporal (*Temp file): /tmp/php9DZz1Q

    Nombre de usuario (*User Name): myfile.csv

    Tama?o (*Size): 177930

    ------------------------------------------

     

    There are 195 products with HTML descriptions in the CSV file (it works in local machine)

    I tried to split the file but no split is done.

    I chmod 777 the catalog/temp dir.

    The CSV file have 174KB

     

    // Current EP Version

    $curver = '2.71-MS2';

    /*

    $Id: easypopulate.php,v 2.71 2003/11/27 VJ Exp $

    */

     

     

    Some help?

    Thanks :D

    =========

    Sorry i created a new topic by mistake... :(

  4. hello,

    I have been searching the forums but i'm unable to find (there are too much threads...) :blink: this.

     

    When I upload a CSV file from EasyPopulate in my computer (local) all is fine, but with the same files in the server EP shows this and do nothing:

     

    ------------------------------------------

    Archivo subido al servidor. (*File Uploaded to the server)

    Archivo temporal (*Temp file): /tmp/php9DZz1Q

    Nombre de usuario (*User Name): myfile.csv

    Tama?o (*Size): 177930

    ------------------------------------------

     

    There are 195 products with HTML descriptions in the CSV file (it works in local machine)

    I tried to split the file but no split is done.

    I chmod 777 the catalog/temp dir.

    The CSV file have 174KB

     

    // Current EP Version

    $curver = '2.71-MS2';

    /*

    $Id: easypopulate.php,v 2.71 2003/11/27 VJ Exp $

    */

     

     

    Some help?

    Thanks :D

×
×
  • Create New...