takielias / codeigniter4-websocket

Codeigniter 4 Websocket Built for real-time application
https://ebuz.xyz
MIT License
81 stars 26 forks source link

Not able to start the server #2

Open supportreq opened 3 years ago

supportreq commented 3 years ago

Hi,

I am unable to start the WebSocket server..

An uncaught Exception was encountered

Type: Error Message: Class 'Libraries\Server' not found Filename: /home/codeigniter/app/Libraries/CodeigniterWebsocket.php Line Number: 89

    Backtrace:
                                            -31 - /home/codeigniter/app/Controllers/Websocket.php::run
                                                            -918 - /home/codeigniter/vendor/codeigniter4/framework/system/CodeIgniter.php::start
                                                            -404 - /home/codeigniter/vendor/codeigniter4/framework/system/CodeIgniter.php::runController
                                                            -312 - /home/codeigniter/vendor/codeigniter4/framework/system/CodeIgniter.php::handleRequest
                                                            -45 - /home/codeigniter/public_html/index.php::run
takielias commented 3 years ago

Is that a live/local server?

compfl commented 1 year ago

It is working on my local server. I don't know why it is not connecting on my live server.

I check the post I am using is opened. Socket module on php configuration is enabled. not getting any logs. Can anyone help me out?

Thanks

takielias commented 1 year ago

What's the OS of your server?