I have deployed my application from my development server to a client’s host server. I created the zip file and put the files on the new server. Then, I did a database dump and restored on the client’s server. I had to name the database differently, because of restrictions on the client’s server.
When I ran the application, it took me to the Production Environment setups, in which I created the new database connection and named it the same as the development. The new connection verification was successful.
When I ran the application, I am getting the following error on my applications:
Error while accessing the database:
No database selected
Does anyone know what the problem is? Are there other configurations that need changed?
Thank you.