PHP Notice: Undefined index错误提示的解决办法

简介:  配置好后运行PHP网站,出现了一个错误提示:“PHP Notice: Undefined index ...”

本文转自IT摆渡网欢迎转载,请标明出处
摆渡网

更多php文章请阅读

php问题解决

  配置好后运行PHP网站,出现了一个错误提示:“PHP Notice: Undefined index ...”

  具体的信息为:

PHP Notice: Undefined index: page in d:\myqy\andread.php on line 56

  出现此错误的信息个人认为可能是php.ini配置问题。

  解决办法:

  打开PHP的配置文件php.ini,搜索error_reporting,找到如下行:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT

  修改成:

error_reporting = E_ALL & ~E_NOTICE

  然后重启apache就可以了。

目录
相关文章
|
JavaScript API
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
467 0
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
|
3月前
|
SQL 分布式计算 大数据
MaxCompute操作报错合集之执行sql时,出现Cannot read properties of undefined (reading 'start')错误提示,该怎么办
MaxCompute是阿里云提供的大规模离线数据处理服务,用于大数据分析、挖掘和报表生成等场景。在使用MaxCompute进行数据处理时,可能会遇到各种操作报错。以下是一些常见的MaxCompute操作报错及其可能的原因与解决措施的合集。
|
PHP Windows
windows下 Call to undefined function posix_getpid() in ……\Workerman\Worker.php 的解决方法
windows下 Call to undefined function posix_getpid() in ……\Workerman\Worker.php 的解决方法
165 0
windows下 Call to undefined function posix_getpid() in ……\Workerman\Worker.php 的解决方法
|
PHP
php模版引擎smarty出现Undefined index的解决方案
php模版引擎smarty出现Undefined index的解决方案
95 0
|
PHP 数据安全/隐私保护
php base64不能解码_PHP base64编码后解码乱码的解决办法
php base64不能解码_PHP base64编码后解码乱码的解决办法
412 0
|
PHP
PHP使用explode报错:Undefined offset: 1
PHP使用explode报错:Undefined offset: 1
142 0
|
安全 PHP Windows
Atom 编辑器 atom-beautify 美化 php 遇到的问题及解决办法
Atom 编辑器 atom-beautify 美化 php 遇到的问题及解决办法
|
关系型数据库 MySQL PHP
PHP连接MySQL 8.0报错的解决办法
PHP连接MySQL 8.0报错的解决办法
381 0
|
PHP
Undefined index: HTTP_REFERER 解决方法
Undefined index: HTTP_REFERER 解决方法
214 0
Undefined index: HTTP_REFERER 解决方法
|
JavaScript API
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
139 0
TypeScript API Reflect.getMetadata 返回 undefined 的解决办法
下一篇
DDNS