Tried doing as you suggested, however, even the documentation specifies that you should change the port?
Here’s my web server error:
[Wed Oct 19 15:28:12.508266 2022] [proxy_fcgi:error] [pid 21300:tid 140467837064768] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "=>" in /home/XXXXX/domains/XXXXX.com/public_html/cloud/config/config.php on line 46'
[Wed Oct 19 15:28:13.572571 2022] [proxy_fcgi:error] [pid 21299:tid 140468013311552] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "=>" in /home/XXXXX/domains/XXXXX.com/public_html/cloud/config/config.php on line 46'
[Wed Oct 19 15:28:20.496800 2022] [proxy_fcgi:error] [pid 21300:tid 140467786708544] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "=>" in /home/XXXXX/domains/XXXXX.com/public_html/cloud/config/config.php on line 46'
[Wed Oct 19 15:28:20.546912 2022] [proxy_fcgi:error] [pid 21299:tid 140468055275072] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function getRequest() on null in /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php:53\nStack trace:\n#0 /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php(171): handleException()\n#1 {main}\n thrown in /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php on line 53'
[Wed Oct 19 15:28:20.550347 2022] [proxy_fcgi:error] [pid 21300:tid 140467786708544] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "=>" in /home/XXXXX/domains/XXXXX.com/public_html/cloud/config/config.php on line 46'
[Wed Oct 19 15:28:21.163241 2022] [proxy_fcgi:error] [pid 21300:tid 140467786708544] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected token "=>" in /home/XXXXX/domains/XXXXX.com/public_html/cloud/config/config.php on line 46'
[Wed Oct 19 15:28:42.596474 2022] [proxy_fcgi:error] [pid 21299:tid 140468055275072] [client 109.103.199.70:0] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught Error: Call to a member function getRequest() on null in /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php:53\nStack trace:\n#0 /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php(171): handleException()\n#1 {main}\n thrown in /home/XXXXX/domains/XXXXX.com/public_html/cloud/remote.php on line 53'
Config file now reads
… continued
‘updater.secret’ => ‘$2y$10$OyBSkNkYamDesYZA7j98Oun3fqsicSJ3qQiojaHPcPphewaV8sPTy’,
);
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘redis’ => [
‘host’ => ‘/home/XXXXX/.redis/redis.sock’,
‘port’ => 0,
‘dbindex’ => 1,
‘timeout’ => 1.5,
],
Full server reboot.