|
Notice: Undefined index: EaseTemplateVer in E:/Server/vhosts/www.lvtao.NET/libs/template.core.php on line 51
Notice: Use of undefined constant uid - assumed 'uid' in E:/Server/vhosts/www.lvtao.NET/global.php on line 54
Notice: Undefined index: uid in E:/Server/vhosts/www.lvtao.NET/global.php on line 54
Notice: Use of undefined constant cuid - assumed 'cuid' in E:/Server/vhosts/www.lvtao.NET/global.php on line 55
Notice: Undefined index: cuid in E:/Server/vhosts/www.lvtao.NET/global.php on line 55
Notice: Use of undefined constant shell - assumed 'shell' in E:/Server/vhosts/www.lvtao.NET/global.php on line 56
Notice: Undefined index: shell in E:/Server/vhosts/www.lvtao.NET/global.php on line 56
Notice: Use of undefined constant cshell - assumed 'cshell' in E:/Server/vhosts/www.lvtao.NET/global.php on line 57
Notice: Undefined index: cshell in E:/Server/vhosts/www.lvtao.NET/global.php on line 57
Notice: Use of undefined constant username - assumed 'username' in E:/Server/vhosts/www.lvtao.NET/global.php on line 58
Notice: Undefined index: username in E:/Server/vhosts/www.lvtao.NET/global.php on line 58
Notice: Use of undefined constant cusername - assumed 'cusername' in E:/Server/vhosts/www.lvtao.NET/global.php on line 59
Notice: Undefined index: cusername in E:/Server/vhosts/www.lvtao.NET/global.php on line 59
Notice: Use of undefined constant id - assumed 'id' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 10
Notice: Use of undefined constant id - assumed 'id' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 14
Notice: Use of undefined constant content - assumed 'content' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 16
Notice: Use of undefined constant content - assumed 'content' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 16
Notice: Use of undefined constant description - assumed 'description' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 17
Notice: Use of undefined constant description - assumed 'description' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 17
Notice: Use of undefined constant provinceid - assumed 'provinceid' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 18
Notice: Use of undefined constant cityid - assumed 'cityid' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 19
Notice: Use of undefined constant hy - assumed 'hy' in E:/Server/vhosts/www.lvtao.NET/companyjob.php on line 20
Notice: Undefined variable: content in E:/Server/vhosts/www.lvtao.NET/libs/template.core.php on line 557
進(jìn)入網(wǎng)站會(huì)出現(xiàn)大量類似下面的提示,但是可以正常顯示和運(yùn)行
Notice: Use of undefined constant ctbTitle - assumed 'ctbTitle' in d:/ctb1.5/ctb/include/config.php on line 23...
b答案:這些是 php 的提示而非報(bào)錯(cuò),php 本身不需要事先聲明變量即可直接使用,但是對(duì)未聲明變量會(huì)有提示。一般作為正式的網(wǎng)站會(huì)把提示關(guān)掉的,甚至連錯(cuò)誤信息也被關(guān)掉
關(guān)閉 php 提示的方法
搜索php.ini:
error_reporting = E_ALL
改為:
error_reporting = E_ALL & ~E_NOTICE
還有個(gè)不是辦法的辦法就是
在每個(gè)文件頭上加
error_reporting(0); 雖然不好弄但是可以解決問題!!!!!!這個(gè)比較好用
php技術(shù):PHP運(yùn)行出現(xiàn)Notice : Use of undefined constant 的完美解決方案分享,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。