Wednesday, 3 May 2017

socketio and zend integration (routing)

Im currently trying to to a real time dashboard, showing online user on a based url.

Using a nodejs/socketIO and a zend platform(1). When my page try socket.emit();

Request URL:http://mysite.local/socket.io/?EIO=3&transport=polling&t=LlEm2ig
Request Method:GET
Status Code:200 OK

But getting this error:

Fatal error:

Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message 'Invalid controller specified (socket.io)

I think im supposed to do somethings in my bootstrap (routing or somethings) but can't figure it out...

This might be a really stupid question, but im tired :D



via user3515589

No comments:

Post a Comment