incursio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?I installed Dion Hulse’s most excellent core control plugin, and disabled cURL as a valid transport, and things are good. But still … lol.
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?I’m running PHP v5.3.3, so I’m pretty sure I could go in and edit class-http.php and functions.php, and anything else that calls curl_setopt() and add in the CURL_IPRESOLVE_V4 option, but I’d rather not hack core lol.
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?Okay, I think I’ve found something here. If I use the -4 command line switch to cURL, it works lightning fast. So this means it is trying to resolve it first as an IPv6 address, then falls back. And in looking at my phpinfo() output, it seems that the cURL extension is configured to look for IPv6 as well. Need to figure out how to do that without having to build the cURL extension manually (since I use yum).
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?Yeah, it’s definitely something local to the environment, or possibly upstream at my provider (it’s a dedicated server in a colo). Making me crazy though lol, as I’ve had to temporarily disable comments due to the flood of spam that Akismet isn’t able to pick up now.
Akismet status shows all servers green, but I get the dreaded “can’t connect to Akismet” message. Which is probably due to a timeout in cURL, I would imagine.
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?Possibly, but if I ping, dig, or nslookup, it resolves super fast. wget hangs a while, and it uses curl, I believe …
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?I did notice this … if I try and fetch the feed manually from the command line:
$ wget https://www.ads-software.com/development/feed/
It eventually works, but takes forever. Hangs for quite some time on trying to resolve www.ads-software.com. Still kinda coming back to a DNS issue in my mind. Although if I dig or nslookup www.ads-software.com, it resolves very quickly lol.
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?Curl is implemented … again haven’t changed anything.
cURL support enabled cURL Information 7.15.5 Age 2 Features AsynchDNS No Debug No GSS-Negotiate Yes IDN Yes IPv6 Yes Largefile Yes NTLM Yes SPNEGO No SSL Yes SSPI No krb4 No libz Yes CharConv No Protocols tftp, ftp, telnet, dict, ldap, http, file, https, ftps Host x86_64-redhat-linux-gnu SSL Version OpenSSL/0.9.8b ZLib Version 1.2.3
Forum: Fixing WordPress
In reply to: DNS weirdness from www.ads-software.com?That’s what I thought, too, but I haven’t changed anything, and it was working great until yesterday. Still investigating…
Forum: Installing WordPress
In reply to: Installed WP-Super-Cache, no love :(ateam – thx. Great minds think alike – I just spent some more debugging time and came to the same conclusion – was just about to come post the solution here as well – lol.
Donncha – great plugin, mate!
Cheers.
Forum: Requests and Feedback
In reply to: Several features that would be really usefullI haven’t tried this yet, but this looks like it might address your image gallery page/attachment manager idea:
Cheers.
Forum: Themes and Templates
In reply to: Theme not “sticking”Hope this solution helps a bit. This problem drove me nuts, too.
https://www.scottburkett.com/index.php/misc/2006-11-15/wordpress-theme-resetting-problem-solved.html
Forum: Fixing WordPress
In reply to: WP installation keeps reverting to default themeForum: Themes and Templates
In reply to: Theme is irregularly reset to default themeThis might help some people out there:
https://www.scottburkett.com/index.php/misc/2006-11-15/wordpress-theme-resetting-problem-solved.html
Forum: Fixing WordPress
In reply to: No RSS feedsRemoving the ampersand is not a solution. This is an encoding bug in 2.01, as has been reported in several other threads.
Cheers.
Forum: Installing WordPress
In reply to: RSS feed error!This is a bug in 2.01 – it has been reported in several other threads here – unfortunately, the WP team has been quiet on the RSS bugs in 2.01 – here’s hoping they address it soon.
Cheers.