“Duplicator: Security Check” Message
-
In case it’s helpful for anyone else encountering the message below and searching for a solution, after finding that restarting the install process by browsing to the installer.php file or hashed file (as specified below) just led to the message below being displayed again, I eventually discovered that the issue was specific to my computer.
DUPLICATOR: SECURITY CHECK
An invalid request was made.
Message: Invalid token validationIn order to protect this request from unauthorized access please restart this install process by browsing to the installer.php file or hashed file.
Resetting my computer’s TCP/IP stack and restarting it resolved the issue (by running the commands below on Windows 10 as an administrator via the Command prompt):
Type
netsh winsock resetand press Enter.
Typenetsh int ip resetand press Enter.
Typeipconfig /releaseand press Enter.
Typeipconfig /renewand press Enter.
Typeipconfig /flushdnsand press Enter.…And then restarting the computer.
The topic ‘“Duplicator: Security Check” Message’ is closed to new replies.