Plugin Author
Steve
(@steveatty)
OK can you try this version with IPv6 enabled?
http://wordbooker.tty.org.uk/wp-content/uploads/debugs/wordbooker215.zip
If that doesn’t work with IPv6 I can try turning it on on my server but that wont be for a couple of days as I’ll need to warn my brother that I might blow up his whole application 😉
Man, thats the least I can do in return for your kind help. 🙂
I now have
Re-enabled IPV6,
root@h2050755:~# sudo sysctl -p
net.ipv6.conf.all.accept_ra = 0
Removed original WordBooker
Installed yours so I will keep it running for a few days…
PS: it only takes a second to load the optionspage, so thats ok 🙂
After that I will re-disable IPV6 as the other plugin still has problems, but as you mentioned, this could be dealt with with overall setting in curl config, right?
Plugin Author
Steve
(@steveatty)
OK so it all worked.. excellent. Thanks for testing it.
Fixed the other plugin by inserting
curl_setopt( $handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
in ../wp-includes/class-http.php
🙂
Plugin Author
Steve
(@steveatty)
Don’t forget that you’ll need to change that each time you upgrade wordpress…. or you can raise a trac ticket against WordPress, which I see you’ve already done.
Thanks again! 🙂 Yes, I already made a copy