欢迎来到福编程网,本站提供各种互联网专业知识!

php代码出现错误分析详解第1/2页

发布时间:2008-06-17 作者: 来源:转载
由于最近总是接触到php,经常会出现一些错误,特把php的常见的错误代码收集了下,希望对大家有帮助
错误类型:
一、未使用二进制上传

代码:
Fatalerror:Thisencodedfileiscorrupted.Pleaserefertohttp://www.zend.com/support/support_faq.php?id=loader_file_corruptforfurtherhelpin

/webhome/****.com/web/www/index.phponline0

二、数据表中缺少字段

代码:
Anerrorwasencountered
BokaSiteEngine
数据库错误
错误信息1054:Unknowncolumn'tuijian'in'whereclause'

出现错误的查询信息是
SELECT*FROMboka_productWHEREtuijian=1ANDclassidIN('1','0')ORDERBYidDESCLIMIT4

三、服务器限制了网站使用内存的大小为8M,现在已经超过

代码:
Fatalerror:Allowedmemorysizeof8388608bytesexhausted(triedtoallocate5898240bytes)


四、这个是模板错误,header.php的529行所指出的模板,该模板的79行出错
[code]in/webhome/***.com/web/www/header.php(529):eval()'dcodeonline79

五、数据库表不存在

代码:
Anerrorwasencountered
BokaSiteEngine

1146:Table'test.boka_settings'doesn'texist


SELECTvalueFROMboka_settingsWHEREvariable='defaultstyleid'

六、未安装或者数据库的用户名密码错误

代码:
Anerrorwasencountered
BokaSiteEngine

1045:Accessdeniedforuser:'root@localhost'(Usingpassword:YES)

七、查询语句有错误

代码:
BokaSiteEngine
数据库错误
错误信息1064:YouhaveanerrorinyourSQLsyntaxnear'ORDERBYsequenceASC,idASC'atline1

出现错误的查询信息是
UPDATEgzhy_newsclassSETishidden='1'WHEREid='38'ORDERBYsequenceASC,idASC

八、文件过期

代码:
Thereisafatalerror,thefilehasexpired

九、数据库出错,需要修复数据库或者重新启动数据库?

代码:
Anerrorwasencountered
BokaSiteEngine

2002:Can'tconnecttolocalMySQLserverthroughsocket'/tmp/mysql.sock'(2)

十、

代码:
Warning:Unexpectedcharacterininput:''(ASCII=4)state=1inc:programfilessiteenginesiteenginephpwwwindex.phponline97

Warning:Unexpectedcharacterininput:''(ASCII=5)state=1inc:programfilessiteenginesiteenginephpwwwindex.phponline97

Parseerror:parseerror,unexpectedT_STRINGinc:programfilessiteenginesiteenginephpwwwindex.phponline97

当前1/2页12下一页阅读全文

相关推荐