[2025-12-09 13:48:05] === SCRIPT START ===
[2025-12-09 13:48:05] STEP 1: Checking Database.php file
[2025-12-09 13:48:05] Database.php exists
[2025-12-09 13:48:05] Database.php loaded successfully
[2025-12-09 13:48:05] STEP 2: Connecting to database
[2025-12-09 13:48:05] Database instance created
[2025-12-09 13:48:05] PDO connection established
[2025-12-09 13:48:05] ✅ Database connection successful
[2025-12-09 13:48:05] STEP 3: Checking table structure
[2025-12-09 13:48:05] Table 'users' structure: | Data: Array
(
    [0] => Array
        (
            [Field] => id
            [Type] => int(11)
            [Null] => NO
            [Key] => PRI
            [Default] => 
            [Extra] => auto_increment
        )

    [1] => Array
        (
            [Field] => username
            [Type] => varchar(50)
            [Null] => NO
            [Key] => UNI
            [Default] => 
            [Extra] => 
        )

    [2] => Array
        (
            [Field] => password
            [Type] => varchar(255)
            [Null] => NO
            [Key] => 
            [Default] => 
            [Extra] => 
        )

    [3] => Array
        (
            [Field] => email
            [Type] => varchar(255)
            [Null] => YES
            [Key] => 
            [Default] => 
            [Extra] => 
        )

    [4] => Array
        (
            [Field] => role
            [Type] => enum('admin','agent')
            [Null] => YES
            [Key] => 
            [Default] => agent
            [Extra] => 
        )

    [5] => Array
        (
            [Field] => created_at
            [Type] => timestamp
            [Null] => NO
            [Key] => 
            [Default] => current_timestamp()
            [Extra] => 
        )

)

[2025-12-09 13:48:05] Rendering HTML page
[2025-12-09 13:49:46] === SCRIPT START ===
[2025-12-09 13:49:46] STEP 1: Checking Database.php file
[2025-12-09 13:49:46] Database.php exists
[2025-12-09 13:49:46] Database.php loaded successfully
[2025-12-09 13:49:46] STEP 2: Connecting to database
[2025-12-09 13:49:46] Database instance created
[2025-12-09 13:49:46] PDO connection established
[2025-12-09 13:49:46] ✅ Database connection successful
[2025-12-09 13:49:46] STEP 3: Checking table structure
[2025-12-09 13:49:46] Table 'users' structure: | Data: Array
(
    [0] => Array
        (
            [Field] => id
            [Type] => int(11)
            [Null] => NO
            [Key] => PRI
            [Default] => 
            [Extra] => auto_increment
        )

    [1] => Array
        (
            [Field] => username
            [Type] => varchar(50)
            [Null] => NO
            [Key] => UNI
            [Default] => 
            [Extra] => 
        )

    [2] => Array
        (
            [Field] => password
            [Type] => varchar(255)
            [Null] => NO
            [Key] => 
            [Default] => 
            [Extra] => 
        )

    [3] => Array
        (
            [Field] => email
            [Type] => varchar(255)
            [Null] => YES
            [Key] => 
            [Default] => 
            [Extra] => 
        )

    [4] => Array
        (
            [Field] => role
            [Type] => enum('admin','agent')
            [Null] => YES
            [Key] => 
            [Default] => agent
            [Extra] => 
        )

    [5] => Array
        (
            [Field] => created_at
            [Type] => timestamp
            [Null] => NO
            [Key] => 
            [Default] => current_timestamp()
            [Extra] => 
        )

)

[2025-12-09 13:49:46] Rendering HTML page
