🌐 Simple HTTP Test ================== 1️⃣ Testing with minimal headers... HTTP Status: 500 Response: {"success":false,"message":"Database initialization failed"}... Error: Info: Array ( [url] => http://mobiletr.upastithi.in/php/upload.php [content_type] => application/json [http_code] => 500 [header_size] => 376 [request_size] => 142 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0.006855 [namelookup_time] => 0.00019 [connect_time] => 0.000292 [pretransfer_time] => 0.000327 [size_upload] => 15 [size_download] => 60 [speed_download] => 10000 [speed_upload] => 2500 [download_content_length] => 60 [upload_content_length] => 15 [starttransfer_time] => 0.006833 [redirect_time] => 0 [redirect_url] => [primary_ip] => 157.10.98.27 [certinfo] => Array ( ) [primary_port] => 80 [local_ip] => 157.10.98.27 [local_port] => 44034 [http_version] => 2 [protocol] => 1 [ssl_verifyresult] => 0 [scheme] => HTTP [appconnect_time_us] => 0 [connect_time_us] => 292 [namelookup_time_us] => 190 [pretransfer_time_us] => 327 [redirect_time_us] => 0 [starttransfer_time_us] => 6833 [total_time_us] => 6855 ) CURL Verbose Log: * Trying 157.10.98.27... * TCP_NODELAY set * Connected to mobiletr.upastithi.in (157.10.98.27) port 80 (#0) > POST /php/upload.php HTTP/1.1 Host: mobiletr.upastithi.in Accept: */* Content-Type: application/json Content-Length: 15 * upload completely sent off: 15 out of 15 bytes < HTTP/1.1 500 Internal Server Error < Connection: Keep-Alive < Keep-Alive: timeout=5, max=100 < content-type: application/json < access-control-allow-origin: * < access-control-allow-methods: POST, OPTIONS < access-control-allow-headers: Content-Type, X-Device-ID, X-Timestamp, X-Auth-Token, X-Data-Type < content-length: 60 < date: Tue, 27 Jan 2026 08:50:20 GMT < server: LiteSpeed < * Connection #0 to host mobiletr.upastithi.in left intact 2️⃣ Testing with different content types... Testing Content-Type: application/json HTTP Status: 500 ✅ This content type works! Testing Content-Type: application/x-www-form-urlencoded HTTP Status: 500 ✅ This content type works! Testing Content-Type: text/plain HTTP Status: 500 ✅ This content type works! Testing Content-Type: multipart/form-data HTTP Status: 500 ✅ This content type works! 3️⃣ Testing with GET request... GET HTTP Status: 500 GET Response: {"success":false,"message":"Database initialization failed"}... 4️⃣ Testing server configuration... Test file HTTP Status: 404 Test file Response:
The resource requested could not be found on this server!
Please be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.