17 uses of WATCHDOG_ERROR in Drupal 6
- actions_do in includes/
actions.inc - Perform a given list of actions by executing their callback functions.
- 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
- drupal_error_handler in includes/
common.inc - Log errors as defined by administrator.
- drupal_mail in includes/
mail.inc - Compose and optionally send an e-mail message.
- file_check_directory in includes/
file.inc - Checks whether a directory exists and is writable.
- file_copy in includes/
file.inc - Copies a file to a new location.
- file_create_htaccess in includes/
file.inc - Creates a .htaccess file in the given directory.
- filter_form_validate in modules/
filter/ filter.module - Validation callback for filter elements in a form.
- image_toolkit_invoke in includes/
image.inc - Invokes the given method using the currently selected toolkit.
- locale_translate_import_form_submit in includes/
locale.inc - Process the locale import form submission.
- path_set_alias in modules/
path/ path.module - Set an aliased path for a given Drupal path, preventing duplicates.
- system_update_6007 in modules/
system/ system.install - Change the severity column in the watchdog table to the new values.
- _form_validate in includes/
form.inc - Performs validation on form elements. First ensures required fields are completed, #maxlength is not exceeded, and selected options were in the list of options given to the user. Then calls user-defined validators.
- _locale_rebuild_js in includes/
locale.inc - (Re-)Creates the JavaScript translation file for a language.
- _menu_router_build in includes/
menu.inc - Helper function to build the router table based on the data from hook_menu.
- _update_refresh in modules/
update/ update.fetch.inc - Fetch project info via XML from a central server.