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.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 reply
  • 1 has this problem
  • 8 views
  • Last reply by 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.

All Replies (1)

more options

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