升级到 WordPress 5.0 后,点击编辑文章或者新增文章,会遇到编辑器出错,提示错误
TypeError: Cannot read property 'show_ui' of undefined
需要在 Nginx 配置里找到
try_files $uri $uri/ /index.php;
改成
try_files $uri $uri/ /index.php$is_args$args;
xjpvictor's Blog
小老鼠,上灯台,两只耳朵竖起来
本文最后编辑于超过2285天以前,部分内容可能已经失效
升级到 WordPress 5.0 后,点击编辑文章或者新增文章,会遇到编辑器出错,提示错误 TypeError: Cannot read property 'show_ui' of undefined 需要在 Nginx 配置里找到 try_files $uri $ur ...
升级到 WordPress 5.0 后,点击编辑文章或者新增文章,会遇到编辑器出错,提示错误
TypeError: Cannot read property 'show_ui' of undefined
需要在 Nginx 配置里找到
try_files $uri $uri/ /index.php;
改成
try_files $uri $uri/ /index.php$is_args$args;
推广:「 使用 DigitalOcean 搭建属于你自己的博客,每月低至 5 美元,全球多数据中心,稳定高速 」