webim icon indicating copy to clipboard operation
webim copied to clipboard

使用PHP+Swoole实现的网页即时聊天工具

Results 40 webim issues
Sort by recently updated
recently updated
newest added

404 Not Found Swoole\Factory: resource[cache/session] not found. SwooleFramework at 127.0.0.1 Port 8888 ---------------------------------------------------------------------------------------------------- #0 line:383 call:Swoole\Error::info file:/Users/test/swoole/webim/vendor/matyhtf/swoole_framework/libs/Swoole/Protocol/HttpServer.php #1 line:642 call:Swoole\Protocol\HttpServer->httpError file:/Users/test/swoole/webim/vendor/matyhtf/swoole_framework/libs/Swoole/Swoole.php #2 line:47 call:Swoole->handlerServer file:/Users/test/swoole/webim/vendor/matyhtf/swoole_framework/libs/Swoole/Protocol/AppServer.php #3 line:262 call:Swoole\Protocol\AppServer->onRequest file:/Users/test/swoole/webim/vendor/matyhtf/swoole_framework/libs/Swoole/Protocol/HttpServer.php #4...

PHP Notice: Undefined index: storage in /www/web/webim_baidu_com/public_html/src/Server.php on line 51 PHP Notice: Undefined offset: 2 in /www/web/webim_baidu_com/public_html/src/Server.php on line 197 PHP Warning: Swoole\Database\MySQLi SQL Error:select * from `webim_history` order by...

src目录和README.md里介绍的目录内容不一致

访问http::// 180.76.128.198:8084 返回File not found. 这个是什么问题引起的? nginx 配置如下 server { listen 8084; server_name 180.76.128.198; index index.html index.php; access_log /path/to/webim/webroot/access.log main; error_log /path/to/webim/webroot/error.log warn; location / { root /path/to/webim/webroot; proxy_set_header X-Real-IP...

PHP Fatal error: Cannot use 'String' as class name as it is reserved

看源码websocket服务器是基于swoole扩展提供的swoole_http_server用PHP实现的,是否可以改造成用swoole-1.7.9以后内置的swoole_websocket_server?这样websocket的帧解析、打包等字符串处理就可以交给效率高很多的C去处理,会提高不少性能

swoole swoole support => enabled Version => 2.0.7 Author => tianfeng.han[email: [email protected]] kqueue => enabled rwlock => enabled async http/websocket client => enabled pcre => enabled zlib => enabled Directive...

一直报这个问题,想请教一下怎么解决呢 Swoole \ Exception \ NotFound Swoole\Factory: resource[cache/session] not found.