JSON yanıt gönderilmedi

0 Cevap php

Ben iki sunucuları var. Sunucusu ve sunucusu B. ben web sunucusu için programlama dili, Apache için php, jquery kullanmak.

What I want to achieve: There are javascript that call this url http://serverB/someprocess.php, server B response with json whether the process 'someprocess' is TRUE or FALSE

Problem: When I test locally, it works just like I want. But when I upload the script, and when I look at firebug, there are no JSON response from server B, so the script fail.

Question: I had many problem about script work in local but in live before, but this one really confuse me. What should I check? Can you give me any clue?

Note: 'someprocess' is a php script that do process transferring data from progress DB (not postgre) via Merrant ODBC to SQL Server 2000 and it took 70 seconds to finish

What I have try:

  • 80 saniye apache zaman aşımı ayarlamak
  • metin değişikliği sunucu B yanıtı

0 Cevap