Wolfie Posted June 19, 2023 Posted June 19, 2023 In the 'init.php' file, found a small typo. Just thought I would point it out. // DEPRECATED OPTIONS: CHANGE AT YOUR OWN RISK // These constants were once customisable but their fucntionality should now be // considered deprecated.  A little further down, another possible boo-boo. Before and after, only tabs are used. But for one line, a few spaces instead of another tab in order to line it up properly. // Enable debug on hooks? // By default, if a hook throws an exception, the exception is caught silently and the parent // method is executed. Turn this on to log those exceptions. 'DEBUG_HOOKS' => FALSE,  Now before anyone gets worried, I'm sure that these critical issues won't cause any problems for anyone. So no one needs to shut down their community until a fix is applied. 😉
Wolfie Posted June 19, 2023 Author Posted June 19, 2023 6 hours ago, Marc Stridgen said: Part of this report is in humor, but is still pointing out actual findings. 😉 Matt 1
Disruption Posted June 19, 2023 Posted June 19, 2023 A legendary report. I can't wait for the next one 🤪 Wolfie and SeNioR- 2
Wolfie Posted June 19, 2023 Author Posted June 19, 2023 1 minute ago, Agent Shark said: A legendary report. I can't wait for the next one 🤪 I imagine the fix for the typo will be to simply remove the deprecated section completely. Sorry to anyone that it affects! Disruption and SeNioR- 1 1
Recommended Posts