PHP Classes

Setting up.

Recommend this page to a friend!

      Web Socket Service  >  All threads  >  Setting up.  >  (Un) Subscribe thread alerts  
Subject:Setting up.
Summary:App not running
Messages:1
Author:Steve Warburton
Date:2013-08-10 10:44:13
 

  1. Setting up.   Reply   Report abuse  
Picture of Steve Warburton Steve Warburton - 2013-08-10 10:44:13
Hi,

I am new to PHP and web sockets.

I have uploaded all 4 files to www.wilsea.com/websockets.
If I run http://www.wilsea.com/websockets/example.php I get :

[08/10/2013 11:30:50]32680: Creating WebSocket [08/10/2013 11:30:50]32680: Configuring WebSocket [08/10/2013 11:30:50]32680: Binding WebSocket [08/10/2013 11:30:50]32680: Listening on WebSocket [08/10/2013 11:30:50]32680: Setting WebSocket to non-blocking [08/10/2013 11:30:50]32680: Server Started [08/10/2013 11:30:50]32680: Listening on: 0.0.0.0 port 2595 [08/10/2013 11:30:50]32680: Master socket: Resource id #3
Fatal error: Call to undefined function pcntl_wait() in /home/wilseayd/public_html/websockets/WebSocket.class.php on line 37

If I run http://www.wilsea.com/websockets/exampleChatRoom.html I get not connected to server.

Is there any other configuration I have to do ?

Cheers

SteveW