Boost Posted September 8, 2023 Posted September 8, 2023 Hi, Happy Friday! How about we start this sunny Friday with an Exception Error? ? This error is happening on my server, after I migrated all files (via rsync) and my database (dump and import) from my local dev. Is there anything I need to be aware of here? Thanks!
BitPoet Posted September 8, 2023 Posted September 8, 2023 9 minutes ago, Boost said: migrated all files (via rsync) That probably included site/config.php, where the database credentials are stored. Your server will likely have different credentials than your local dev machine. 1
Gideon So Posted September 8, 2023 Posted September 8, 2023 Hi @Boost, It is very obvious that the site is failed to connect to the database. Pleaae check the database username and password and then change them in config.php accordingly. Gideon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now