Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse/ZEND PHP始终返回500服务器错误_Php_Eclipse_Debugging_Zend Framework_Internal Server Error - Fatal编程技术网

Eclipse/ZEND PHP始终返回500服务器错误

Eclipse/ZEND PHP始终返回500服务器错误,php,eclipse,debugging,zend-framework,internal-server-error,Php,Eclipse,Debugging,Zend Framework,Internal Server Error,最奇怪的是,我运行的每个脚本都返回500个服务器错误 即使是在全新PHP项目中的空白文件中: <?php echo "1"; ?> 删除此文件,并使用filezil重新创建它查看Web服务器的错误日志。500错误是您的Web服务器的错误,您可以在该日志文件中找到更多信息。您的ide创建的.htaccess文件可能不正确? Status: 500 Internal Server Error X-Powered-By: PHP/5.3.14 ZendServer Set-Cookie:

最奇怪的是,我运行的每个脚本都返回500个服务器错误

即使是在全新PHP项目中的空白文件中:

<?php echo "1"; ?>

删除此文件,并使用filezil重新创建它查看Web服务器的错误日志。500错误是您的Web服务器的错误,您可以在该日志文件中找到更多信息。您的ide创建的.htaccess文件可能不正确?
Status: 500 Internal Server Error
X-Powered-By: PHP/5.3.14 ZendServer
Set-Cookie: ZDEDebuggerPresent=php,phtml,php3; path=/
Set-Cookie: ZendDebuggerCookie=192.168.1.120%3A10000%3A0||00C|77742D65|1000; path=/
Content-type: text/html

1