Thread Like Summary
isaac, Morgan
Total Likes: 4
Original Post (Thread Starter)
#264501 11/04/2020 3:37 PM
by Morgan
Morgan
Hi we are experiencing problems with the forum
Two days when the site was down showing error 522 and possible 524.
Our host said it was a MySQL problem so they ran a repair and possibly restarted it.

Beware I hade previously week upgraded from MySQL 5.6 to 5.7 and I wonder after reading the last line in yesterdays error log
it reads LIMIT 25 - Server shutdown in progress do you see any problems with this? What does LIMIT 25 stands for?

Today I also have experienced about same problems but not reported it yet to my host.

Any Ideas with this info?
Thanks


Quote
Script: /xxxx/xxxxx/xxxxx/xxxx/scripts/showflat.inc.php - Line: 651
SELECT
p.POST_ID, u.USER_DISPLAY_NAME, u.USER_IS_BANNED, p.POST_POSTED_TIME, p.POST_POSTER_IP,
p.POST_SUBJECT, p.POST_BODY, p.POST_IS_APPROVED, up.USER_AVATAR, up.USER_TITLE,
up.USER_CUSTOM_TITLE, up.USER_NAME_COLOR, p.POST_ICON, p.POST_HAS_POLL,
p.POST_HAS_FILE, p.POST_PARENT_ID, u.USER_MEMBERSHIP_LEVEL, up.USER_SIGNATURE,
p.POST_LAST_EDITED_TIME, p.POST_LAST_EDIT_REASON, p.POST_LAST_EDITED_BY,
up.USER_LOCATION, up.USER_TOTAL_POSTS, u.USER_REGISTERED_ON, up.USER_RATING, up.USER_LIKES,
up.USER_AVATAR_WIDTH, up.USER_AVATAR_HEIGHT, u.USER_ID, p.POST_PARENT_USER_ID,
up.USER_BIRTHDAY, up.USER_PUBLIC_BIRTHDAY, p.POST_ADD_SIGNATURE, up.USER_ACCEPT_PM,
up.USER_HOMEPAGE, up.USER_VISIBLE_ONLINE_STATUS, up.USER_MOOD, p.POST_POSTER_NAME,up.USER_GROUP_IMAGES
FROM
ubbt_POSTS AS p USE INDEX (indx_2),
ubbt_USERS AS u,
ubbt_USER_PROFILE AS up
WHERE
p.POST_ID = 584663
AND p.POST_IS_APPROVED = 1
AND p.USER_ID = u.USER_ID
AND p.USER_ID = up.USER_ID
ORDER BY
p.POST_ID
LIMIT 25 - Server shutdown in progress
Liked Replies
#264503 Nov 4th a 08:37 PM
by Gizmo
Gizmo
As Ruben said, the returned result message from the database handler is "Server shutdown in progress", whereas the "limit" is simply the end of the query sent to the server.

HTTP 5xx errors are server related (4xx generally being script related somehow); 522 (Connection timed out) and 524 (ultimately being the same over a Content Delivery Network such as Cloudflare). Judging just purely off of the error messages, it sounds like you were experiencing downtime because the server restarted.

As these are server errors there's really nothing really that UBB.threads script support can do; this would generally be something to direct at your web host.
2 members like this
#264502 Nov 4th a 04:09 PM
by Ruben
Ruben
LIMIT 25
is part of the query.
It limits the results to 25 when viewing the posts per page.

The Server shutdown in progress is the error ,
Which means when the script was run it was aborted due to Server shutdown in progress

Also the two errors 522 and 524 are errors from cloudflare stating there is a connection issue with your server or both.

https://support.cloudflare.com/hc/en-us/articles/115003011431-Troubleshooting-Cloudflare-5XX-errors
2 members like this
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Nightcrawler), 639 guests, and 217 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)