[11:29:46] Hi, I have a file page that I can see it's part of a category (at it's footer), but when going to the category page I can't see this file. I tried to resave the file page, purge it and run "runJobs.php" scripts, anything else that I can try? Thanks [11:46:31] Guest85: have you tried purging the category page? [11:49:06] Also, it's always good to set custom log groups as explained here: https://www.mediawiki.org/wiki/Manual:How_to_debug#Creating_custom_log_groups - specifically, the exception and error groups. Maybe an error is preventing the category from being saved in the database. If an error occurs it should be logged there [11:50:06] Hello, does anyone know an extension that can assist me to delete old pages and photos from my wiki. Thanks [11:50:21] It should enable me filter the date so that only files from that date are deleted [12:12:21] I can't see anything on the custom log grups (error, exception), I set up the debug log, but it's way too spamming [12:38:27] Guest85: Categories are tracked on the database as one of the latest steps after saving the page. Sometimes an incompatible extension can cause an error that cancels the saving of the category relation, but it goes unnoticed because the page has been sent already to the browser. Those errors usually show up on the error logs [12:39:25] As a last resort, try to disable all extensions and see if the category displays that page, after editing the page which adds the category. If that succeeds, you'll need to enable extensions one by one to find which one is causing the problem [12:39:34] :( [12:43:39] Guest85: It's important to note that cateories are tracked when the page is saved. If the file page already has the [[Category:Whatever]] code but it doesn't show in the category page, it won't be displayed there until you edit and save the file page (a null edit - saving without changing anything - should work) [12:44:01] action=purge won't work for this IIRC