You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using older CodeIgniter version 4.4.* with this library, but after I updated to the version 4.5.2 (and fix breaking changes) the library would't load and I getting this error:
CRITICAL - 2024-06-28 07:37:11 --> Error: Call to a member function set_callback() on null
[Method: CLI, Route: webserver]
in APPPATH/Controllers/Websocket.php on line 41.
1 SYSTEMPATH/CodeIgniter.php(933): App\Controllers\Websocket->start()
2 SYSTEMPATH/CodeIgniter.php(509): CodeIgniter\CodeIgniter->runController()
3 SYSTEMPATH/CodeIgniter.php(355): CodeIgniter\CodeIgniter->handleRequest()
4 SYSTEMPATH/Boot.php(325): CodeIgniter\CodeIgniter->run()
5 SYSTEMPATH/Boot.php(67): CodeIgniter\Boot::runCodeIgniter()
6 FCPATH/index.php(56): CodeIgniter\Boot::bootWeb(
I was using older CodeIgniter version 4.4.* with this library, but after I updated to the version 4.5.2 (and fix breaking changes) the library would't load and I getting this error:
The code in start is of class is:
The text was updated successfully, but these errors were encountered: