2015/05/22 11:10:42 [error] 25164#0: *24170881 upstream sent too big header while reading response header from upstream, client: 58.247.43.226, server...
分类:
Web程序 时间:
2015-05-22 13:13:52
阅读次数:
135
可能用了PHP5.3乃至更高的PHP版本,目前DEDE中有很多地方的正则函数都用的ereg_replace,而这个函数现在在PHP5.3中已经被废止了。解决办法:如果一定要用php5.3,请修改php.ini中下面代码;extension=php_mbstring.dll改为extension=ph...
分类:
Web程序 时间:
2015-05-06 17:22:34
阅读次数:
124
1、场景
ajax请求php脚本返回404状态码,但php脚本能够输出数据,导致ajax的的回调函数无法继续执行。
排查过程:
1、怀疑是自己写的框架有问题,在浏览器窗口中请求ajax的请求脚本路径,页面能够正常打开。
2、写个php脚本,直接输出一个json格式的字符串,用ajax请求,依旧返回状态码为404.
3、写个html页面用ajax请求,返回状态码为405.
...
分类:
Web程序 时间:
2015-04-23 15:51:29
阅读次数:
161
在用CI 开发微信公众号的时候出现下面这么个问题,网上看了一圈解决办法是:把报错的文件用editplus另存为utf-8。Severity: WarningMessage: Cannot modify header information - headers already sent by (out...
分类:
Web程序 时间:
2015-03-18 13:58:30
阅读次数:
149
Failedtoconnectto:192.168.100.200:28018:send_package:errorreadingfromsocket:Thesocketisclosed
分类:
Web程序 时间:
2015-03-18 06:35:24
阅读次数:
327
系统版本[root@webphp-5.3.27]#cat/etc/redhat-releaseCentOSrelease6.5(Final)LNMP编译安装php的过程中报错:第一个报错:configure:error:Cannotfindldap.h解决办法:yuminstallopenldapopenldap-devel-y第二个报错:configure:error:Cannotfindldaplibrariesin/usr/lib解决..
分类:
其他好文 时间:
2015-03-07 18:45:48
阅读次数:
424
php-fpm解析PHP,"Noinputfilespecified","Filenotfound"的问题今天不幸中招了。大致记录一下几个原因:1、web根目录下文件不存在。这个解决方法就不用说了。2、php-fpm配置问题有可能是fastcgi.conf的配置问题,也有可能是用php-fpm启动用户造成的权限问题,还有可能是nginx..
分类:
Web程序 时间:
2014-11-24 22:44:01
阅读次数:
316
linux下安装php报错configure: error: Cannot find MySQL header files under /usr/include/mysql.2013-03-04 15:34wdjhz|分类:服务器软件|浏览5318次configure: error: Cannot ...
分类:
数据库 时间:
2014-11-13 16:02:57
阅读次数:
188
nginx1.6.2-mysql5.5.32二进制,php安装报错解决:[root@clientphp-5.3.27]#make......Generatingphar.php/home/oldboy/tools/php-5.3.27/sapi/cli/php:errorwhileloadingsharedlibraries:libmysqlclient.so.18:cannotopensharedobjectfile:Nosuchfileordirectorymake:***[ext/..
分类:
Web程序 时间:
2014-11-12 10:37:50
阅读次数:
316
PHP报错:Calltoundefinedfunctionbcmul(),在网上查到bc是BinaryCalculator的缩写。bc*函数的参数都是操作数加上一个可选的[intscale],比如stringbcadd(string$left_operand,string$right_operand[,int$scale]),如果scale没有提供,就用bcscale的缺省值。这里大数直接用一个..
分类:
Web程序 时间:
2014-11-04 07:00:24
阅读次数:
182