View Single Post
  #4  
Old 22nd February 2021, 21:14
iseeyoucopy iseeyoucopy is offline
VIP
 
Join Date: Jan 2011
P2P
Posts: 28
Default
Quote:
Originally Posted by szaby View Post
Internal Server error 500:
PHP error log:


[22-Feb-2021 10:47:10 Europe/London] PHP Fatal error: Uncaught RedisException: Connection refused in /var/www/html/include/class/class_cacheM.php:63
Stack trace:
#0 /var/www/html/include/class/class_cacheM.php(63): Redis->connect()
#1 /var/www/html/include/bittorrent.php(37): U232\Cache->__construct()
#2 /var/www/html/index.php(13): require_once('...')
#3 {main}
thrown in /var/www/html/include/class/class_cacheM.php on line 63
or you can setup memory or file in cache_config.php if you dont want to use memcahed, redis or apcu

PHP Code:
$TRINITY20['sitecache']['driver'] = 'redis'// Choices are memory, file, redis, memcached, apcu 
Reply With Quote
The Following User Says Thank You to iseeyoucopy For This Useful Post:
BamBam0077 (30th August 2022)