XenForo WebSockets

XenForo WebSockets 2.1.1

Upgrade No permission to download
Premium
Developer
Jun 11, 2020
595
469
63
Yup, still 8.1.

View attachment 1985

The error only (seemingly) occurs with Google translated pages - there are now a few hundred in the logs, but all of them have the .translate.goog referrer.
Could you please send me a list of installed addons? Maybe you have some cache installed or something like this? The error indicates problems with PHP syntax parsing, which, in fact, cannot cause the page opening in Google Translate unless for some reason the PHP handler does not change when opening. Also, this site has PHP version 8.1.30 installed and this error does not occur when opening the page through Google Translate, so we need to look for the problem in your environment
 
May 4, 2023
11
4
3
I am still running v2.0.0 of your Real time alerts and Real time threads.

Both of which I have extended with further features - do I need to make any changes to any of the hooks on those (or mine) for this latest version of Websockets?

I am using Wincache for XF's backend cache, but XF's built in File Caching for the page caching.
 
Premium
Developer
Jun 11, 2020
595
469
63
Both of which I have extended with further features - do I need to make any changes to any of the hooks on those (or mine) for this latest version of Websockets?
No

I am using Wincache for XF's backend cache, but XF's built in File Caching for the page caching.
Try clearing wincache and make sure you also update this extension. Also clear the page cache
 
May 4, 2023
11
4
3
Ok so I've found what was wrong - my PHP new 8.1 install wasn't allowing the OPTIONS verb, which meant the pre-flight CORS check was failing. Adding that to the allow list in IIS solved the issue.

This hadn't cropped up before because I was on PHP 8.0.

Sorry for the trouble! It looks like all is good now :)
 
  • Thinking
Reactions: 021