Hello! Sometimes I see an error: “An internal error has occurred while processing your request.” And nothing else on the screen. I also can’t see any useful information in F12 console.I have enabled “Debug”, “Log SQL to file” and “Log error to file” in Advanced settings. In “PHP” → “General Options”->“File Upload”->“Upload folder”- is set as “upload/” which is empty.Manuals says: "…The log files can be found under the Log file folder, see PHP Settings…"And I cannot find “Log file folder” to examine my errors.Please help.
alex wrote:
Manuals says: “…The log files can be found under the Log file folder, see PHP Settings…”
You may check your setting PHP → General Options → Audit Trail → Log file folder. As the help file says:
Notes
1.Make sure that the web server user have read/write access to the folder.
2.The path is relative to web root. (See Web root relative path in advanced settings.) Use slashes “/” as path delimiter, no leading slash. e.g. If the project folder of your website is D:\websites\demo and you enter “uploads/” in this textbox, the folder for the log file will be D:\websites\demo\uploads.
3.From v2021, the log file names are named as log-yyyy-mm-dd.log (instead of log_yyyymmdd.txt) and the data in the log file is comma separated (instead of tab separated).
Yeah, I can see now… Thank you very much, indeed.