Jump to content

ServerConnectionFailureException


GrooveOnBeat
  • Babble 2.2.4 Closed Bug

Hi Michael,

PHP 7

Recently upgraded PHP. After that I get these errors. Reset keys, stopped and restarted node.js.

What works: Chat and online list

What does not work: notifications (of any kind)

ElephantIO\Exception\ServerConnectionFailureException
0: An error occurred while trying to establish a connection to the server
#0 /home/site/public_html/forums/applications/babble/sources/3rdparty/vendor/wisembly/elephant.io/src/Engine/SocketIO/Version1X.php(48): ElephantIO\Engine\SocketIO\Version1X->handshake()
#1 /home/site/public_html/forums/applications/babble/sources/3rdparty/vendor/wisembly/elephant.io/src/Client.php(60): ElephantIO\Engine\SocketIO\Version1X->connect()
#2 /home/site/public_html/forums/applications/babble/sources/Sockets/Sockets.php(207): ElephantIO\Client->initialize()
#3 /home/site/public_html/forums/applications/babble/modules/front/view/view.php(544): IPS\babble\_Sockets->connectedOnline()
#4 [internal function]: IPS\babble\modules\front\view\_view->connectOnline()
#5 /home/site/public_html/forums/system/Dispatcher/Controller.php(85): call_user_func(Array)
#6 /home/site/public_html/forums/applications/babble/modules/front/view/view.php(255): IPS\Dispatcher\_Controller->execute()
#7 /home/site/public_html/forums/system/Dispatcher/Dispatcher.php(129): IPS\babble\modules\front\view\_view->execute()
#8 /home/site/public_html/forums/index.php(13): IPS\_Dispatcher->run()
#9 {main}



#0 /home/site/public_html/forums/applications/babble/sources/Sockets/Sockets.php(253): IPS\_Log::log('ElephantIO\\Exce...')
#1 /home/site/public_html/forums/applications/babble/modules/front/view/view.php(544): IPS\babble\_Sockets->connectedOnline()
#2 [internal function]: IPS\babble\modules\front\view\_view->connectOnline()
#3 /home/site/public_html/forums/system/Dispatcher/Controller.php(85): call_user_func(Array)
#4 /home/site/public_html/forums/applications/babble/modules/front/view/view.php(255): IPS\Dispatcher\_Controller->execute()
#5 /home/site/public_html/forums/system/Dispatcher/Dispatcher.php(129): IPS\babble\modules\front\view\_view->execute()
#6 /home/site/public_html/forums/index.php(13): IPS\_Dispatcher->run()
#7 {main}

 


User Feedback

Recommended Comments

The server-side appears to check out ok.

The private key matches. SSL key, certificate, and CA Bundle matches. port is open. allow_url_fopen is set to yes.

Is there anything else that needs to be checked on the server-side?

Is there anything that needs to be checked on the forum/babble side?

Link to comment
Share on other sites

It is currently set on the domain level. Does that have to be set on a global level?

php.ini was set to allow_url_fopen=on.

Still getting the error. :(

Edited by GrooveOnBeat
Link to comment
Share on other sites


×
×
  • Create New...