Closed hyetou closed 4 years ago
If you are using Bitdefender, you should deactivate network protection ;)
Hello from France I already used your tools which is fabulous but I encounter the same error AJAX (WP in php 7.3) "The script encountered an error while running an AJAX request. If you are using your hosts file to map a domain try browsing via the IP address directly."
I do not have "Bitdefender" but Norton but I do not really see the report an other idea ? Thanks for your help Natacha
@hyetou , This is probably the answer you're looking for:
https://github.com/interconnectit/Search-Replace-DB/issues/256
Basically it's a black listed tool and just editing the index.php file in the tool allows it to get passed the gate for a few tries. In the link they mention another way using CLI with SSH, but yeah. Anyway, hopefully this helps.
Feel free to open a new issue in case of problems
I'm running an xampp 7.3.8 server in Windows, trying to copy some Wordpress sites to a local environment. I get this error while doing anything with this tool. The full error reads "The script encountered an error while running an AJAX request. If you are using your hosts file to map a domain try browsing via the IP address directly."
The error happens immediately every time I click a button in the UI (except the 'delete me' button). It's not associated with any particular tables, and it happens on every database I've tried it on. On my other computer, this tool works fine with the same xampp setup and the same websites/databases. I can't figure out why it's not working on this one.
I've gone through every related thread I can find, and tried every solution that seemed applicable. Mbstring is installed and activated. I've done define('MULTISITE', true); An array of other things I can't remember. Nothing has changed it.