Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to turn off the warning for drupal 7?

How can I turn off warnings in drupal 7?

like image 541
Fero Avatar asked Jun 09 '11 17:06

Fero


People also ask

How do I turn off warnings in Drupal 7?

The next best thing would be to upgrade to Drupal 7, but if that's not possible you can use the Disable Messages module to suppress those messages. Browse to admin/settings/disable-messages and make sure "Enable filtering" is checked, then put this in the "Messages to be disabled:" field: ^. *strict warning.

Is Drupal 7 the end of life?

Initially, Drupal 7 end of life was scheduled for November 2021. Then, due to the impact that COVID 19 pandemic had on the businesses and budgets, the Drupal community decided to extend the end of life date till 28 November 2022. But recently the date has been officially extended to November 1, 2023.

How to check Error Logs in Drupal 7?

To view entries in Drupal's own internal log system (the watchdog database table), go to http://example.com/admin/reports/dblog. These can include Drupal-specific errors as well as general PHP or MySQL errors that have been thrown. Use the watchdog() function to add an entry to this log from your own custom module.


1 Answers

I am assuming you mean the messages at the top of the page, but you did not provide any detailed information.

In Drupal 7, navigate to admin/config/development/logging and choose the radio button "None" as seen below:
Logging and Errors

like image 82
Laxman13 Avatar answered Sep 21 '22 15:09

Laxman13