Deprecated: Function set_magic_quotes_runtime() is deprecated 版本问题?
刚刚把本地的环境 PHP v5.2.2 版本 升级到了PHP v5.3.2
把开发过的项目重新运行 就发生错误!
说明版本问题了!!
Deprecated: Function set_magic_quotes_runtime() is deprecated in F:\wwwroot\mongodb\manage\app.php on line 13
官方提供的解决办法:
Discuz 7.2 最新兼容性BUG (我来发布,有图有真相)
貌似康盛都在搞Discuz X版本了,没有管Discuz 7.2了。
我发布一个最新一的BUG,虚张声势哈!嘿嘿!
一、BUG: 帖子开启分类,IE能支持,其他的ff ,谷歌游览器都不行。
nginx 502 Bad Gateway
nginx 502 Bad Gateway的错误,请检查你的FastCGI进程是否启动;FastCGI进程不够使用;执行超时;FastCGI缓冲不够;Proxy缓冲不够;https转发配置错误;php脚本执行时间过长
gzip: stdin: not in gzip format 解决办法(tar: Error exit delayed from previous errors)
今天早上来,把linux的文件压缩保存,到我本地的windows上,然后通过ftp传到另外台linux服务器上 当在另外台服务器解压的时候,报如下错误: A、 问题 gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors 解决办法: tar包压缩的时候用cvf参数,解压的时候用xvf参数 或压缩的时候用czvf参数,解压的时候用xzvf参数 bz 包遇到了,就把z参数换成相应j参数 然后按照上面的解决办法接着解压,又出现下面的问题 B、问题
Sphinx 编译的问题及解决办法(sphinxclient.c:1358: error: ‘SO_NOSIGPIPE’ undeclared)
编译sphinx库 —-libsphinxclient遇到的错误如下: A错误: sphinxclient.c:1358: error: ‘SO_NOSIGPIPE’ undeclared (first use in this function) B错误: .libs/libsphinxclient.a(sphinxclient.o): In function `vi sphinxclient.cset_error’: 解决这两个问题都需要修改sphinxclient.c 文件,如下所示: A错误详细表述: [root@localhost libsphinxclient]# make make all-am make[1]: Entering directory `/usr/local/src/sphinx-1.10-beta/api/libsphinxclient’ /bin/sh ./libtool –mode=compile –tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -o sphinxclient.lo sphinxclient.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c sphinxclient.c -fPIC […]
linux 下mongodb 启动错误!
第一次启动正常, 接着,我修改mongodb的权限 然后,我关闭了mongod,重新启动 就出现下面的错误: old lock file: /usr/local/mongodb/data/mongod.lock. probably means unclean shutdown recommend removing file and running –repair see: http://dochub.mongodb.org/core/repair for more information ************* Wed Jan 5 11:43:52 exception in initAndListen std::exception: old lock file, terminating Wed Jan 5 11:43:52 dbexit: Wed Jan 5 11:43:52 shutdown: going to close listening sockets… Wed Jan 5 11:43:52 […]