constant WATCHDOG_ERROR in Drupal 5
Same name and namespace in other branches
- 4 includes/bootstrap.inc \WATCHDOG_ERROR
- 6 includes/bootstrap.inc \WATCHDOG_ERROR
- 7 includes/bootstrap.inc \WATCHDOG_ERROR
Indicates an error-level watchdog event; could be indicative of an attempt to compromise the security of the site, or a serious system error.
10 uses of WATCHDOG_ERROR
- drupal_convert_to_utf8 in includes/
unicode.inc - Convert data to UTF-8
- drupal_cron_run in includes/
common.inc - Executes a cron run when called
- error_handler in includes/
common.inc - Log errors as defined by administrator Error levels: 0 = Log errors to database. 1 = Log errors to database and to screen.
- file_check_directory in includes/
file.inc - Check that the directory exists and is writable. Directories need to have execute permissions to be considered a directory by FTP servers, etc.
- file_copy in includes/
file.inc - Copies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy().
File
- includes/
bootstrap.inc, line 52 - Functions that need to be loaded on every Drupal request.
Code
define('WATCHDOG_ERROR', 2);