Older Version problems

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Older Version problems


    I'm moving some scripts to a new server but the PHP installation on the
    new server is actually older than the version I currently have installed
    on the production server. I'm moving from 4.2.3 to 4.1.2.

    In my file upload scripts I can't seem to get any $_FILES values out of
    my upload. The scripts don't error out and the file appears to transfer.
    I've enabled E_ALL and logging. Uploads are on and max upload size is
    sufficient. When I check $_FILES['filename']['tmp_name'] or ['size'] or
    ['name'] or ['type'] they are all empty.

    Did I miss something in the ini file somewhere? I'd really hate to
    upgrade at this time as this came from a Red Hat 7.3 install and I'd hate
    to lose all the functions that are already pre-compiled into it (gd,
    mysql, etc)

    Thanks,

    Ed


    ed@homes2see.com Guest

  2. Similar Questions and Discussions

    1. Shockwave older version
      Hello! Due to some installaion issues, I need original source of Macromedia Shockwave Player 10.1.0.011. Would anyone know where I can find...
    2. HELP need older version flahplayer
      :disgust; I have to have flash 7.0 to download quickbooks 2005 to my laptop and i can' t find it anywhere, PLEASE HELP
    3. Older version of CFMX?
      Hi, Can anyone direct me as to where I can d/l an old copy of CFMX?? I only need it for testing purposes so... I only need the developer... ...
    4. Saving MX version files to older FH version
      Unfortunately you haven't. Macromedia has. This is my second most annoying gripe with MM, the first being the ridiculous and unprecedented upgrade...
    5. Where can I get an older version of Player?
      I unistalled Flash Player. At the time it sounded like a good idea. It wasn't Now I cannot install version 7 from their site. I have turned...
  3. #2

    Default RE: Older Version problems

    have u tried using $HTTP_POST_FILES[]

    regds,
    -----Original Message-----
    From: [email]ed@homes2see.com[/email] [mailto:ed@homes2see.com]
    Sent: Tuesday, July 15, 2003 08:50
    To: [email]php-general@lists.php.net[/email]
    Subject: Older Version problems



    I'm moving some scripts to a new server but the PHP installation on the
    new server is actually older than the version I currently have installed
    on the production server. I'm moving from 4.2.3 to 4.1.2.

    In my file upload scripts I can't seem to get any $_FILES values out of
    my upload. The scripts don't error out and the file appears to transfer.
    I've enabled E_ALL and logging. Uploads are on and max upload size is
    sufficient. When I check $_FILES['filename']['tmp_name'] or ['size'] or
    ['name'] or ['type'] they are all empty.

    Did I miss something in the ini file somewhere? I'd really hate to
    upgrade at this time as this came from a Red Hat 7.3 install and I'd hate
    to lose all the functions that are already pre-compiled into it (gd,
    mysql, etc)

    Thanks,

    Ed



    Uttam Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139