you need to make sure that your PHP allows the use of fsockopen
I tried to connect to 127.0.0.1 using fsockopen and it seems to work, while if I use localhost instead of 127.0.0.1 I get the following error:
Warning: fsockopen() [function.fsockopen]: unable to connect to localhost:80 (Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato. ) in C:\xampp\htdocs\burnnn.com\rpc\test.php on line 2
Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato. (10060)
So I properly edited wp-config.php, but anyway the test page wasn’t loaded (I also tried to load my blog page itself).
Is there any method to test the xmlrpc.php directly?
Any other ideas?
Thanks for the answer!