Upgraded from 3.7.5 to 3.8.0 and Cannot Edit Global Configuration now. - Joomla! Forum - community, help and support
i upgraded joomla 3.7.5 3.8.0 , cannot edit of global configuration settings following error message: invalid field: redis server port.
my config file looked this:
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '0';
public $redis_server_auth = 'password';
public $redis_server_db = '0';
i changed this:
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '6379';
public $redis_server_auth = '';
public $redis_server_db = '0';
still error code.
my config file looked this:
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '0';
public $redis_server_auth = 'password';
public $redis_server_db = '0';
i changed this:
public $redis_persist = '1';
public $redis_server_host = 'localhost';
public $redis_server_port = '6379';
public $redis_server_auth = '';
public $redis_server_db = '0';
still error code.
idem me too. no changes
Comments
Post a Comment