服务器错误500 [英] Server error 500

查看:456
本文介绍了服务器错误500的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在drupal7上工作。



当我尝试打开网站时,会出现内部服务器错误:


HTTP错误500(内部服务器错误):服务器尝试完成请求时遇到的
出现意外状况。


但是当我们在Firefox上打开它时,它什么都不做。任何想法?

解决方案

这是由于代码中的错误。启用错误报告,看看会发生什么。

此代码将帮助您 -

  ini_set('display_errors','1' ); 
error_reporting(E_ALL ^ E_NOTICE);

阅读更多 - http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm


I am working on drupal7.

When I try to open the website, it gives internal server error:

HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

But when we open this on Firefox, it does nothing. Any idea?

解决方案

This is due to the error in the code.Enable error reporting and see what happens.

This code will help you-

ini_set('display_errors', '1');
error_reporting(E_ALL ^ E_NOTICE);

Read more- http://pcsupport.about.com/od/findbyerrormessage/a/500servererror.htm

这篇关于服务器错误500的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆