SyntaxError: Unexpected token '<', "< script > d"... is not valid JSON |
12/23/2025 18:43:04 | |
| PHPRunner General questions | ||
|
D
Davi author
Hello, I'm having the following problem: in any registration form where I use a field with file upload, when trying to add a record, an error occurs. When I click the button to select the attached file, the application tries to upload the file, but in the end it gives an error. This didn't happen before. The error is shown in the attached image and occurs in both versions 11.1 and 11.2. I think this started happening after installing version 11.2. |
|
|
|
|
ChatGPT 12/23/2025 |
|
It sounds like you're experiencing a file upload issue in PHPRunner after updating to version 11.2. Here are some steps you can take to troubleshoot and potentially resolve the issue:
By following these steps, you should be able to identify the cause of the file upload issue and hopefully resolve it. |
|