Large error logs from PHP Warning

Avatar
  • Answered
We have error logs being filled with these messages:

[01-Feb-2018 14:38:11 America/Los_Angeles] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/htscanner.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/htscanner.so: cannot open shared object file: No such file or directory in Unknown on line 0

I moved one to the root dir for cabarrusartscouncil. Not sure what's generating that message.
Avatar
anonymous
Hi perryp7. Thanks for posting your question regarding the PHP errors you are seeing in your logs. This error is indicating the failure to load the htscanner.so that is enabled via your php.ini file. If you are not using that extension for your website, remove the line in your php.ini file that is enabling that extension. If you are using that extension for your site, you need to install it and/or correctly map the htscanner.so extension (within your php.ini file). I hope this helps Sincerely, Carlos D