---
title: "How to configure error message display in Drupal 7"
description: "Enabling error messages in the Drupal 7 is not always advised for a live site. When enabled, the site will display error that may alarm the visitor even if they are simple warnings. This setting is..."
url: https://www.inmotionhosting.com/support/edu/drupal/configure-error-message-display/
date: 2012-07-02
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["Drupal"]
type: post
lang: en
---

# How to configure error message display in Drupal 7

Enabling error messages in the Drupal 7 is not always advised for a live site. When enabled, the site will display error that may alarm the visitor even if they are simple warnings. This setting is generally used when in development or troubleshooting and you want to display the errors to understand how to correct them. Still, Drupal 7 has a setting for you in the admin dashboard so you can easily change it whenever you are in need.

## How to configure error message display in Drupal 7

1. [Log into your Drupal 7 admin dashboard.](/support/edu/drupal/how-to-log-into-the-drupal-admin-dashboard/)
2. On the top menu bar, locate the **Configuration **option and click on it.[![_main-dashboard-configuration](https://www.inmotionhosting.com/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)](/support/wp-content/uploads/2012/06/edu_Drupal_7_Configuration__main-dashboard-configuration.png)
3. This brings you to the main **Configuration **caterogy screen. Find the subcategory named **Development **and click on the **Errors and Logging** link.
4. Once on the **Errors and Logging** screen, find the **Error Messages to Display** and select from the three radio button options. The **None** option is recommended when you are live. The other two are best reserved for troubleshooting or development.[![config-dev-logs-display](https://www.inmotionhosting.com/support/wp-content/uploads/2012/07/edu_Drupal_7_Configuration_Development_Errors_and_Logging_config-dev-logs-display.png)](/support/wp-content/uploads/2012/07/edu_Drupal_7_Configuration_Development_Errors_and_Logging_config-dev-logs-display.png)
5. Once finished, go down to the bottom of the screen and click the **Save Configuration** button.

Now you have successfully modified the error message display in Drupal 7
