Previous Thread
Next Thread
Print Thread
Hop To
#259714 03/04/2017 6:09 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I can't figure it out but the board keeps getting closed during admin edits.
The last time was apparently from multiple post edit on one post.
At least the log shows nobody actually closed the board..
Could someone explain what the new rules are to close the board during any edits, or with out manually closing the board..
It used to be it would open on it's own after anything except for a manual close board.

My test board is on a wamp personal server and I have yet to see it happen there.
Just on a hosted site

Last edited by Ruben; 03/04/2017 6:22 PM.

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Ruben #259715 03/04/2017 6:23 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
the rules (code) for when a forum gets closed during a major admin edit action have not been touched at all for 760. afaik, the only times when the forum gets automatically closed for an admin action, is when a "rebuild" process is started. the final step is to toggle the forum status again. if this process is stopped during, then that wont happen until its complete. also, if the process is run in multiple browser windows... which, for obvious reasons, should not be done.

i dont believe the forum gets automatically closed for any other action other than the forum rebuilder items

Last edited by id242; 03/04/2017 6:27 PM.

Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Ruben #259716 03/04/2017 6:36 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Okay so possibly it is because of either the language file search issue or the particular site has a max_execution_time issues with php.ini. Which I already asked about here.

Because the re-builders fail also
But have not been run successfully in several days.
It does not show the board closed in the log but????

Still waiting on the host to resolve the php.ini issue.
Once the two errors are resolved I will report back.

Thanks

Last edited by Ruben; 03/04/2017 6:37 PM.

Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Ruben #259717 03/04/2017 6:49 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
max_execution_time would be why the rebuilders fail. A slow server is having problems processing the rebuild "chunk" within the max_execution_time period. Either update the max_execution_time to 60 or 90 if you cannot move to a standard server.

I'm going to go out on a limb to make a guess that;
A) the forum is on shared hosting, where the processor is being throttled.
B) Or is given very little ram to handle the data "chunks."
C) Or just really old hardware.


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Ruben #259718 03/04/2017 6:56 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Just to add only one rebuilder will start to run with the current time setting in php.ini(rebuild private messages) 30 sec.
But still fails
That seems to be the culprit.
The other rebuilders fail at onset but don't produce the same issue with closing the board..

when it is run it does not appear in the log that it was started.
Nor does it appear that the board was closed in the log.
So hopefully once the host can resolve this time issue.
it will resolve itself.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Ruben #259719 03/04/2017 6:57 PM
Joined: Apr 2004
Posts: 1,945
Likes: 145
UBB.threads Developer
UBB.threads Developer
Joined: Apr 2004
Posts: 1,945
Likes: 145
The "chunk" size within the rebuilder was updated in 760 to handle modern servers. But for whatever reasons, you can revert that update. I had added notes within the script of the 75x and 76x settings, just in case -- for "special case servers." on extremely limited shared hosting, old hardware, extremely throttled process times, limited memory...etc


FILE: /admin/dorebuildcontent.php

Code
// -----------------
// Pre-2012 / PHP4 ERA (UBBThreads 7.5.x DEFAULTS)
//	"posts" => 200,
//	"posts_utf8" => 100,
//	"forums" => 100,
//	"pruneorphans" => 50,
//	"signatures" => 200,
//	"topics" => 500,
//	"private_messages" => 200,
//	"postcounts" => 200,

// -----------------
// Post-2012 / PHP5 ERA (UBBThreads 7.6.x DEFAULTS)
//	"posts" => 800,
//	"posts_utf8" => 400,
//	"forums" => 200,
//	"pruneorphans" => 100,
//	"signatures" => 800,
//	"topics" => 1000,
//	"private_messages" => 800,
//	"postcounts" => 800,

$limits = array(
	"posts" => 800,
	"posts_utf8" => 400,
	"forums" => 200,
	"pruneorphans" => 100,
	"signatures" => 800,
	"topics" => 1000,
	"private_messages" => 800,
	"postcounts" => 800,


Current developer of UBB.threads PHP Forum Software
Current Release: UBBT 7.7.5 // Preview: UBBT 8.0.0
isaac @ id242.com // my forum @ CelicaHobby.com
Ruben #259720 03/04/2017 7:04 PM
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
Wow.
Thanks, but I hope I don't need to use it
It is very useful and again thanks for designing it in for defunct hosting plans.
What if you are still on the old latin collation?


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

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
3 members (rootman, Gizmo, Nightcrawler), 562 guests, and 186 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)