Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cocoa/3.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
谷歌PHP错误500_Php_Internal Server Error_Googlebot - Fatal编程技术网

谷歌PHP错误500

谷歌PHP错误500,php,internal-server-error,googlebot,Php,Internal Server Error,Googlebot,谷歌最近在我们的网站主页上检测到一个500内部服务器错误。当我使用“fetch as Google”时,我得到的是: HTTP/1.1 500 Internal Server Error Server: Apache Cache-Control: private Pragma: private Content-Encoding: gzip Set-Cookie: bb_lastvisit=1385209760; expires=Sun, 23-Nov-2014 12:29:20 GMT; pat

谷歌最近在我们的网站主页上检测到一个500内部服务器错误。当我使用“fetch as Google”时,我得到的是:

HTTP/1.1 500 Internal Server Error
Server: Apache
Cache-Control: private
Pragma: private
Content-Encoding: gzip
Set-Cookie: bb_lastvisit=1385209760; expires=Sun, 23-Nov-2014 12:29:20 GMT; path=/
Set-Cookie: bb_lastactivity=0; expires=Sun, 23-Nov-2014 12:29:20 GMT; path=/
Host-Header: 192fc2e7e50945beb8231a492d6a8024
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 7641
Accept-Ranges: bytes
Date: Sat, 23 Nov 2013 12:29:21 GMT
Connection: keep-alive
X-Forwarded-For: 66.249.73.225
X-Cache: SGCACHE-MISS
下面是我网站的普通html。 这只发生在谷歌,只有在主页中,所有其他页面都被抓取,没有任何问题(当然,访问者可以正常显示所有网站页面,包括主页)

托管服务器一切正常,未更改任何设置。 php_errorlog反复报告相同的错误:

[22-Nov-2013 11:10:33 CST6CDT] PHP Parse error:  syntax error, unexpected '<' in /home/chattive/public_html/forum.php(89) : eval()'d code on line 1

[22-Nov-2013 11:10:33 CST6CDT]PHP解析错误:语法错误,意外“如果没有看到实际的源代码,很难说。但是脚本第1行的
eval()
错误对我来说似乎非常可疑。@Mathieuimbert我认为这是evaled代码的第1行,而eval在第89行。但是,是的,没有代码,我们几乎无法猜测…@frnhr非常感谢您的评论。如果需要,你可以在这里查看代码:伙计们,我真的需要你们的帮助,我不知道该怎么办。。。提前谢谢!