In configuration.php does your $host point to an external IP addres or domain name?
Could you try adding the port behind the localhost variable?
So to use port 1234:
public $host = 'remotedb.example.com:1234';
Could you try adding the port behind the localhost variable?
So to use port 1234:
public $host = 'remotedb.example.com:1234';
Statistics: Posted by pe7er — Wed May 01, 2024 5:58 am