Hi All,
I am getting an error like this "The method "getDbRef" doesn't exist on model "Session"" I know what it means and why I am getting it. I am just sure I must be missing some debug flag as I would expect this error message to include the stack trace or at lest the file name and line number.
I have followed this post https://docs.phalcon.io/en/latest/reference/debug.html and enabled \Phalcon\Debug, it works well for exceptions thanks. Although this does not make any difference for errors like the above ( guessing no exception is thrown).
Is there more I need to do or is this the most info I can get?
Thank you.