Filepath issue downloading from WIN server?
-
I am trying to use WP Migrate Lite as advertised to do an export and run a site locally using the Local app. This is for a site I help maintain but where I don’t have server access. The host server is a Windows machine (Microsoft-IIS/10.0), while I’m on a Mac (which may be relevant).
I followed the instructions at https://deliciousbrains.com/wp-migrate-db-pro/doc/importing-wordpress-local-development-environment/ and downloaded everything except WP Core. Then I dragged the zip onto the import screen.
I got an immediate “Error on importing a Zip file”
I unzipped the export to inspect it and I saw that the file paths seem garbled:
Inside a folder called
files\wp-contentthere is a list of folders that look like this — these are the exact names, including slashes:mu-plugins\
mu-plugins\\force-strong-passwords
mu-plugins\\force-strong-passwords\languages
plugins
plugins\\acf-better-search
plugins\\acf-better-search\assets\build\css
plugins\\acf-better-search\assets\build\js
plugins\\acf-better-search\src
plugins\\acf-better-search\src\Admin
plugins\\acf-better-search\src\Helper
plugins\\acf-better-search\src\Notice
plugins\\acf-better-search\src\Search
plugins\\acf-better-search\src\Settings
plugins\\acf-better-search\templates\components\notices
....The
pluginsfolder is empty, and then all the folders below it look like they should be in that folder but are not. Same with Uploads.I imagine we could write a script to properly parse all this stuff into proper folders and then rezip it, but I’m hoping there’s an easier way!
I searched the forum but didn’t find anything relevant to this issue.
The topic ‘Filepath issue downloading from WIN server?’ is closed to new replies.