Opened 3 years ago
Last modified 3 years ago
#15325 closed defect (bug)
New importer appears to be broken on Windows — at Initial Version
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Import | Version: | 3.1 |
| Severity: | blocker | Keywords: | has-patch needs-testing |
| Cc: |
Description
I downloaded an export file from my WordPress.com sandbox and attempted to import it into my localhost trunk install. Doing so threw the following error:
Warning: gzopen(D:\Webserver\htdocs\wordpress-dev/wp-content/uploads/D:Webserverhtdocswordpress-dev/wp-content/uploads/2010/11/wordpress.2010-11-05.xml_.txt) [function.gzopen]: failed to open stream: Invalid argument in D:\Webserver\htdocs\wordpress-dev\wp-content\plugins\wordpress-importer\wordpress-importer.php on line 88
Call Stack
# Time Memory Function Location
1 0.0008 158712 {main}( ) ..\admin.php:0
2 0.2823 24185272 call_user_func ( ) ..\admin.php:207
3 0.2823 24185456 WP_Import->dispatch( ) ..\admin.php:0
4 0.2828 24186504 WP_Import->import( ) ..\wordpress-importer.php:892
5 0.2847 24193184 WP_Import->import_file( ) ..\wordpress-importer.php:838
6 1.7980 24426448 WP_Import->get_entries( ) ..\wordpress-importer.php:847
7 1.7980 24428304 WP_Import->fopen( ) ..\wordpress-importer.php:116
8 1.7980 24428552 gzopen ( ) ..\wordpress-importer.php:88
Note the totally whacko path that it's trying to open my XML file from.
Note: See
TracTickets for help on using
tickets.