Notice: 函数 WP_Scripts::localize 的调用方法不正确$l10n 参数必须是一个数组。若要将任意数据传递给脚本,请改用 wp_add_inline_script() 函数。 请查阅调试 WordPress来获取更多信息。 (这个消息是在 5.7.0 版本添加的。) in /data/www/appblog/wp-includes/functions.php on line 6131

VirtualBox采坑记录

Failed to open/create the internal network

(1)问题描述

Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).

(2)解决方法

参考:https://stackoverflow.com/questions/33725779/failed-to-open-create-the-internal-network-vagrant-on-windows10

went to Device Manager -> Network Adapters -> Disabled and enabled the Virtualbox Host only Adapter
上一篇 安装 Windows 10 报错无法打开所需文件install.wim的解决方法
下一篇 curl 模拟GET与POST请求,以及上传文件