Opened 15 years ago
Closed 9 years ago
#15217 closed defect (bug) (worksforme)
wp importer trunk regression: no longer accepts gz files
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Import | Keywords: | needs-patch reporter-feedback |
Focuses: | Cc: |
Description
wordpress-importer trunk r304267 no longer accepts gzipped WXR files.
This is a regression from the current wordpress-importer importer, v0.2 .
Actual Results
"Sorry, there has been an error.
There was an error when reading this WXR file"
Environment
WordPress Trunk r14360 (3.1-alpha)
wordpress-importer trunk r304267
Additional Details
Relates to #15197 "WXR export/import umbrella ticket"
I notice that same error message "There was an error when reading this WXR file" is in two parts of the source. It might be better to make each error message more unique and add additional details.
Attachments (1)
Change History (6)
#1
@
15 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
15 years ago
- Milestone set to Awaiting Review
- Resolution invalid deleted
- Status changed from closed to reopened
Re-opening as resolved my issue.
#3
@
15 years ago
- Keywords needs-patch added; wordpress-importer WXR gzip removed
- Milestone changed from Awaiting Review to WordPress.org site
I will look into adding gzip support to the two new parsers as they're the best choices, and will also add a fallback to the old, regular expression based one if we get any errors.
Marking invalid for now. I can't get the trunk importer to work on any file currently.