Logging Issues in 1.8.12

I am trying to get logging enabled while developing a custom module and when I switch from Production to test mode, I get the following on my screen:

Dashboard
About
Manual

Error
Unexpected Error, please contact support.

Changing back to Production mode via a SQL query appears to fix the problem. I tried flipping the error_reporting(0) in web/index.php to error_reporting(-1) and it resulted in the same problem.

As a result, I have added a lot of references to $this->getLog->error() and none of those are showing up in the Log section of Xibo. As a result I am guessing I have major error in my PHP but without the above working, its going to take a while to trace. Thoughts?

I can confirm that the Production to Test mode is fixed in 1.8.13. Will dig some further on the other issue.

1 Like