Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
teraßyte Posted March 30 Share Posted March 30 The code I'm talking about is located in /applications/forums/modules/front/forums/topic.php on line 1290: catch ( \Exception $e ) { \IPS\Log::log( $e, 'topic_call' ); \IPS\Output::i()->error( 'node_error', '2F173/I', 404, '' ); } The \IPS\Log::log() call is executed when a user without permission tries to view a topic. I found it only because I noticed a topic_call category while viewing the System Logs in ACP. I think it was left there by mistake when debugging something. It should be removed or changed to use debug() instead. SeNioR- 1 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted March 30 Share Posted March 30 Thank you for bringing this issue to our attention! I can confirm this should be further reviewed and I have logged an internal bug report for our development team to investigate and address as necessary, in a future maintenance release. teraßyte and SJ77 1 1 Link to comment Share on other sites More sharing options...
Marc Stridgen Posted Tuesday at 03:12 PM Share Posted Tuesday at 03:12 PM We have taken a look at this, and this is actually intentional in this case Link to comment Share on other sites More sharing options...
teraßyte Posted Tuesday at 03:15 PM Author Share Posted Tuesday at 03:15 PM I...see? Guess we'll just keep deleting these useless (for us) system logs. 🤨 Link to comment Share on other sites More sharing options...
Recommended Posts