yii-node-socket
yii-node-socket copied to clipboard
Hi, I very happy when I did find your extension. I need especially a solution like this. I did everithing above, git clone what needed and I also extend the...
Hello, i'm installation node-socket in yii 1.1, but when start yiic nodeSocket generate error
Уже и в представление пробовал вставлять, и в `app\assets\AppAsset`: ``` use YiiNodeSocket\Assets\NodeSocketAssets; NodeSocketAssets::register($this); ``` ``` public $depends = [ 'yii\web\YiiAsset', 'YiiNodeSocket\Assets\NodeSocketAssets', 'yii\bootstrap\BootstrapAsset', ]; ``` Ошибка `Class 'YiiNodeSocket\Assets\NodeSocketAssets' does not exist`....
Hello I am trying to use your extension in Yii 1.19 and it does not work for me, it gives me the following error **Undefined offset: 3** I send you...
Hi How i can update socket.io in node_modules ?
How can I use https://myhost.com:65080/socket.io/socket.io.js over https? Because when I set https in NodeSocketAssets.php, I get this error in console https://myhost.com:65080/socket.io/socket.io.js net::ERR_CONNECTION_TIMED_OUT
Mixed Content: The page at 'https://myhost' was loaded over HTTPS, but requested an insecure script 'http://myhost:65080/socket.io/socket.io.js'. This request has been blocked; the content must be served over HTTPS.
In your yii-node-socket/lib/php/console/UnixConsole.php you use exec comand. For security reasons exec() command is disabled and also shell_exec() and system(). Is there any alternative I can use ?
I have followed step by step as in your instruction but my application could not load "NodeSocket" class. An fatal error has occurred. BTW, I am using yii1 and my...
Yii2 fix
Long ago i made some changes so i could use it with Yii2. Changed the bare minimum to get it working. Classes names and namespaces mostly.