Hello I try to restore my site thanks to phpmyadmin but I have met many trouble.
I think the problem come from the path that doesn’t correspond with mine (because it’s a new computer) but I tried to correct it impossible to see my website back. It sounds like also there is a sort of protection put it with en extension in wordpress called wordfence who cannot let me see my website.
Question posted in PhpMyAdmin
The official documentation can be found here.
The official documentation can be found here.
3
Answers
it tooks me to this page : http://localhost/wp-admin/install.php
not the page of my website. Am I suppose to modify something other ? thank you very much for your help. enter image description here
It’s hard to tell with the very little information provided but you may want to try disabling wordfence by renaming the folder /wp-content/plugins/wordfence to /wp-content/plugins/wordfence_off or some such. This will stop it looking for the file.
It looks like the paths may have changed you can try this :
https://wordpress.org/support/topic/fatal-error-with-wordfence-2/
In this case, you will need to delete references to wordfence-waf in the .htaccess, .user.ini, and/or php.ini files.
You can search these files for “wordfence-waf”. These references will look like so:
php_value auto_prepend_file "/path_to_file/wordfence-waf.php"
auto_prepend_file = ‘/home/username/website.com/wordfence-waf.php’