Found my solution after a little more digging.
The problem lies in wordpress-importer
Found this from jan 30 on github:
https://github.com/WordPress/wordpress-importer/issues/47?_pjax=%23js-repo-pjax-container
Then later the solution here:
https://www.playnicetogether.com/2015/11/07/wordpress-importer-plugin-content-length-problem-solved/
“the WordPress Importer plugin is not compatible with remote servers that use HTTP compression.”
For WordPress v4.6 and above, please use the following:
add_filter( 'http_request_args', function( $r, $url ) { $r['headers']['Accept-Encoding'] = 'identity'; return $r; }, 10, 2 );
This solved the upload issue, and the plugin “SafeSvg” made the svg’s show up in the media library.
Related Posts:
- What is the required format for importing posts into WordPress?
- How to re-Import the WordPress XML file after editing?
- Importing XML to WordPress, permalink problem
- A question on WXR
- Problems with WordPress Import
- How to import Theme Unit Test on localhost
- Import post from XML files into custom post type programatically [closed]
- How to import XML to WordPress as post and custom fields?
- Error in importing wordpress xml [closed]
- WordPress xml import too slow
- Request failed due to an error: (http_request_fail
- How to import several big Import XMLs?
- XML file import for attachments or featured images
- Import xml feed
- Moving 2 wordpress sites to one
- WP-all-import problems with large input file [closed]
- How to create import option for xml
- Python circular importing?
- WordPress WXR Specification
- Where does the Media Library live in the database?
- Import WordPress XML File from Within Functions.php
- When importing – failed to import: Invalid post type feedback
- What exactly does the import tool do?
- Why do I lose all the slashes, i.e., ” \ “, in my blogs when I import XML files by the WordPress Importer plug-in?
- Import and replace existing page/post content
- Disabling HTML Filtering When Importing Into WordPress Multisite
- Migrating WP site to another URL
- Why shouldn’t @import be used to import a parent theme into a child theme?
- How to migrate a WordPress installation from one site to another, including all images?
- Importing WordPress Attachments Into Custom Directories In wp-content/uploads/
- What server settings are required to import WordPress XML file
- WordPress import does not fetch images, but just links them
- How to completely export and import WordPress?
- WXR import problem — not including categories
- Download/View Schema (or DTD) for XML Import
- GUID not updated on import
- Importing large data from blogger
- Scrape data from a website and post it on the blog
- Why does SVG upload in Media Library fail if the file does not have an XML tag at the beginning?
- Faking the “onSave” event
- Better way to remove HTML syntax from all content
- Is there a way to import Blogger into bbPress?
- What can I expect when moving from a hosted (WordPress.com) blog to one hosted by Page.ly
- WXR slicing script
- can’t import xml file
- WP CLI not importing media files
- Error: Failed to import tag/post
- How to get and save WordPress content (html, css, images, videos) from a Java program?
- Update Attached Image Size after Import
- WordPress does not import all pages and post
- Programmatically save one/any post
- WP All Import manual Cron
- Is there a way to import a folder of HTML files into the blog?
- Using WordPress Importer, how to import media only?
- What is basic structure of xml for importing a page in wordpress?
- How to import content from WordPress.com to a self hosted WordPress installation?
- Shows 1400 post published but don’t see them
- how to import a custom website into WordPress
- Moving WordPress site to an existing WordPress site
- WXR xml files are being imported as a TXT files and showing up under ‘Media’
- Import HTML/JS post to WordPress?
- Is it possible to import several xml from different sites to another?
- Create a page by importing data from an XML file ( On clicking a button inside admin options page)
- After imorting posts from another blog double line breaks have been replaced with single line breaks
- how do i import a site given that i have [domain].sql and a folder of site files? [closed]
- WordPress: Updating via Import
- create importer with importer api [closed]
- Import subdomain WordPress into main domain WordPress
- Exporting featured image
- CSV to WordPress posts: do I have to populate each possible field?
- How to add biography of user while importing?
- product export and import using xml
- Importing a database from a custom built CMS to WordPress
- Is there a way to show different source feeds on individual pages?
- Export WordPress from one domain to another domain
- automated import from blogger
- How to import media from folder as opposed from old site?
- How to correctly move jquery script to external file
- Importing a Google Group to bbPress
- Error importing website: “There has been a critical error on your website.”
- After importing items are not displaying
- Wodpress XML Import hooks
- Pull specific data from CSV
- Merge two wordpress sites
- Import demo data into wordpress template
- How to do one-off import or data migration?
- WordPress import error
- Importing many times to succeed
- Max execution time error with stream_body() in wp-includes/class-http.php
- Importing demo content from plugin
- How to import data from Mingle Forum plugin to bbPress?
- Export plugin omits many images
- When importing posts to a new site if XML file has postmeta not setup on new server what happens?
- Create CSV for import from File directories?
- Import data from file larger than 15 MB
- How to import individual blog posts into WordPress?
- Failed Media Import (importing from LIVE to local)
- Astra Site is not importing
- Export Posts Without Categories In An XML File
- How to add featured thumbnail into import XML using URL image?