I have a site clone package using the Duplicator plugin that failed to install properly in Local By Flywheel (v. 2.0.8). The package was generated with Duplicator v1.2.26 (latest version).
I used Local’s drag and drop capability to install Duplicator’s ‘archive.zip’ file into the local install. When I logged into my cloned site, all the styling on the back end was stripped out. I was left with all the content structured in straight HTML (not acceptable).
I tried a workaround: delete the entire WP install in the Local site directory (/Users/Robert/Documents/Websites/mytestsite/app/public/), then pass in Duplicator’s ‘archive.zip’ and installer.php files.
Unfortunately, when I called the installer file in my Chrome browser address bar (
‘mytestsite/app/public/installer.php’ OR
‘localhost/mytestsite/app/public/installer.php’
),
the browser is unable to call the file because it’s not ported to the localhost.
How do I activate the connection in my browser to call Duplicator’s installer.php file?