Supabase Debug Test

supabase.php exists: ✅ YES

SUPABASE_URL: https://hszgbqyjwdpafdnzjavf.supabase.co

SUPABASE_SERVICE_KEY length: 219 chars

cURL available: ✅ YES

supabase_insert function: ✅ YES


Testing Insert...

Sending data:

Array
(
    [name] => Debug Test
    [phone] => 9999999999
    [email] => debug-1789640511@test.com
    [country] => Canada
    [source] => debug-test
    [status] => new
)

Deprecated: Function curl_close() is deprecated since 8.5, as it has no effect since PHP 8.0 in /home/u315600386/domains/esseindia.com/public_html/includes/supabase.php on line 45

Response:

array(1) {
  [0]=>
  array(14) {
    ["id"]=>
    int(5)
    ["name"]=>
    string(10) "Debug Test"
    ["phone"]=>
    string(10) "9999999999"
    ["email"]=>
    string(25) "debug-1789640511@test.com"
    ["country"]=>
    string(6) "Canada"
    ["source"]=>
    string(10) "debug-test"
    ["page_url"]=>
    NULL
    ["ip_address"]=>
    NULL
    ["user_agent"]=>
    NULL
    ["status"]=>
    string(3) "new"
    ["notes"]=>
    NULL
    ["email_sent"]=>
    bool(false)
    ["created_at"]=>
    string(32) "2026-09-17T10:21:51.732715+00:00"
    ["updated_at"]=>
    string(32) "2026-09-17T10:21:51.732715+00:00"
  }
}

✅ SUCCESS! Data Supabase mein gaya.

Row ID: 5