douyan8266 2014-02-19 12:43
浏览 43

Ajax错误 - 一个很长的PHP脚本后的0

I am using jquery ajax to send the url of a file (csv file) located on the server to my php script so as to process it.

The csv file contains telephone calls. If i have a file with even 10.000 calls everything is ok. But if i try a big file with like for example 20000 calls then i get an Ajax Error 0 . I check for server responce with firebug but i get none.

This behaviour occurs after like 40mins of w8ing for the php script to end. So why do i get this error on big files only? Does it have to do with apache, mysql or the server itself? Anyone able to help will be my personal hero cause this is driving me nuts.

I need a way to figure out whats happening exactly but firebug wont return a server responce. Any other way i can find out whats happening?

I checked the php error log and it reports nothing on the matter

Thanks in advance.

  • 写回答

3条回答 默认 最新

  • dongquanyu5816 2014-02-19 12:47
    关注

    The script may have timed out:

    See your php.ini file

    max_execution_time
    max_input_time  ;# for the max time an input can be processed
    

    Were your PHP.ini is depends on your enviroment, more information: http://php.net/manual/en/ini.php

    评论

报告相同问题?

悬赏问题

  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法