admin管理员组文章数量:1122846
My visual editor isn't working on a site after just launching it to a new server. I assumed a permissions issue, but the file itself is set to 644. I tried 755 on it as well and still no go. The directories all the way up are 755.
I can access other files in the directory, but not this one file. Any ideas?
My visual editor isn't working on a site after just launching it to a new server. I assumed a permissions issue, but the file itself is set to 644. I tried 755 on it as well and still no go. The directories all the way up are 755.
I can access other files in the directory, but not this one file. Any ideas?
Share Improve this question asked Nov 8, 2016 at 14:17 paper_robotspaper_robots 5251 gold badge8 silver badges20 bronze badges2 Answers
Reset to default 0wp-tinymce.php
loads to the WordPress dashboard using Ajax on your end.
So the permission for that file should be 664.
But the problem is your /wp-include
folder may not allow remote PHP execution. This may be either in .htaccess via some security plugin you are using or somewhere in Nginx rules.
Further, I think you are using some plugin that calls wp-tinymce.php in a strange way.
This can also be caused by the .htaccess placed in the wp-includes folder by iThemes Security as a hardening measure. That file might be invisible to you depending on your FTP client's settings.
I've personally seen it happen with iThemes Security v6.2.1 on WP 4.8 on php 7.0
本文标签: 404 errorwptinymcephp 404
版权声明:本文标题:404 error - wp-tinymce.php 404 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736282518a1926667.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论