|Fri Jul 30 20:53:33 2010] |error] |client {IP}] Premature end of script headers: /home/siteroot/public_html/power/fckeditor/test.php

独自空忆成欢 提交于 2020-01-06 07:10:23

问题


A problem has been reported to me that uploading through fckEditor will not work. After messing about with some settings it turns out that running php files in the fckEditor folder will not work and an Error 500 is returned. When I checked the log files the message in the subject was returned. The script is simple:

<?php
echo phpinfo();
?>

When I run this script from power/test.php, it works. It's only when running scripts from any folder within fckEditor/ that doesn't work.

I am using php 5.2.9 and Apache 1.3.42.


回答1:


Sorted.

I thought this would be down to permissions so I gave everything 777 thinking that would account for everything. It turns out I gave to many permissions, directories need 755 and files need 644.

Hope this helps someone else.



来源:https://stackoverflow.com/questions/3374980/fri-jul-30-205333-2010-error-client-ip-premature-end-of-script-headers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!