Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24761, comment 1


Ignore:
Timestamp:
07/15/2013 06:58:43 PM (13 years ago)
Author:
markoheijnen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24761, comment 1

    initial v1  
    11Did you get the errors when using the default functionality from WordPress? I can't seem to reproduce it since it does check if there is an error.
    22
    3 So in this case it would mean that $_FILES['some_file']['error'] was 0. That happens on line 22. Unless PHP decided in a certain version to make it numeric. What PHP version do you run?
     3So in this case it would mean that $_FILES[ "some_file" ][ "error" ] was 0. That happens on line 22. Unless PHP decided in a certain version to make it numeric. What PHP version do you run?