Web Host error log - fix them all?

DigNap15

Well-known member
Hello
Every day I notice error in my webhosts error log.
Some look serious and some look fairly harmless
Do you check your error log each day and fix them?
I also get a few errors in my Xenforo when I go into ACP
 
Error logs exist for a reason.

Fix the issues triggering them.
So what is the best way to fix them, as I am not an Apache or Mysql expert.

Do I post each one on here one at a time.
Should I ask an expert on here to fix them for me (and how does that work)
Should I ask my web host to fix them
 
  • Here's one I got today

  • ErrorException: Fatal Error: Uncaught ErrorException: [E_WARNING] include(/home/customer/www/nzissues.com/public_html/Community/src/XF/Error.php): failed to open stream: Too many open files in /home/customer/www/nzissues.com/public_html/Community/src/vendor/composer/ClassLoader.php:444 Stack trace: #0 /home/customer/www/nzissues.com/public_html/Community/src/vendor/composer/ClassLoader.php(444): XF::handlePhpError(2, '[E_WARNING] inc...', '/home/customer/...', 444, Array) #1 /home/customer/www/nzissues.com/public_html/Community/src/vendor/composer/ClassLoader.php(444): include() #2 /home/customer/www/nzissues.com/public_html/Community/src/vendor/composer/ClassLoader.php(322): Composer\Autoload\includeFile('/home/customer/...') #3 [internal function]: Composer\Autoload\ClassLoader->loadClass('XF\\Error') #4 /home/customer/www/nzissues.com/public_html/Community/src/XF/App.php(980): spl_autoload_call('XF\\Error') #5 /home/customer/www/nzissues.com/public_html/Community/src/XF/Container.php(28): XF\App->XF\{closure}(Object(XF\Container)) #6
  • src/vendor/composer/ClassLoader.php:444
  • Generated by: Unknown account
  • Mar 30, 2021 at 12:31 PM
Stack trace

#0 [internal function]: XF::handleFatalError()

#1 {main}

Request state

array(4) {

["url"] => string(294) "/Community/css.php?css=public%3Aattachments.less%2Cpublic%3Abb_code.less%2Cpublic%3Aeditor.less%2Cpublic%3Amessage.less%2Cpublic%3Anotices.less%2Cpublic%3Ashare_controls.less%2Cpublic%3Asv_contentratings.less%2Cpublic%3Aextra.less&s=2&l=1&d=1616604739&k=81e427fb9d59b45c3b51ce5d3cfda8918e5b1a10"

["referrer"] => string(86) "https://nzissues.com/Community/threads/more-discord-in-the-national-party.14281/page-4"

["_GET"] => array(5) {

["css"] => string(177) "public:attachments.less,public:bb_code.less,public:editor.less,public:message.less,public:notices.less,public:share_controls.less,public:sv_contentratings.less,public:extra.less"

["s"] => string(1) "2"

["l"] => string(1) "1"

["d"] => string(10) "1616604739"

["k"] => string(40) "81e427fb9d59b45c3b51ce5d3cfda8918e5b1a10"

}

["_POST"] => array(0) {

}

Any comments please?

}
 
Top Bottom