Once an error occurs I only receive limited information on the syntax error. For example: "Parse error: syntax error, unexpected token "{" in on line 62". Normally, you would get the pathing, file name, line number, the error, and a stack trace. However, in my case, I would only get a Line number, an error and that's it. There's no pathing to the file which makes it extremely difficult to solve the issue as you don't even know where the issue resigns.
Once an error occurs I only receive limited information on the syntax error. For example: "Parse error: syntax error, unexpected token "{" in on line 62". Normally, you would get the pathing, file name, line number, the error, and a stack trace. However, in my case, I would only get a Line number, an error and that's it. There's no pathing to the file which makes it extremely difficult to solve the issue as you don't even know where the issue resigns.