Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

ajax proccess not end

  • 6 відповідей
  • 2 мають цю проблему
  • 10 переглядів
  • Остання відповідь від metman

more options

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

ajax request did not end when the processing time is a few time long in php and "shell_exec" function. firefox did not listen to the processing ends and always loop the process. start the process again before not waiting the process end. is there a bug?

Усі відповіді (6)

more options

I don't think Firefox is aware of what is happening in your PHP code on the server; it just gets an HTTP response or it doesn't. Can you post a simplified test case demonstrating the re-request behavior?

more options

it works with IE8 and chrome. but with firefox always looping. HTTP response without re-entering a loop. shel_exec run the tsm client retrieve script.

more options

Can you test in a new Firefox profile. In addition to bypassing current add-ons and custom settings, it should have completely fresh settings databases and a fresh cache folder.

Close Firefox and start up in the Profile Manager as described in "Profile Manager - Create, remove or switch Firefox profiles". Any time you want to switch profiles, close Firefox and return to this dialog.

Do you see any change in the behavior?

more options

nothing changed. and I tried with another PC and also nothing changed

more options

Can you post a simplified test case demonstrating the re-request behavior, or a link to the actual problem page?

more options

actual problem page is in LAN. shel_exec run the ibm tsm client retrieve script.