#10830 closed defect (bug) (fixed)
Import of WXR Larger than Maximum Size should give meaningful error message
| Reported by: | lloydbudd | Owned by: | westi |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9 |
| Component: | Import | Version: | 2.9 |
| Severity: | minor | Keywords: | wxr, import, error messages, |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Looking at this - Caused by
post_max_sizebeing smaller thanupload_max_filesizein php.ini