I am getting error when something is related to database connection in zend framework. The server is unix server running apache.
Here is my application.ini configuration
resources.db.adapter = "pdo_mysql"
resources.db.params.host = "localhost"
resources.db.params.username = "a5633138_hotel"
resources.db.params.password = "passowrd"
resources.db.params.dbname = "a5633138_hotel"
resources.db.isDefaultTableAdapter = true
Do I need to configure something else if it is live server for example is it ok if I write localhost in host part.
replace your ErrorController.php with following contents