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

2015-01-24信息快讯网

由于最近总是接触到php,经常会出现一些错误,特把php的常见的错误代码收集了下,希望对大家有帮助

错误类型:
一、未使用二进制上传



  代码:   
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  

php 将字符串按大写字母分隔成字符串数组
mayfish 数据入库验证代码
在PHP中操作Excel实例代码
PHP 图片上传实现代码 带详细注释
PHP 字符串加密函数(在指定时间内加密还原字符串,超时无法还原)
PHP中冒号、endif、endwhile、endfor使用介绍
PHP CURL模拟GET及POST函数代码
PHP 根据IP地址控制访问的代码
DW中链接mysql数据库时,建立字符集中文出现乱码的解决方法
PHP正则的Unknown Modifier错误解决方法
PHP has encountered an Access Violation 错误的解决方法
phpMyAdmin链接MySql错误 个人解决方案
在PHP中检查PHP文件是否有语法错误的方法
php session_start()关于Cannot send session cache limiter - headers already sent错误解决方法
php mssql 日期出现中文字符的解决方法
PHP 出现乱码和Sessions验证问题的解决方法!
PHP+MYSQL 出现乱码的解决方法
PHP伪静态写法附代码
php utf-8转unicode的函数第1/2页
用PHP伪造referer突破网盘禁止外连的代码
PHP学习mysql课件 高级篇第1/2页
PHP学习文件处理与文件上传 课件第1/2页
PHP学习正则表达式 课件第1/2页
坏狼php学习 计数器实例代码
Php注入点构造代码
PHP中MD5函数使用实例代码
PHP时间戳使用实例代码
php出现Cannot modify header information问题的解决方法大全
PHP与MySQL开发中页面出现乱码的一种解决方法
给apache2.2加上mod_encoding模块後 php5.2.0 处理url出现bug
dedecms后台验证码总提示错误的解决方法
mysql4.1以上版本连接时出现Client does not support authentication protocol问题解决办法
php网页后退不再出现过期
定制404错误页面,并发信给管理员的程序
©2014-2024 dbsqp.com