Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
New XenForo Released Full Nulled 2.3.10 is available for download now. -> HERE
New XenForo Released Upgrade Nulled 2.3.10 is available for download now. -> HERE
XenForo Enhanced Search (XFES) 2.3.10 is available for download now. -> HERE
XenForo Resource Manager (XFRM) 2.3.10 is available for download now. -> HERE
XenForo Media Gallery (XFMG) 2.3.10 is available for download now. -> HERE
Q: There are a lot of the errors; "CredisException: read error on connection" or "CredisException: protocol error, got 'xxx' as reply type byte" being logged
A: Please be aware that Redis is very sensitive to latency in a virtual environment. If repeated connection failures or protocol errors are experienced disable any Redis Persistence options. Additionally, check CPU steal as this can also cause latency issues.
Additionally, check the redis log file ( /var/log/redis/redis.log ) for any warnings. Key things to look for:
WARNING you have Transparent Huge Pages (THP) support enabled in your kernel
Q: Sample XenForo Configuration using username/password
Redis supports username/password authentication.
This is most common in cloud environments which use redis 6 (ie with a username), while older redis only supports just a password
PHP:
$config['cache']['config']['username'] = 'myUsername'; // requires redis 6+, or for cloud redis installations
$config['cache']['config']['password'] = '....';
Q. Sample XenForo Configuration using SSL/TLS support
PHP:
$config['cache']['config']['server'] = 'ssl://127.0.0.1';
// See https://www.php.net/manual/en/context.ssl.php for details
$config['cache']['config']['tlsOptions'] = [
'SNI_enabled' => true,
];
Q. When trying to use a socket, an exception with "No such file or directory" is thrown
A. There are a few reasons this could happen;
After confirming that the socket path is correct, try the following suggestions:
selinux is preventing php from accessing the socket.
open_basedir is preventing php from accessing the socket.
chroot is preventing php from accessing the socket.
permissions are preventing php from reading/writing to the socket.
Q: phpredis supports persistent connection, are these recommended?
A: I do not recommend using persistent connections, as they appear to be quite buggy.
Legal Notice
Inactive member accounts are automatically deleted after 1 month. Some countries cannot register and are not allowed to register on this website, there is a reason for that.
All duplicate accounts will be banned and a warning will be issued to the primary account holder.
To ensure a positive and productive experience for everyone, please take a moment to review the site's guidelines and community rules outlined in the link here. Website Rules of Conduct
Hello Visitors!
You must be a member and logged in to download files.