33 uses of WATCHDOG_ERROR
Search API
- admin.module in modules/
admin/ admin.module - The administrative configurations for FlightPath.
- admin_apply_draft_changes_perform_batch_operation in modules/
admin/ admin.module - calendar.module in modules/
calendar/ calendar.module - calendar_get_appointments_for_faculty in modules/
calendar/ calendar.module - Return back a list of appointment content nodes for this faculty member, which fall between the specified datetimes.
- content.module in modules/
content/ content.module - content_add_new_uploaded_file in modules/
content/ content.module - bool_replace_existing means should we replace an existing file (based on filename) with this new one? Instead of creating an INSERT, that is.
- content_cron in modules/
content/ content.module - hook_cron
- course_search.module in modules/
course_search/ course_search.module - This module allows users to search for courses, descriptions, and, if supported, rotation schedules and sample syllabi.
- course_search_download_syllabus in modules/
course_search/ course_search.module - This function will actually deliver a syllabus to the user's browser for download.
- engagements.module in modules/
engagements/ engagements.module - This is the primary module file for the engagements module.
- engagements_handle_incoming_mailgun_email in modules/
engagements/ engagements.module - engagements_handle_incoming_sms in modules/
engagements/ engagements.module - This catches incoming sms messages from POST, but can also be used by our "sms_get_all_messages" function, but it is also used by the sms_get_all_messages to save/update information.
- engagements_handle_sms_stop in modules/
engagements/ engagements.module - This function is called by engagements_handle_incoming_sms, when we receive 'STOP' from the user. We must add them to our "sms_do_not_txt" table, and send a reply letting them know how to re-subscribe in the future.
- engagements_handle_sms_unstop in modules/
engagements/ engagements.module - User opted-IN to receiving txt messages.
- engagements_imap_get_all_received_messages in modules/
engagements/ engagements.module - Connect to our imap server, download all received messages from students (or others). We will then delete them, so they don't get read twice.
- engagements_send_sms_to_number in modules/
engagements/ engagements.module - Actually send a text message. Will drupal_set_message() as an error if there is a problem, and return FALSE. Returns TRUE on success, no drupal_set_message is printed.
- form_basic_validate in includes/
render.inc - This is a very basic validator for form API submission. All I really care about is making sure required fields have a value in them. If they do not, we will file a form_error.
- fp_http_request in includes/
misc.inc - Send a request through the Internet and return the result as an object.
- lassie.module in modules/
lassie/ lassie.module - This is the primary module file for the lassie module.
- lassie_check in modules/
lassie/ lassie.module - Check to see if an email needs to be sent regarding this job.
- lassie_start in modules/
lassie/ lassie.module - Set a new job for Lassie to watch.
- misc.inc in includes/
misc.inc - This file contains misc functions for FlightPath
- render.inc in includes/
render.inc - smtp.module in modules/
smtp/ smtp.module - This is the main module file for SMTP, which will let us send emails using SMTP instead of PHP's mail() command.
- smtp_mail in modules/
smtp/ smtp.module - For attachments, the array can be one of two methods:
- system.module in modules/
system/ system.module - system_ban_ip in modules/
system/ system.module - Adds IP address to our banned_ip list.
- system_cron in modules/
system/ system.module - Implementation of hook_cron
- system_handle_form_submit in modules/
system/ system.module - Intercepts form submissions from forms built with the form API.
- system_reload_and_cache_course_inventory in modules/
system/ system.module - Formerly part of the FlightPath class, this function will read in or reload the course inventory into a file, which then goes into the SESSION to make it faster to access.
- update_status.module in modules/
update_status/ update_status.module - The update status module file.
- update_status_perform_check in modules/
update_status/ update_status.module - This function actually performs the update status check with getflightpath.com
- _fp_error_handler in includes/
misc.inc - This is our custom error handler, which will intercept PHP warnings, notices, etc, and let us display them, log them, etc.
