How can 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.
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.
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.
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:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With