Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter collimarco

    (@collimarco)

    I managed to connect to localhost adding the following URL to the update services:

    https://127.0.0.1/test/rpc

    But the following URL won’t work on Windows Vista:

    https://localhost/test/rpc

    Thread Starter collimarco

    (@collimarco)

    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!

Viewing 2 replies - 16 through 17 (of 17 total)