#10830 closed defect (bug) (fixed)
Import of WXR Larger than Maximum Size should give meaningful error message
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | low |
Severity: | minor | Version: | 2.9 |
Component: | Import | Keywords: | wxr, import, error messages, |
Focuses: | Cc: |
Description
Import of WXR Larger than Maximum Size should give meaningful error message
ENV: wp trunk r11959 (2.9-rare)
ACTUAL RESULT
Notice: Undefined offset: 4 in /Library/WebServer/Documents/wp/trunk/wp-includes/functions.php on line 2410
Are you sure you want to do this?
Please try again.
ADDITIONAL DETAILS
The error log shows:
[22-Sep-2009 15:45:06] PHP Warning: POST Content-Length of 130860924 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 [22-Sep-2009 15:45:07] PHP Notice: Undefined offset: 4 in /Library/WebServer/Documents/wp/trunk/wp-includes/functions.php on line 2410
Change History (5)
Note: See
TracTickets for help on using
tickets.
Looking at this - Caused by
post_max_size
being smaller thanupload_max_filesize
in php.ini