D
Deleted member 232995
Guest
Never had problems with umpteen sites. Now with the new project Redis only makes problems.
Have the settings in the Config already limited to a minimum and still only trouble.
I also see with
But at the same time CSS makes problems 500 Error
Html is not parsed anymore
In addition, the error log of XF runs over there thousands of errors come in...
does anyone have any ideas?
Had/have also already installed the XON Redis Add_on.
Have the settings in the Config already limited to a minimum and still only trouble.
Code:
$config['cache']['enabled'] = true;
$config['cache']['provider'] = 'Redis';
$config['cache']['config'] = [
'host' => '127.0.0.1'
];
I also see with
redis-cli monitor
wonderfully how the data goes in/out.But at the same time CSS makes problems 500 Error
Html is not parsed anymore
In addition, the error log of XF runs over there thousands of errors come in...
- Template error that functions are unknown - but only as long as Redis is active
- Method XY is not callable on the given object
- Error rendering widget
does anyone have any ideas?
Had/have also already installed the XON Redis Add_on.