The information I'm seeing related to this error indicate it's an issue with DB authentication.
Double check the DB name, username and password in config.php, make sure the DB user has the correct privileges etc. If you have any values for host or port try using nothing.
Double check the DB name, username and password in config.php, make sure the DB user has the correct privileges etc. If you have any values for host or port try using nothing.
Code:
$dbhost = '';$dbport = '';
Statistics: Posted by thecoalman — Fri Dec 29, 2023 6:54 pm