blackyfreud Developer De Germany Membro desde abr 2023 blackyfreud 21 jun 2023 10:50 The shop sends weekly error reports via email. How and where can I empty these logged errors and is there a possibility to configure when and how often the logs are sent?
tim Founder De Sweden Membro desde mai 2013 tim 21 jun 2023 12:39 The file to empty is logs/errors.log and the error reporter can be configured at Admin -> Modules -> Job Modules -> Error Reporter.
blackyfreud Developer De Germany Membro desde abr 2023 blackyfreud 21 jun 2023 13:36 Hi Tim, ahh :) that's great. I found the error reporter in the admin panel ... however, when I look at the actual errors.log file in the logs folder on the webspace, it has 0 kb (I think I did empty it before) ... but I keep getting weekly reports with old errors. So I presume the reporter is reading the old errors from somewhere else? DB perhaps? Is that so?
tim Founder De Sweden Membro desde mai 2013 tim 21 jun 2023 16:43 The error log file is set in includes/config.inc.php. Find out which one PHP is writing to with ini_get('error_log').
blackyfreud Developer De Germany Membro desde abr 2023 blackyfreud 22 jun 2023 21:44 Thanks Tim :) Got it.