Support Forum
what is really puzzling to me here, is when a page wont load - whether non forum or forum (and again, the english/fun is way more often than non forum page), I get no http activity... nothing, zero, zilch... I dont get that...
It means nothing is happening... first http request should be the page, but that doesnt even occur... then you should get http requests for each css file, js file, every other external reference, images, etc... but I see zero activity... when it does load, the http activity is normal...
Visit Cruise Talk Central and Mr Papa's World
I got some support from my webhost, and they said the following:
We found that your WordPress forum was making external requests, which queue DNS lookups using TCP port 53. Most DNS resolvers use only UDP port 53. Since your configured DNS resolvers on vps5936 have TCP port 53 blocked, the DNS lookups hang until they timeout. You can place "define('WP_HTTP_BLOCK_EXTERNAL', true);" (in "wp-config.php") to block external requests, which is not a good fix. You should ensure that WordPress is using UDP port 53 to make DNS lookups.
Does this make any sense to you? My forums now load, but it looks like they could stop working if the server reboots. Is this something the forums do?
Thanks!
No, the forum does not make requests over a specific TCP or UDPport.. we are just a plugin for SP and just use whatever wp is set up for... This is confirmed by other wp pages having the same issue (albeit less frequently)... and also that the forum ones work sometimes...
Why would it stop if the server reboots? whatever change they made should be more permanent, no?
Visit Cruise Talk Central and Mr Papa's World
I didnt even know that wp could try to use different ports or protocols... I mean certainly there is things that can be done in the http class of wp, but you would explicity have to configure that somewhere in the wp config, I would think...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)