search
HomeBackend DevelopmentPHP ProblemHow to open error prompt in php7
How to open error prompt in php7Jul 05, 2021 pm 03:51 PM
php 7Error message

The way to open the error prompt in php7 is to first uncomment the error prompt and error report. Then add [php_flag display_errors on] in the httpd.conf configuration file. Finally, restart the apache and php services.

How to open error prompt in php7

The operating environment of this article: windows10 system, php 7.3, thinkpad t480 computer.

The method to turn on the error prompt is as follows:

Remove the display_errors annotation and set the value to On

Remove the error_reporting annotation and set the value to E_ALL | E_STRICT

display_errors=On
error_reporting=E_ALL | E_STRICT

Modify the httpd.conf file and add the following settings in the last line

php_flag display_errors on
php_value error_reporting 2039

Restart the Apache service and the php service, and the error message will be displayed normally.

Related video tutorial sharing: php video tutorial

The above is the detailed content of How to open error prompt in php7. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
解决win10“仅收集一些错误信息”的提示问题解决win10“仅收集一些错误信息”的提示问题Jan 13, 2024 pm 11:24 PM

win10提示“我们只收集某些错误信息”怎么解决呢?许多用户都表示感到束手无策,难道真的就没办法解决了吗?No,今天小编就来为大家献上解决win10提示“我们只收集某些错误信息”的方法,希望对你有所帮助。随着电脑的普及,现如今,基本上每家每户都有一台甚至更多的电脑。电脑的出现确实给我们带来了极大的方便,但是也给我们带来了很多麻烦,比如有的时候会出现提示“我们只收集某些错误信息”,这是怎么回事呢,该如何解决呢?今天小编就给大家说说该问题的解决方法。方法一1,敲击键盘上的“win+R”组合键,打开运

php7如何安装yaf扩展php7如何安装yaf扩展Feb 22, 2021 pm 04:24 PM

php7安装yaf扩展的方法:1、在官网下载yaf扩展库源码安装包,并利用tar命令解压;2、生成编译configure配置文件;3、使用“./configure --with-php-config=/usr/local/php/bin/php-config”命令执行配置文件;4、利用make命令编译并安装;5、在PHP的配置文件中引用扩展;6、重启php-fpm。

您的连接不是私密连接- 谷歌隐私设置错误您的连接不是私密连接- 谷歌隐私设置错误Feb 25, 2024 pm 03:42 PM

谷歌隐私设置错误:您的连接不是私密连接近年来,随着人们对个人隐私的关注不断增强,各大科技巨头都在努力改进其隐私保护措施。然而,就在不久前,有用户发现谷歌的隐私设置出现了错误,导致其连接不再是私密的。随着互联网的普及,我们越来越多地将个人信息存储在云端,通过网络进行各种交流和操作。作为全球最大的搜索引擎之一,谷歌接收和处理了大量的用户数据。为了保护用户的隐私,

如何解决PHP中的常见问题:语法错误和警告如何解决PHP中的常见问题:语法错误和警告Jun 11, 2023 pm 04:13 PM

PHP是一种广泛使用的服务器端编程语言,常用于构建动态网页。然而,在编写PHP脚本时,常常会遇到各种语法错误和警告。这些错误和警告可能导致代码无法正常运行或者出现问题,因此解决这些问题是非常重要的。本文将介绍PHP中的常见问题:语法错误和警告,并提供如何解决这些问题的有效方法。语法错误当在PHP中编写脚本时,语法错误是非常常见的问题。语法错误可能是由以下原因

php7下命令行无法执行怎么办php7下命令行无法执行怎么办Sep 28, 2021 pm 05:50 PM

php7下命令行无法执行的解决方法:1、打开php.ini配置文件;2、关闭安全模式;3、禁用函数列表“disable_functions = proc_open,shell_exec”即可。

Win7应用windows系统评估工具提示出错该怎么办?Win7应用windows系统评估工具提示出错该怎么办?Jul 15, 2023 am 09:45 AM

近期有Win7系统客户在应用系统内置的感受指数值评估工具评估系统运作情况的历程中,“windows系统评估工具”出错而且弹出来“windows系统评估工具已停止工作”不正确对话框,导致没法对系统开展评估,这应当怎么解决呢?下边小编就给各位介绍一下Win7应用windows系统评估工具提示出错的解决方案。Win7应用windows系统评估工具提示出错解决方案1、大家按下“Win+R”键盘快捷键开启运行窗口后键入“%USERPROFILE%\AppData\Roaming\Microsoft\Tem

如何实现在线答题中的答题错误提示功能如何实现在线答题中的答题错误提示功能Sep 24, 2023 am 11:21 AM

如何实现在线答题中的答题错误提示功能在线答题已成为现代教育的重要组成部分,通过互联网技术实现对学生的测验和考试。而即使在选择题中,学生仍然有可能做错题。为了帮助学生更好地理解和纠正错误,我们可以利用编程技术添加一个答题错误提示功能。本文将介绍如何使用HTML、CSS和JavaScript实现这一功能,并提供具体的代码示例。首先,我们需要一个HTML表单来展示

解决PHP会话并发超过限制错误并生成对应报错提示的方法解决PHP会话并发超过限制错误并生成对应报错提示的方法Aug 06, 2023 pm 09:17 PM

解决PHP会话并发超过限制错误并生成对应报错提示的方法在PHP开发中,会话(Session)是一个非常重要的概念,它用于跟踪用户的状态和数据。然而,如果会话并发超过限制,就会产生错误,影响用户体验和系统的稳定性。本文将介绍如何解决PHP会话并发超过限制错误,并生成对应的报错提示。一、了解会话并发限制在PHP中,会话并发限制是通过session.save_ha

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function