strict standards php報錯的解決辦法:1、在父類之后定義繼承類;2、在“setup-config.php”文件中添加“error_reporting( ~(E_STRICT | E_NOTICE));”。
成都創(chuàng)新互聯(lián)專注于中站網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供中站營銷型網(wǎng)站建設,中站網(wǎng)站制作、中站網(wǎng)頁設計、中站網(wǎng)站官網(wǎng)定制、微信小程序服務,打造中站網(wǎng)絡公司原創(chuàng)品牌,更為您提供中站網(wǎng)站排名全網(wǎng)營銷落地服務。
本文操作環(huán)境:Windows7系統(tǒng),PHP5.3.3版,Dell G3電腦。
如何解決strict standards php報錯問題?
PHP中Strict Standards錯誤解決方法
在PHP5.3.3 中安裝wordpress 3.0.1 ,在安裝時出現(xiàn)錯誤:
Strict Standards: PHP Strict Standards: Declaration of Walker.....的解決辦法:
出現(xiàn)錯誤提示:
Strict Standards: PHP Strict Standards: Declaration of Walker_Page::start_lvl() should be compatible with that of Walker::start_lvl() in E:\\Webroot\\wordpress\\wp-includes\\classes.php on line 1199 PHP Strict Standards: Declaration of Walker_Page::end_lvl() should be compatible with that of Walker::end_lvl() in E:\\Webroot\\wordpress\\wp-includes\\classes.php on line 1199 PHP Strict ........錯誤原因:
這是由于 php 5.3版本后。要求繼承類必須在父類之后定義。否則就會出現(xiàn)Strict Standards: PHP Strict Standards: Declaration of .... should be compatible with that of .... 的錯誤提示。也就是說必須父類在前,繼承類在后。
錯誤參考頁面。
bugs點php點net/bug.php?id=46851 (不能發(fā)表帶鏈接的網(wǎng)址) 上面清楚地解釋了出現(xiàn)此類錯誤的具體原因。
解決辦法:
在wordpress3.0.1 文件中,找到 wp-admin\\setup-config.php 文件。
在require_once('../wp-includes/compat.php'); 上面添加一句:
error_reporting( ~(E_STRICT | E_NOTICE));問題解決。
這句話的意思是錯誤報告設置:顯示所有錯誤,但是除了嚴格錯檢查或者錯誤報告。也就是說PHP5.3.3 不執(zhí)行嚴格錯誤檢查。也不顯示錯誤提示。跳過嚴格錯誤檢查。
推薦學習:《PHP視頻教程》
名稱欄目:如何解決strictstandardsphp報錯問題
文章URL:http://m.rwnh.cn/article36/cjhdsg.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護、微信公眾號、做網(wǎng)站、小程序開發(fā)、手機網(wǎng)站建設、定制開發(fā)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)