Duplicator troubleshooting

Hi there,
I want to import (download) my online website in Local by Flywheel using Duplicator for the database transfert. The problem is that the installer.php at the local WordPress folder root does not work. The address (mylocalwebsite.io/installer.php) opens a blank page. How to troubleshoot this?
Thanks in advance!
YT

Hi Yvan,

Sorry about this! The “white screen of death” can be tricky.


Option A:

Check the site’s error logs in the site’s logs folder. Considering this is a white screen of death, your best bet is to check the PHP error logs.

Option B:

Open up installer.php and place the following on lines beneath <?php:

error_reporting(E_ALL);
ini_set('display_errors', 1);
1 Like

Thanks a lot for your quick response,

I discovered that the problem was that my installer.php was corrupted. He did not have any code inside! When I realized that, I imported a new database.zip and a new installer and Duplicator and LOCAL by Flywheel work perfectly!
Alleluia!

1 Like

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.