Php Silverstripe管理tinyMCE 500错误阻止所见即所得编辑器

Php Silverstripe管理tinyMCE 500错误阻止所见即所得编辑器,php,tinymce,file-permissions,silverstripe,Php,Tinymce,File Permissions,Silverstripe,我在我的web服务器上安装了一个基本的Silverstripe CMS,但是当我登录到管理系统时,该文件出现500错误: Request URL:http://sitename.com/framework/thirdparty/tinymce/tiny_mce_gzip.php?m=1426832960&js=1&plugins=table,emotions,paste,media,fullscreen,inlinepopups,advimagescale&

我在我的web服务器上安装了一个基本的Silverstripe CMS,但是当我登录到管理系统时,该文件出现500错误:

Request         URL:http://sitename.com/framework/thirdparty/tinymce/tiny_mce_gzip.php?m=1426832960&js=1&plugins=table,emotions,paste,media,fullscreen,inlinepopups,advimagescale&themes=advanced&languages=en&diskcache=true&src=false
Request Method: GET
Status Code:    500 Internal Server Error
我做了一些研究,但我不确定是什么原因导致了这一问题,也不确定如何着手解决这一问题,我曾尝试更改有问题的文件的权限和包含该文件的目录,但仍然没有得到解决

错误日志说明:

[Wed Sep 23 09:45:33 2015] [error] [client 000.00.000.000] SoftException in Application.cpp:256: File "/home/frontend/public_html/newss/framework/thirdparty/tinymce/tiny_mce_gzip.php" is writeable by group, referer: http://sitename.com/admin/pages
TL;博士

但是,当我检查此特定文件的权限时,我得到:

0755
我试过0777和0555,得到了同样的结果

此设置在本地不做任何更改,我不确定其差异


感谢您的帮助。我不知道为什么,但我觉得这是一个PHP配置问题,但我也不知道如何调试它。

我以前在tiny_mce_gzip.PHP上遇到过问题。这是由zlib引起的。输出压缩在我的php.ini中没有启用。

我曾经有过类似的事情,并且禁用了TinyMCE的gzip使用。将其放入/mysite/_config/config.yml(或任何其他yml):

虽然它不能修复这个bug,但你可以再次工作

另见:

检查错误日志。“500内部服务器错误只是一个一般性错误代码。@Mike更新了一些信息,我接受这个答案,因为它解决了我遇到的问题。
0755
HtmlEditorField:
  use_gzip: false