I use a 3rd party web host. PHP/Apache run under the same username that own all my files, and that I had uploaded it under SFTP, so permissions shouldn't be a thing. What's odd is after this runs for a bit, faileding, maybe 2-3 minutes.. my remote host blocks my system's IP address for 10-15 minutes before allowing access again, via ANY method (SFTP, HTTP, HTTPS, etc).
Any idea what might be causing it? Clearly one factor is my webhost treating something as a attack, maybe performing too many functions too quick? Which results in the short 10 minute block.
I verified my text string in upload.php and Cumulus match, no dashes. This is with 3.24.1 b3234.
Code: Select all
2023-03-11 14:35:00.407 DoLogFile: Writing log entry for 3/11/2023 2:35:00 PM
2023-03-11 14:35:00.407 DoLogFile: log entry for 3/11/2023 2:35:00 PM written
2023-03-11 14:35:00.408 Writing today.ini, LastUpdateTime = 3/11/2023 2:35:00 PM raindaystart = 7.47244093726 rain counter = 7.52362203957
2023-03-11 14:35:00.416 Updating CWOP
2023-03-11 14:35:00.589 PHP[Int]: Uploading daily graph data file: alldailytempdata.json
2023-03-11 14:35:00.589 PHP[Int]: Uploading daily graph data file: alldailywinddata.json
2023-03-11 14:35:00.589 PHP[Int]: Uploading daily graph data file: alldailyhumdata.json
2023-03-11 14:35:00.590 PHP[Int]: Uploading daily graph data file: alldailyraindata.json
2023-03-11 14:35:00.591 PHP[Int]: Uploading daily graph data file: alldailypressdata.json
2023-03-11 14:35:00.591 PHP[Int]: Uploading daily graph data file: alldailydegdaydata.json
2023-03-11 14:35:00.591 PHP[Int]: Uploading daily graph data file: alltempsumdata.json
2023-03-11 14:35:00.591 PHP[Int]: Uploading daily graph data file: alldailysolardata.json
2023-03-11 14:35:12.737 PHP[Int]: CUtags.php: Response code = 500: InternalServerError
2023-03-11 14:35:12.737 PHP[Int]: CUtags.php: Response text follows:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
webmaster@southingtonweather.com to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
2023-03-11 14:35:15.960 PHP[20]: realtimegauges.txt: Response code = 500: InternalServerError
2023-03-11 14:35:15.960 PHP[20]: realtimegauges.txt: Response text follows:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
webmaster@southingtonweather.com to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>
2023-03-11 14:35:17.032 PHP[20]: realtime.txt: Response code = 500: InternalServerError
2023-03-11 14:35:17.032 PHP[20]: realtime.txt: Response text follows:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Internal Server Error</title>
</head><body>
<h1>Internal Server Error</h1>
<p>The server encountered an internal error or
misconfiguration and was unable to complete
your request.</p>
<p>Please contact the server administrator at
webmaster@southingtonweather.com to inform them of the time this error occurred,
and the actions you performed just before this error.</p>
<p>More information about this error may be available
in the server error log.</p>
</body></html>