Juergen Posted November 17, 2016 Posted November 17, 2016 Hello @ all, today I have discovered a strange error message on my multilingual site: Does anyone know what this could be? It always happens if I try to open my English translations folder. Best regards
LostKobrakai Posted November 17, 2016 Posted November 17, 2016 filemtime() will return the time a file was modified. So maybe there's something wrong with the file / filesystem. 1
Juergen Posted November 17, 2016 Author Posted November 17, 2016 The error will only be displayed if I have activated TracyDebugger in the backend. If I disable it I am able to translate my files. Should I open an issue on Github?
LostKobrakai Posted November 17, 2016 Posted November 17, 2016 That's probably an error outside the grasp of anyone besides the one running the machine it's happening on. Besides if $pagefile->filename is invalid even though it should.
adrian Posted November 17, 2016 Posted November 17, 2016 1 hour ago, Juergen said: The error will only be displayed if I have activated TracyDebugger in the backend. If I disable it I am able to translate my files. Should I open an issue on Github? You have Tracy running in Strict mode. If you turn that off then Notices and Warnings will be reported in the Errors panel of the debugger bar but won't break the running of the script. 2
Juergen Posted November 17, 2016 Author Posted November 17, 2016 Yep you are right. I am running it in Strict mode.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now