You are here

10 uses of WATCHDOG_ERROR in Drupal 5

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().
filter_form_validate in modules/filter/filter.module
image_toolkit_invoke in includes/image.inc
Invokes the given method using the currently selected toolkit.
user_pass_submit in modules/user/user.module
_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_admin_import_submit in includes/locale.inc
Process the locale import form submission.