[01-Sep-2025 17:13:58 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:13:58 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:14:32 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:14:32 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:14:32 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:14:32 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:14:56 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:14:56 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:16:39 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:16:39 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:16:40 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:16:40 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:16:40 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:16:40 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:16:40 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:16:40 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:17:07 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:17:07 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:17:07 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:17:07 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:34 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:34 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:34 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:34 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:38 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:38 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:39 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:39 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:46 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:46 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:46 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:46 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:46 UTC] handleListRequests called - category_id: , page: 1, limit: 20
[01-Sep-2025 17:30:46 UTC] WHERE clause: dr.status = 'approved'
[01-Sep-2025 17:30:46 UTC] Params: []
[01-Sep-2025 17:30:46 UTC] Total count: 2
[01-Sep-2025 17:30:46 UTC] Final SQL: 
            SELECT 
                dr.id,
                dr.title,
                dr.description,
                dr.requester_name,
                dr.is_anonymous,
                dr.prayer_count,
                dr.view_count,
                dr.created_at,
                dc.name as category_name,
                '#2196F3' as category_color,
                CASE 
                    WHEN dr.is_anonymous = 1 THEN 'Anonim'
                    WHEN dr.requester_name IS NOT NULL AND dr.requester_name != '' THEN dr.requester_name
                    ELSE du.full_name
                END as display_name
            FROM dua_requests dr
            JOIN dua_categories dc ON dr.category_id = dc.id
            JOIN dua_users du ON dr.user_id = du.id
            WHERE dr.status = 'approved'
            ORDER BY dr.created_at DESC
            LIMIT ? OFFSET ?
        
[01-Sep-2025 17:30:46 UTC] Final params: [20,0]
[01-Sep-2025 17:30:46 UTC] Found 2 requests
[01-Sep-2025 17:30:46 UTC] Response: {"success":true,"data":{"requests":[{"id":"1","title":"Annem icin sifa duasi","description":"Annem uzun suredir hasta. Sifa bulmasi icin dua edin lutfen.","requester_name":"Ahmet","is_anonymous":"0","prayer_count":"0","view_count":"0","created_at":"2025-09-01 19:59:10","category_name":"Saglik","category_color":"#2196F3","display_name":"Ahmet"},{"id":"2","title":"Ailem icin huzur duasi","description":"Ailemde huzursuzluklar var. Huzur bulabilmemiz icin dua edin.","requester_name":"","is_anonymous":"1","prayer_count":"0","view_count":"0","created_at":"2025-09-01 19:59:10","category_name":"Aile","category_color":"#2196F3","display_name":"Anonim"}],"pagination":{"current_page":1,"total_pages":1,"total_items":"2","items_per_page":20,"has_next":false,"has_prev":false}}}
[01-Sep-2025 17:30:57 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:57 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:30:57 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:30:57 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:34:21 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:34:21 UTC] Database bağlantısı başarılı!
[01-Sep-2025 17:34:21 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 17:34:21 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:41:29 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:41:29 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:45:07 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:45:07 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:45:08 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:45:08 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:46:41 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:46:41 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:46:42 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:46:42 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:47:22 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:47:23 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:47:23 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:47:23 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:48:23 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:48:23 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:48:24 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:48:24 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:52:31 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:52:31 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:52:32 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:52:32 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:52:46 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:52:46 UTC] Database bağlantısı başarılı!
[01-Sep-2025 18:52:47 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 18:52:47 UTC] Database bağlantısı başarılı!
[01-Sep-2025 19:16:41 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 19:16:41 UTC] Database bağlantısı başarılı!
[01-Sep-2025 19:16:42 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[01-Sep-2025 19:16:42 UTC] Database bağlantısı başarılı!
[02-Sep-2025 10:06:15 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[02-Sep-2025 10:06:15 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:43:27 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:43:27 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:04 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:04 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:04 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:04 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:19 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:19 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:20 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:20 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:20 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:20 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:21 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:21 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:25 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:25 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:25 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:25 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:48 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:48 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:44:48 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:44:48 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:46:13 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:46:13 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:46:14 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:46:14 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:46:14 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:46:14 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:46:14 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:46:14 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:47:09 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:47:09 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:47:51 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:47:51 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:47:52 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:47:52 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:06 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:06 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:07 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:07 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:10 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:10 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:10 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:10 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:18 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:18 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:18 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:18 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:48:45 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:48:45 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:09 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:09 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:09 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:09 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:31 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:31 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:31 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:31 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:32 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:32 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:50:32 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:50:32 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:01 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:01 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:02 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:02 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:03 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:03 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:03 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:03 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:09 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:09 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:09 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:09 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:13 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:13 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:13 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:13 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:30 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:30 UTC] Database bağlantısı başarılı!
[08-Sep-2025 15:51:31 UTC] Database bağlantısı deneniyor: mysql:host=localhost;dbname=yenicift_namazvakitleri;charset=utf8mb4
[08-Sep-2025 15:51:31 UTC] Database bağlantısı başarılı!
