Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
annedi Posted July 14, 2023 Posted July 14, 2023 We are getting "ERROR 500 - Internal Server Error" to the point of disabling my website. Where can I find a list of requirements for PHP, SQL, etc? I need to check that the correct versions are running (via cPanel). Currently I cannot access my Admin page. Thanks.
Miss_B Posted July 14, 2023 Posted July 14, 2023 1 minute ago, annedi said: We are getting "ERROR 500 - Internal Server Error" to the point of disabling my website. Where can I find a list of requirements for PHP, SQL, etc? I need to check that the correct versions are running (via cPanel). Currently I cannot access my Admin page. Thanks. Here you go: What was the latest change/modification done to the forum before the error happened? Are there any errors logged in at the Server Error log page?
annedi Posted July 14, 2023 Author Posted July 14, 2023 I made the most recent upgrade to the software. HOWEVER, the Error 500 was happening both before and after that. Thank you for the req checker. I'll go run that. well, my bad, but how do you run ips4.php after uploading it to cPanel? (feeling stoopid)
Jim M Posted July 14, 2023 Posted July 14, 2023 If you uploaded the file into your installation root directory, it would just be {your base url}/ips4.php Replace {your base url} with your base URL for your community. SeNioR- 1
annedi Posted July 14, 2023 Author Posted July 14, 2023 should I be in the cPanel terminal to do this?
Jim M Posted July 14, 2023 Posted July 14, 2023 1 minute ago, annedi said: should I be in the cPanel terminal to do this? Nope, your browser 😉 SeNioR- 1
annedi Posted July 14, 2023 Author Posted July 14, 2023 Everything looks good from ips4.php. I checked that we are running SQL 5.7.23-23.
annedi Posted July 14, 2023 Author Posted July 14, 2023 After clicking the Error 500 page about 10 times, the website eventually comes thru - but it is incomplete. Here is one example. See the blue question marks on the Topics list.
annedi Posted July 14, 2023 Author Posted July 14, 2023 (edited) The System Log shows repeated "upload failure". But I'm not sure this is relevant to the Error 500 problem. There are no messages in the Error Log. (Both logs acccessed via Admin. I finally got in.) Edited July 14, 2023 by annedi
Jim M Posted July 14, 2023 Posted July 14, 2023 10 minutes ago, annedi said: After clicking the Error 500 page about 10 times, the website eventually comes thru - but it is incomplete. Here is one example. See the blue question marks on the Topics list. You would need to contact your hosting provider for what the 500 Internal Server Error is that you're seeing. If it's coming and going, it may be related to the database or other service. The question mark there is a missing image, you would need to contact your hosting provider as to why the image is missing. SeNioR- 1
annedi Posted July 14, 2023 Author Posted July 14, 2023 Thanks. I'll go to Site5 and see what they have to say.
annedi Posted July 14, 2023 Author Posted July 14, 2023 Should this Cron Job command have an "81" instead of an "80" ?
Jim M Posted July 14, 2023 Posted July 14, 2023 Just now, annedi said: Should this Cron Job command have an "81" instead of an "80" ? If your server updates the folders correspondingly, yes. You can confirm with your hosting provider. Only they would be able to answer that completely. You can get the system's recommendation in ACP -> System -> Advanced Configuration but that would not be taking down your community. SeNioR- 1
Miss_B Posted July 14, 2023 Posted July 14, 2023 45 minutes ago, annedi said: There are no messages in the Error Log. (Both logs acccessed via Admin. I finally got in.) What about the server error log, is anything logged in there? That can be found at your cPanel.
annedi Posted July 14, 2023 Author Posted July 14, 2023 The "latest web server error log messages" all seem to be attempts to hack by accessing wp_login through our public_html. Of course there is NO wp_login in our public_html.
Jim M Posted July 14, 2023 Posted July 14, 2023 1 minute ago, annedi said: The "latest web server error log messages" all seem to be attempts to hack by accessing wp_login through our public_html. Of course there is NO wp_login in our public_html. Please ensure you’re accessing the error logs on your server. Not in our software. SeNioR- 1
Jim M Posted July 14, 2023 Posted July 14, 2023 2 minutes ago, annedi said: location? You would need to confer with your hosting provider. SeNioR- 1
annedi Posted July 14, 2023 Author Posted July 14, 2023 Upon getting the ERROR 500 (after attempting to access our Announcements board), I ran Show Page Source and got that there was some problem loading /content/index.php.
Jim M Posted July 14, 2023 Posted July 14, 2023 4 minutes ago, annedi said: Upon getting the ERROR 500 (after attempting to access our Announcements board), I ran Show Page Source and got that there was some problem loading /content/index.php. The answer would still be the same. You need to contact your hosting provider to obtain the web server error logs for that error. Till you have those, you will not know the issue. SeNioR- 1
Miss_B Posted July 14, 2023 Posted July 14, 2023 1 hour ago, annedi said: location? Do you have cPanel? If you do, it comes with an error log section that allows you to view errors generated by your website.
annedi Posted July 16, 2023 Author Posted July 16, 2023 I got the results of a Trouble Ticket filed with my hosting service regarding the ERROR 500 which is disabling my website. It is caused by a Quality of Service error due to too many concurrent requests. On my shared server the maximum allowed is 100 concurrently, but the forum software is requesting more than that. Here is an excerpt from the server error log showing 2 examples of concurrent requests numbering 105 and 106 made from index.php. [Sat Jul 15 06:56:13.054213 2023] [qos:error] [pid 173667:tid 22512630933248] [remote 54.255.218.46:58140] mod_qos(010): access denied, QS_LocRequestLimit* rule: /(100), concurrent requests=105, c=54.255.218.46, id=ZLKJXS-EETlGrz_pPZk42QABFCI, referer: https://www.ultravioletphotography.com/content/index.php?/discover/&csrfKey=4689f70423451df5ff372dd54fe798a3&view=condensed [Sat Jul 15 06:56:13.054659 2023] [qos:error] [pid 173667:tid 22512768366336] [remote 54.255.218.46:58140] mod_qos(010): access denied, QS_LocRequestLimit* rule: /(100), concurrent requests=106, c=54.255.218.46, id=ZLKJXS-EETlGrz_pPZk42gABFAE, referer: https://www.ultravioletphotography.com/content/index.php?/discover/&csrfKey=4689f70423451df5ff372dd54fe798a3&view=condensed How/Where do I reset the forum software to prevent this?
Dll Posted July 16, 2023 Posted July 16, 2023 You want the forum software to block requests? That's not really how it works. You need to upgrade your hosting.
Recommended Posts