@markrh Your issue is somewhat different than the OP’s, however it is a legitimate problem that you should not ignore. Loopbacks not functioning will prevent many things from working. Update checks, scheduled posts, pingbacks, media processing for feeds, etc. It will also prevent the plugin and theme editors from functioning correctly. As your message says that you have a 10 second timeout, then that suggests that either your server has DNS incorrectly configured, or it prevents loopback connections through a misconfiguration of the routing, or you have a plugin installed which is incorrectly calling the session_start()
function indiscriminately.
Regardless, please start your own thread to solve your problem.
@itmonitor Your issue is likely a different problem, since it checks for loopback errors differently. Here, it is saying that the wp_version_check()
function is disconnected from the update system. This is a very strong indication that you have add-on code, like a plugin or a theme, which is intentionally blocking updates. You should switch to the default theme and turn off plugins until the error goes away, then turn things back on one by one until you find out which plugin or theme is causing the problem.