php代碼出現錯誤分析詳解第1/2頁_php技巧

來源:互聯網
上載者:User
錯誤類型:
一、未使用二進位上傳



  代碼:   
Fatal error: This encoded file is corrupted. Please refer to http://www.zend.com/support/support_faq.php?id=loader_file_corrupt for further help in 

/webhome/****.com/web/www/index.php on line 0 



二、資料表中缺少欄位

  代碼:   
An error was encountered 
Boka SiteEngine
資料庫錯誤
錯誤資訊1054: Unknown column 'tuijian' in 'where clause'

出現錯誤的查詢資訊是
SELECT * FROM boka_product WHERE tuijian=1 AND classid IN ('1','0')ORDER BY id DESC LIMIT 4 



三、伺服器限制了網站使用記憶體的大小為8M,現在已經超過

  代碼:   
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 5898240 bytes) 


四、這個是模板錯誤,header.php的529行所指出的模板,該模板的79行出錯
[code]in /webhome/***.com/web/www/header.php(529) : eval()'d code on line 79 



五、資料庫表不存在

  代碼:   
An error was encountered 
Boka SiteEngine

1146: Table 'test.boka_settings' doesn't exist


SELECT value FROM boka_settings WHERE variable='defaultstyleid' 



六、 未安裝或者資料庫的使用者名稱密碼錯誤

  代碼:   
An error was encountered 
Boka SiteEngine

1045: Access denied for user: 'root@localhost' (Using password: YES)    



七、查詢語句有錯誤

  代碼:   
Boka SiteEngine
資料庫錯誤
錯誤資訊1064: You have an error in your SQL syntax near 'ORDER BY sequence ASC,id ASC' at line 1

出現錯誤的查詢資訊是
UPDATE gzhy_newsclass SET ishidden ='1' WHERE id = '38' ORDER BY sequence ASC,id ASC 



八、檔案到期

  代碼:   
There is a fatal error,the file has expired 



九、資料庫出錯,需要修複資料庫或者重新啟動資料庫?

  代碼:   
An error was encountered 
Boka SiteEngine

2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 



十、

  代碼:   
Warning: Unexpected character in input: '' (ASCII=4) state=1 in c:\program files\siteengine\siteenginephp\www\index.php on line 97

Warning: Unexpected character in input: '' (ASCII=5) state=1 in c:\program files\siteengine\siteenginephp\www\index.php on line 97

Parse error: parse error, unexpected T_STRING in c:\program files\siteengine\siteenginephp\www\index.php on line 97  

當前1/2頁  12下一頁閱讀全文

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.