Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

"Firefox can’t find the file" if server throw a PHP notice?

  • 1 답장
  • 1 이 문제를 만남
  • 8 보기
  • 최종 답변자: tailor7579

more options

Firefox 128; Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0

In Chrome I get this error:

   PHP Notice: Undefined variable: fieldanme in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747
   PHP Notice: Undefined index: in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747
   PHP Notice: Undefined variable: fieldanme in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747
   PHP Notice: Undefined index: in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747

In Firefox I get:

   File not found
   Firefox can’t find the file at https://the_url_in_question.
   Check the file name for capitalization or other typing errors.
   Check to see if the file was moved, renamed or deleted.            

Same file called seconds apart. Please note: this is NOT a 404 error. The file is there: if I fix the error on line 747, the PHP Notice goes away and FF loads the page correctly.

Firefox 128; Operating System: Kubuntu 22.04 KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 In Chrome I get this error: PHP Notice: Undefined variable: fieldanme in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747 PHP Notice: Undefined index: in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747 PHP Notice: Undefined variable: fieldanme in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747 PHP Notice: Undefined index: in D:\inetpub\webcontent\Admin\dealWorksheet\print.wip.php on line 747 In Firefox I get: File not found Firefox can’t find the file at https://the_url_in_question. Check the file name for capitalization or other typing errors. Check to see if the file was moved, renamed or deleted. Same file called seconds apart. Please note: this is NOT a 404 error. The file is there: if I fix the error on line 747, the PHP Notice goes away and FF loads the page correctly.

모든 댓글 (1)

more options

Another note on this issue: FF Developer Tools loads the page in the response tab and shows the error.