Below is a screenshot of the screen it was stuck on for me but your error may be a looped loading “WordPress version” animation:

I have tried everything!
- Re-installing after deleting previous installation files
- Factory wipe my laptop and installing local again
- Installing an older version <
8.0
- Adding a new site whilst the current one downloads WordPress (used to work in the past on my old laptop – not working anymore)
- Checking host file so it is not
read-only
- Changing server type and php versions
- Changing router setting to
local host
- Disabled all firewalls
This worked for me and will most likely work for you!
- Create a new site (this will be stuck on the “Downloading WordPress…” loop) – let’s call this Site X
- Now close the LocalWP application (if you get an alert to say a site is currently running, ignore this and proceed)
- Now open the Local WP application
- Now select Site X and click
Start Site
- Click Database in the sub-navigation
- Click
Open Adminer
and you should see a breadcrumb navigation structure on the top of the screen that looks something like this:MySQL >> Local Site: Site X >> Database: local
- Most likely there will be no tables within this – but if there are tables then select all of the tables and click
Drop
- Click
Local Site: Site X
in the top breadcrumb navigation structure - Now click
Privileges
– most likely there will be no users but if there might be 1 user called Root - Click
Create user
, leave the server name as localhost, set a new username, set a new password – make this very very very hard, clickAll privileges
and then clickSave
– you can now exit AdminerEvo. If you get any errors, see step 11 or skip to step 12. - In MySQL/MariaDB, when granting privileges, you need to specify the database or table on which you are granting privileges. Using
.*
is not valid syntax for granting privileges (which sometimes happens when you clickAll privileges
by default). Simply edit the SQL query and replace.*
with'local'.*
and then clickSave
– you can now exit AdminerEvo. - Go back to LocalWP, right click on your site, and select
Go to site folder
- Go to your
app\public
filepath – most likely it is empty, if not, delete all of the files - Open your broswer of choice, search for the download WordPress website, and download WordPress – the UK version of the WordPress download is here
- Now unzip the content of this folder inside of the
app\public
filepath you went to in step 13 – there might be another folder called WordPress when you unzip the WordPress folder, you want the contents of the WordPress folder directly inside of theapp\public
filepath – you can now close the explorer - Back to LocalWP, now click
Open site
for Site X and you should see the WordPress installation wizard – simply follow the steps – make sure you enter the following details correctly:- Database name:
local
- Username: the username you set in AdminerEvo
- Password: the password you set you set in AdminerEvo
- Database name:
- Bonus step: create a “Blueprint” of this installation in LocalWP so you can always start a new install by cloning the blueprint
If you completed the above steps correctly, you should be directed to the wp-admin page – congratulations! Not only can you start using LocalWP for this particular site installation but you should now be able to create a new site in LocalWP normally and you shouldn’t get anymore errors!