Previous Thread
Next Thread
Print Thread
Hop To
#264501 11/04/2020 11:37 AM
Joined: Jun 2006
Posts: 987
Likes: 24
Old Hand
Old Hand
Joined: Jun 2006
Posts: 987
Likes: 24
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


Morgan Johansson
BritBike Forum
https://www.britbike.com/forums/ubbthreads.php
Morgan #264502 11/04/2020 12:09 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
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

Last edited by Ruben; 11/04/2020 12:20 PM. Reason: Added url

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
2 members like this: Morgan, isaac
Morgan #264503 11/04/2020 4:37 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
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.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
2 members like this: Morgan, isaac

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
2 members (Havenofsobriety, rootman), 624 guests, and 106 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)