Re: Purging logs does not work
Baldeagle
Yesterday at 09:16 PM
Thanks, Rueben. I've already done that. But I don't understand why the purge isn't working. I used the exact same mysql query to delete the files manually. Maybe I'll try to take a closer look when I get time.
2
60
Read More
|
|
Re: How do I get rid of this?
Baldeagle
09/13/2024 4:00 AM
Thanks Gizmo & Isaac. That was weird, but once i understood what to look for, I was able to disable it in the Control Panel. It was our Custom Island 11, and this was the contents. (Screenshot attached) No idea how the name Custom Isalnd 11 got translated into Portal Box 39.
3
139
Read More
|
|
Re: Getting errors again
Baldeagle
09/12/2024 9:07 PM
I opened a support ticket. Brooks looked at the site and said it was working as expected. So, I dumped all the Stovebolt data in Safari, and the dashboard worked again. Made one change in the dashboard and bam, the error was back. So, I dumped all the data again. Then I disabled debugging. We'll see if that was what was causing the issue.
1
80
Read More
|
|
Re: Neither WYSIWYG Editor works
isaac
09/10/2024 11:43 PM
I'm getting a little tired of the constant assumptions that I have done something wrong.
Apparently, Safari doesn't understand hidden. I can't help it if you guys don't test all platforms. (See. Now I'M making assumptions.) we do test on all platforms that we have available to us. but when a company is constantly moving away from even the most basic of standards, and being hostile about it - see apple's take on usb-c, imessage, not displaying digital seconds (time) on mobile devices "because people dont care about seconds", not including a calculator on the ipad "because it lookss bad", and constantl intentional incompatibility with other software - there really is nothing that any amount of testing across platforms can to do keep up with them, and their anticompetitive practices.
12
164
Read More
|
|
Re: Forum is broken
Baldeagle
09/10/2024 6:07 PM
That is well out of the scope of Forum Support; UBB.threads is a simple PHP script with a MySQL backend, we assume that you have a production ready web server available and that other generic PHP scripts can execute. Gizmo, you made this statement several times. Yet, the problem with my forum was the UBBThreads config file, not the web server. I don't know what was wrong with it, but replacing it fixed the problem. (Of course, then I had to change all the settings back to what we had before.) Once I got the forum up and running, I discovered that I couldn't make global announcements or make posts sticky. That TOO turned out to be a problem with your code. (Rueben pointed out the fix to me, which I implemented and which fixed the problem.) Now, I've discovered another problem with the text editors. (See my post about the WYSIWYG editors throwing errors. I'm very happy with the new version and with the compatibility with PHP 8.3, but frankly, your "help" was no help at all. Not once did you (or even your support team) suggest enabling debugging, which would have saved me hours and hours of scratching my head because there were no errors in the logs. I had to discover that on my own. I realize that you guys work hard and you have many thousands of lines of code to oversee, but the least you can do is be patient and understanding when a longtime user of your product is having issues. (We've been customers since March 19, 2005 - almost 20 years.) And for God's sake, the FIRST thing you should suggest is to enable debugging. If the forum is not working at all, you can simply edit the line in the config file to display the errors. That would have saved me two days of hair-pulling. Again, I want to thank you for the update. I'm very pleased with it.
15
307
Read More
|
|
Re: Post Moderation Issue
FREAK
09/10/2024 5:15 PM
Hello,
I have a unique situation that I need assistance with.
I have areas of the forum that require a member to have group level access to view certain areas of the forum. The requirements are that they must have made 5 posts and posting on a regular basis to continue to have access. If they don't keep up with the requirements of posting on a regular basis they lose their access.
In this case they are removed from the group that allows them the access and they go on post moderation. This forces them to post to regain access.
Here's where the problem comes into play.
When they have their access removed and come back and make a post, I get a notification via e-mail
Post Moderation Required
Hello FREAK,
A post was made in a forum where you moderate: Bet The House
It requires your approval and is located at:
The url to the post is listed but I took it out of this example.
Before I go in and approve the post, the user is put back into the group allowing permission to see the part of the forum they were removed from.
Why is this? Shouldn't I have to approve the post first and then and only then they would be pushed back into the group they were removed from?
It makes no sense to just have them be able to make a post and be granted permission without the post being approved.
I hope this makes sense and I'll clarify anything if I need to.
Please advise.
Thanks This is what I'd like to get a resolution to. If you are put on moderation and make a post, great. However you shouldn't be allowed access to areas you were removed from before I approve the moderated post. That's the issue.
15
3,044
Read More
|
|
Re: Upgrade to UBB 8.0.0 Good - BUT PHP 7.4 > 8.0 Issues
isaac
09/07/2024 2:36 AM
exactly as Gizmo wrote. expanding on that - its not so much that the cookie itself was corrupt. but more so that the data inside the cookie was corrupt. such as storing some dashboard data in the cookie file so it does not need to be regenerated at every visit. total users, new users, users last week, etc. the corruption may a ",,,,,," instead of the intended "0,0,0,0" to the cookie file. NULL or EMPTY variables instead of the count of "0"
12
224
Read More
|
|
Re: Hosting solution for a big (yet not so busy) forum
Ruben
09/05/2024 2:11 PM
both I think it was around three hours to download two days upgrading UBB then three days converting to smf then it took longer to upload since I was uploading a full complete database .
I note that it took several attempts because of the duration ,the connection dropped out a few times during the upload. Not sure if it was my isp or the host
6
476
Read More
|
|
Re: Upgrade to 8.0 complete but...
Baldeagle
09/04/2024 12:56 PM
Well, this is wonderful. We're back on 7.4.33 and the forum is working again, but now I have this error in the Control Panel. WARNING: Your PHP max_input_vars setting is set to a low value. Your current setting is 1000; the default setting is 1000. Based on your current number of forums, a minimum setting of 2048 is recommended. Your forum may have issues such as a blank configuration file, missing settings, or unexpected script behavior if you continue. Please see the "Issues with the PHP 'max_input_vars' Setting" entry on the UBB.Wiki for more information. I have set max_input_vars to 4096 in /etc/php.ini and /etc/php.ini.rpmnew.. I've restarted the server (several times). I've cleared the browser cache (several times). I even edited the binary files lipbphp7.so and libphp7-zts.so. Everything on the server is set to 4096. I even reverted to the saved php.ini file (/etc/php.ini.rpmsave), and restarted the server and cleared the cache again. Yet the error remains. I finally got rid of the error by rebooting the server. Sheesh!
21
364
Read More
|
|
Streamlining large forums by splitting the posts table?
Conrad
09/03/2024 1:05 AM
As the forum database gets bloated over the years with the size reaching several+ gigabytes (mainly thanks to the ubbt_POSTS table), could you introduce an "archive" feature that would allow the admin to move posts older than a chosen date into a separate table that is read-only?
That way the current, workable table would be smaller and easier to work with for greater server efficiency, whereas all older posts would be cordoned off in an archived posts table.
I've come across this when reading about features across various software and this is definitely something I would appreciate on my site.
0
307
Read More
|
|
Re: Adjust SEO Title
toner
09/02/2024 4:47 PM
To bring this back up, I don't know why adjusting
<title>{if $inputTitle}{$inputTitle|strip_tags}{/if}{if $powered} - {$powered}{else} - {$config.COMMUNITY_TITLE}{/if}</title> to
<title>{if $inputTitle}{$inputTitle|strip_tags}{/if}{if $powered} - {$powered}{else} - {$forumTitle|strip_tags}{/if}</title> in the header.tpl template doesn't cause our HTML <title> to show the topic (dash) forum title.
I'm guessing the string $forumTitle isn't available to the template when it runs. Is there another string that would accomplish the same thing?
5
333
Read More
|
|
Re: Is UBB.threads still going?
Gizmo
08/27/2024 12:36 AM
My question wasn't directed at you or isaac it was to the owners of UBBCentral. Are they unwilling to pay for development, or maybe give a portion of upgrade fees? Unfortunately the vendor takes "User to User" support forums very literally and doesn't monitor these forums very often, the only official outlet for vendor support is the support desk. PHP8 support was hinging on the ever evolving landscape of PHP8, once we'd get closer to a release there would end up being some showstoppers that had to be addressed, then we had to wait on the installer to be completed (and in the process an old PHP4 function was rejiggered and a speed increase was found with newer code).
24
10,687
Read More
|
|
UBB.threads 8.0.0 Released: PHP 8 Support!
isaac
08/26/2024 5:14 PM
UBB.threads 8.0.0 has been released and is now available to download in the Member Area.Version 8.0.0 brings PHP 8 support to your forums. It has been tested to be compatible with PHP 7.2 - PHP 8.3. This release also contains added features, library and asset updates, maintenance items, and fixes. Primary Changes In This Release- PHP 8 support. UBB.threads now supports php 7.2 - 8.3.
- All libraries and assets updated.
- Reformatted and standardized all code.
- Cleanup of UBB scripts, templates, and CSS files.
- More bug squashing and layout updates.
Version Discussion and Changelog
0
276
Read More
|
|
4 members (Gizmo, Baldeagle, Conrad, 1 invisible),
254
guests, and
102
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|