Hi, I have a bit of an esoteric problem that has occurred now on a couple of my cakephp apps. Basically, I make a Shell script and run it as a cron job from the root crontab. Somehow this results in a bunch of error warnings on certain pages whenever I subsequently access the app in the browser.
These are super annoying. I don’t want to turn off debug mode though. I would be fine with either solving the actual problem or just making it so those error messages go away (without making other error messages go away, as this is in a permanent state of development). I have tried a number of solutions from online to no avail.
Thank you!