luceos:
The first (or number zero) error is:
[13-Jan-2016 23:09:57 UTC] PHP Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /home/<username>/public_html/forum/vendor/flarum/core/src/Http/Controller/ClientView.php:332
I believe I just added "$data = array ();" in the code and I think it fixed it because I didn't receive any other error messages in regards to that file, after that!
The only other one that gave a detailed message is is number three and four which is:
[13-Jan-2016 23:46:10 UTC] PHP Parse error: syntax error, unexpected ',', expecting ']' in /home/<username>/public_html/forum/vendor/flarum/core/src/Http/Middleware/DispatchRoute.php on line 67
[13-Jan-2016 23:49:11 UTC] PHP Parse error: syntax error, unexpected 'array' (T_ARRAY), expecting ';' in /home/<username>/public_html/forum/vendor/flarum/core/src/Http/Middleware/DispatchRoute.php on line 67
But other than that, that's all that showed up for error messages, besides three or so that I was needing to change the write permissions like I was having problems in my earlier post! So I fixed those without a problem!
I hope that helps!
I looked on site debugger (or the Whoops! page) and there are 15 "Flarum \ Core \ Exception \ PermissionDeniedException" errors , which mainly are from files within Middleware and zendframework. I can't find why the XHR is being called wrong.