设为首页
收藏本站
开启辅助访问
切换到窄版
登录
立即注册
快捷导航
发布信息
搜索
搜索
首页
优惠促销
云服务器
独立服务器
站群服务器
母鸡服务器
服务器托管
全球云服务器
技术文档
联系
每日签到
本版
文章
帖子
用户
主机测评网
»
论坛
›
技术文档
›
其他教程
›
PHP错误Notice : Use of undefined constant 的完美解 ...
返回列表
发新帖
PHP错误Notice : Use of undefined constant 的完美解决方法
[复制链接]
|
主动推送
65
|
0
|
2024-9-11 18:38:45
|
显示全部楼层
|
阅读模式
PHP(外文名: Hypertext Preprocessor,中文名:“超文本预处理器”)是一种通用开源脚本语言。语法吸收了C语言、Java和Perl的特点,入门门槛较低,易于学习,使用广泛,主要适用于Web开发领域。PHP的文件后缀名为php。
本文为大家讲解的是PHP错误Notice : Use of undefined constant 的完美解决方法,这个php的非致命错误提醒在pph5.3以上的版本中出现的频率非常好,主要是因为php.ini中的错误级别配置的问题,感兴趣的同学参考下.
问题说明;
今天做一个简单的例子,提示Notice : Use of undefined constant ,通过下面的方法解决了
,最好是error_reporting(0);不需要更改配置
Notice: Use of undefined constant ALL_PS - assumed 'ALL_PS' in E:Servervhostswww.lvtao.netglobal.php on line 50
Notice: Undefined index: EaseTemplateVer in E:Servervhostswww.lvtao.netlibstemplate.core.php on line 51
Notice: Use of undefined constant uid - assumed 'uid' in E:Servervhostswww.lvtao.netglobal.php on line 54
Notice: Undefined index: uid in E:Servervhostswww.lvtao.netglobal.php on line 54
Notice: Use of undefined constant cuid - assumed 'cuid' in E:Servervhostswww.lvtao.netglobal.php on line 55
Notice: Undefined index: cuid in E:Servervhostswww.lvtao.netglobal.php on line 55
Notice: Use of undefined constant shell - assumed 'shell' in E:Servervhostswww.lvtao.netglobal.php on line 56
Notice: Undefined index: shell in E:Servervhostswww.lvtao.netglobal.php on line 56
Notice: Use of undefined constant cshell - assumed 'cshell' in E:Servervhostswww.lvtao.netglobal.php on line 57
进入网站会出现大量类似下面的提示,但是可以正常显示和运行
Notice: Use of undefined constant ctbTitle - assumed ‘ctbTitle’ in d:ctb1.5ctbincludeconfig.php on line 23…
b答案:这些是 PHP 的提示而非报错,PHP 本身不需要事先声明变量即可直接使用,但是对未声明变量会有提示。一般作为正式的网站会把提示关掉的,甚至连错误信息也被关掉
关闭 PHP 提示的方法
搜索php.ini:
error_reporting = E_ALL
改为:
error_reporting = E_ALL & ~E_NOTICE
还有个不是办法的办法就是
在每个文件头上加
error_reporting(0); 虽然不好弄但是可以解决问题!!!!!!这个比较好用
回复
使用道具
举报
返回列表
发新帖
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
因醉鞭名马幌
152
主题
-1
回帖
10
积分
新手上路
新手上路, 积分 10, 距离下一级还需 40 积分
新手上路, 积分 10, 距离下一级还需 40 积分
积分
10
加好友
发消息
回复楼主
返回列表
网络技术教程
软件使用教程
Windows教程
Centos教程
Ubuntu教程
Linux其他教程
综合教程
其他教程
其他文档
服务器商家推荐
华夏互联
蓝速云
米图云
全球云
文章
1
苹果电脑MAC系统登录Windows远程桌面
2
Debian拓展硬盘工具。cloud-utils-growpart、xfsprogs
3
安卓Android手机怎么使用V2rayNG?
4
WINDOWS系统电脑怎么使用WINXRAY?
5
notepad++.8.5.7编辑器,代码编辑器
6
DirectX修复工具增强版_V4.3.0.40864版本DLL修复工具C++安装
7
Visual C++运行库合集包完整版VisualCppRedist_AIO_x86_x64
8
ChromeSetup谷歌浏览器一键安装