PHP学习 第10页
PHP学习
Error while sending STMT_PREPARE packet. PID=18017-蚂蚁资源网

Error while sending STMT_PREPARE packet. PID=18017

这个报错是长时间连接数据库会断线,导致这个原因有多种可能,最有可能是:1、大批量对数据库增删改;2、增删改是因服务器卡;3、其他可能性,未知;第一步:修改数据库配置文件 database.php ...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
010813
trim() expects parameter 1 to be string, int given-蚂蚁资源网

trim() expects parameter 1 to be string, int given

trim() expects parameter 1 to be string, int given主要是trim缺少参数注:参数必须是字符串(整型也会报错)
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
0539
致命错误: Class 'Redis' not found-蚂蚁资源网

致命错误: Class ‘Redis’ not found

代码执行过程中出现:致命错误: Class 'Redis' not found解决办法:1、查看一下当前PHP环境下有没有安装redis扩展2、如果是window服务器,看一下redis路径有没有添加到环境变量里面去一般情况下...
蚂蚁官方的头像-蚂蚁资源网蚂蚁官方6个月前
05710