Changes between Initial Version and Version 3 of Ticket #23915
- Timestamp:
- 11/09/2013 02:54:17 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23915
- Property Cc tom@… added
- Property Keywords needs-patch added
-
Property
Version
changed from
3.5.1
to2.7
-
Property
Milestone
changed from
Awaiting Review
to3.8
-
Ticket #23915 – Description
initial v3 7 7 I have no idea how to make pingbacks happen so to reproduce, add this line to functions.php: discover_pingback_server_uri('http://localhost:8080/'); 8 8 9 And in a terminal window run this (you may need to install the netcat-openbsd package in Debuntu): while true; do echo -en 'HTTP/1.1 200 OK\r\nContent-type: text/html\r\nContent-type: text/plain\r\n\r\n' | nc -lp 8080; done 9 And in a terminal window run this (you may need to install the netcat-openbsd package in Debuntu): 10 `while true; do echo -en 'HTTP/1.1 200 OK\r\nContent-type: text/html\r\nContent-type: text/plain\r\n\r\n' | nc -lp 8080; done` 10 11 11 12 Then visit your WP installation and you shall get the aforementioned error message.