CSRF file not found
-
Hi,
I am trying to migrate a WordPress site using the Duplicator plugin. I have created an ec2 instance on AWS, installed Apache and copied over the files from the Duplicator backup to
/var/www/html/.When I visit the site on the browser going to myip/dup-installer/main.installer.php I get the following error:
CSRF FILE NOT FOUND
Please, check webroot file permission and dup-installer folder permission.My www folder permissions are :
drwxr-xr-x3 root www-data 4096.My html folder permissions are:
drwxr-xr-x7 www-data www-data 4096.My dup-installer folder permissions are:
drwxr-xr-x8 www-data www-data 4096.And finally, my main.installer.php file permissions are:
-rwxr-xr-x1 www-data www-data 20437.I was told that I might be missing the dup-installer-csrf__[ package hash ].txt file from within my dup-installer folder. Is that possible? Since all the files I got are what Duplicator has generated?
The topic ‘CSRF file not found’ is closed to new replies.