"Firefox can’t find the file" if server throw a PHP notice?
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)
Another note on this issue: FF Developer Tools loads the page in the response tab and shows the error.