Opened 15 years ago
Closed 15 years ago
#15283 closed defect (bug) (fixed)
wordpress-importer trunk tries to read empty document
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | WordPress.org | Priority: | low |
| Severity: | minor | Version: | 3.1 |
| Component: | Import | Keywords: | |
| Focuses: | Cc: |
Description
wordpress-importer trunk r306039 a refresh on wp-admin/admin.php?import=wordpress&step=2 results in errors like
1:1 Document is empty 1:1 Start tag expected, '<' not found There was an error when reading this WXR file Details are shown above. The importer will now try again with a different parser... Fatal error: Maximum execution time of -1 seconds exceeded in /Users/lloyd/Sites/wp/trunk/wp-content/plugins/wordpress-importer/parsers.php on line 382
This would seem to suggest the importer would benefit from additional defensive programming. (Sorry, I can't help but test weird stuff, QA is in my blood.)
Change History (1)
Note: See
TracTickets for help on using
tickets.
http://plugins.trac.wordpress.org/changeset/309430
Fixed.