File Health Check

Jeff Fuqua

Well-known member
I'd never run this before and got the following:

library/XenForo/Route/Prefix/RecentActivity.php
library/XenForo/Route/Prefix/Online.php
library/XenForo/Route/Prefix/Members.php

I have no idea how long this has been an issue or if it is an issue. I'm running into some big CPU spikes so trying to find some possible issues.

Is the easiest solution to download the original files and replace? Thanks.
 
Well if those files were completely broken you wouldn't have a Recent Activity page, Member list or online users page. Those files are the routes that take you to the appropriate controller.

Whatever is wrong with those files won't be catastrophic if those pages still function but would be interesting to know why they are failing the check.
 
I have this 4 files, about tinymce i know why i installed addon from here, what abouth those 2 others ?
  1. js/tinymce/jquery.tinymce.js File does not contain expected contents.
  2. js/tinymce/themes/xenforo/editor_template.js File does not contain expected contents.
  3. library/XenForo/BbCode/Formatter/Base.php File does not contain expected contents.
  4. library/XenForo/Html/Renderer/BbCode.php
 
Those files are all related to the editor and TinyMCE and how it renders the input of TinyMCE into the output you see on screen. Which add-on was it that you installed? Maybe it's responsible for all of those files.
 
Top Bottom