Notice: Undefined variable: GOLBALS
程序员文章站
2024-02-10 09:41:28
...
求助,这个怎么解决啊
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
回复讨论(解决方案)
$GLOBALS 才是
$GOLBALS
改成
$GLOBALs
感谢您的回复,我按照您的修改了,可是还是报错
$GLOBALs
Notice: Undefined variable: GLOBALs
另外 自定义全局变量(register_globals):也是打开的
手误
$GOLBALS
改成
$GLOBALS
$GLOBALs
=>
$ GLOBALS
php 变量是区分大小写的。
感谢感谢,我都没看出来名字写作了,谢谢了,结贴
上一篇: include 里的链接解决办法
下一篇: day_05
推荐阅读
-
Notice: Undefined variable: GOLBALS
-
Notice: Undefined variable: GOLBALS
-
php Notice: Undefined index 错误提示解决方法
-
PHP中出现Notice: Undefined index的三种解决办法_PHP教程
-
php Notice : Use of undefined constant解决办法
-
【未定义变量】Notice: Undefined variable解决方法
-
php出现Notice : Use of undefined constant 的解决方法
-
PHP Notice: Undefined index: ... 问题的解决方法:
-
PHP错误Notice: Undefined index解决方法
-
【未定义变量】Notice: Undefined variable解决方法