
Originally Posted by
bustin98
PHP ver 8.3
MySQL ver 5.7
IIS 8.5
New Install
I went through the installation, database tables were created. When I visit the home page, it gives a 500 error. Going to the logs, the following errors are there:
PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user '***'@'localhost' (using password: YES) in yadayada\products\laravel\vendor\illuminate\database\Connectors\Connector.php:70
Next Illuminate\Database\QueryException: SQLSTATE[HY000] [1045] Access denied for user '***'@'localhost' (using password: YES) (SQL: select * from `plugin_control` where (`status` = 1) order by `name` asc, `unique_key` asc) in yadayada\laravel\vendor\illuminate\database\Connection.php:760
I did attempt to hardcode the username and password into the connector file, but the same error occurred.