如何在我的开发服务器上启用通知 [英] How to enable notices on my development server

查看:83
本文介绍了如何在我的开发服务器上启用通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有Apache的开发版本的PHP。我把它转移到生产中,并在我的网站上得到了这个奇怪的通知。我没有开发版本。如何在我的开发版本的网站上启用这些通知来修复它们?

解决方案

更改您的php.ini文件,说error_reporting到E_ALL。



即:

  error_reporting = E_ALL 


I have a development version of PHP on Apache. I moved it to production and got this weird notices in my website. I don't have it on development version. How to enable these notices on my development version of website to fix them?

解决方案

Change your php.ini file, the line that says error_reporting, to E_ALL.

I.e:

error_reporting = E_ALL

这篇关于如何在我的开发服务器上启用通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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