Changes between Initial Version and Version 1 of Ticket #24761, comment 1
- Timestamp:
- 07/15/2013 06:58:43 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24761, comment 1
initial v1 1 1 Did 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. 2 2 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?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?