@robrecord
I do not remember anymore, something with my hosts file on private network server.
I have new installation on private/local server, no plugins other than “Health Check”
The loopback request returned an unexpected status code, 463, this may affect tools such as WP_Cron, or theme and plugin editors.
What is “loopback request” in terms of “Health Check” plugin?
resolved: hostnames
-
This reply was modified 8 years, 5 months ago by ddur.
-
This reply was modified 8 years, 5 months ago by ddur.
Thread Starter
ddur
(@ddur)
Hi, thanks for reply.
No, this is not answer for main problem.
Please take better look at the code.
You have typing error, script tag with style content:
<script type="text/css"
it should be:
<style type="text/css"
like few rows below in source. Please check again.
Thread Starter
ddur
(@ddur)
Thread Starter
ddur
(@ddur)
Yes, benchmark.php,
function test_mysql(&$arr_return, $arr_cfg)
{ .....