Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Dragon41673 on August 13, 2019, 02:59:22 PM

Title: Error Logs filling up
Post by: Dragon41673 on August 13, 2019, 02:59:22 PM
All,

LONG story short, I was met with an email on Monday morning from my host stating my database exceeded the limits. Some investigation lead me to the SMF forum error logs. Seems I've got errors going nuts on my site...and I've got NO CLUE how to stop them. I cleared the error log YESTERDAY NIGHT...and just shy of 18 hours now...and I've got 113,889 errors logged and GROWING as I type this!!! Something has happened, and I have made NO changes in the last couple months!!!

Here are some samples attached in images...can anyone help me figure this out?
Title: Re: Error Logs filling up
Post by: Illori on August 13, 2019, 03:00:55 PM
downgrade your php version to 7.1, 7.2 and above is not supported at this time.
Title: Re: Error Logs filling up
Post by: Dragon41673 on August 13, 2019, 03:11:56 PM
It was already on 7.1.30 when I checked
Title: Re: Error Logs filling up
Post by: Arantor on August 13, 2019, 03:12:43 PM
That error is not possible on PHP 7.1, and if you're still getting it, you're not on PHP 7.1 - maybe the account might be but the individual site clearly isn't.
Title: Re: Error Logs filling up
Post by: Dragon41673 on August 13, 2019, 03:14:58 PM
Odd...says my current "Managed PHP Version is 7.1"

I'll force it to do 7.1.30 which is listed and check the logs again in about an hour.
Title: Re: Error Logs filling up
Post by: Illori on August 13, 2019, 03:15:36 PM
if that does not solve the issue, send a message to your host and see if they can help.
Title: Re: Error Logs filling up
Post by: SpacePhoenix on August 13, 2019, 03:17:16 PM
Create a new file somewhere on the server (not within the SMF app) with just this:

<?php echo 'Current PHP version: ' phpversion(); ?>

What does that output?
Title: Re: Error Logs filling up
Post by: Dragon41673 on August 13, 2019, 03:17:29 PM
Sure thing...thank you to you both!
Title: Re: Error Logs filling up
Post by: Dragon41673 on August 13, 2019, 09:45:03 PM
Seems the issue has been resolved by forcing 7.1.30 as the PHP. Very odd it said my current "Managed PHP Version is 7.1" but it was still doing it. Maybe just a glitch, but it's fixed.

Thank you very much everyone!