Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
After altertable etc

The following files are reporting a wrong version #
editpost.php
addpost.php
admin/importdata.php
admin/importlive.php
admin/selectprunethreads.php
admin/showuser.php
categories.php
modifypost.php
previewsig.php
sendmessage.php
showflat.php

but all these files version is 6.5.1.1
How i can skip this step?

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
I found it
https://www.ubbcentral.com/boards/download.php?Number=38766
But why in member area wrong upgrade.php file? Ohh, this bad

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
And problem with ContentIsland
https://www.ubbcentral.com/boards/s...oard=threads652bugs&Number=42386
Not fixed in member area!

Joined: Dec 2003
Posts: 611
Former Developer
Former Developer
Joined: Dec 2003
Posts: 611
Hello,

Files in the beta bug forum with the status [FIXED] mean that they have been fixed in the next beta or release version. We do not silently update files in the Member Area.


Charles Capps
Former UBB.classic Maintainer
Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
But you may place LAST STABLE version <img src="https://www.ubbcentral.com/boards/images/graemlins/wink.gif" alt="" />

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
[]Hello,

Files in the beta bug forum with the status [FIXED] mean that they have been fixed in the next beta or release version. We do not silently update files in the Member Area. [/]
problem with ContentIsland
https://www.ubbcentral.com/boards/s...oard=threads652bugs&Number=42386
NOT FIXED in beta

Joined: Dec 2003
Posts: 611
Former Developer
Former Developer
Joined: Dec 2003
Posts: 611
As I have just stated above, the [FIXED] tag means that the bug is fixed in the next beta. The beta has not been updated since the initial release.


Charles Capps
Former UBB.classic Maintainer
Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
altertable-6.3-6.4.php
WRONG code
CREATE TABLE {$config['tbprefix']}PollMain (
P_Id INT(11) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT PRIMARY KEY,
P_Start INT(11) UNSIGNED,
P_Stop INT(11) UNSIGNED,
P_MustVote INT(1) UNSIGNED,
P_NoResults INT(1) UNSIGNED

DEFAULT '0' - is wrong code
result - lost all old poll result
4 hours my time

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
same file
CREATE TABLE {$config['tbprefix']}PollMain (
P_Id INT(11) UNSIGNED DEFAULT '0' NOT NULL AUTO_INCREMENT PRIMARY KEY,
P_Start INT(11) UNSIGNED,
P_Stop INT(11) UNSIGNED,
P_MustVote INT(1) UNSIGNED,
P_NoResults INT(1) UNSIGNED

default 0 - also wrong

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
PollOptions - same

Joined: Jul 2005
Posts: 3
S
stranger
stranger
S Offline
Joined: Jul 2005
Posts: 3
Thx, I also needed this.

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
In general certainly a disgrace - current version 6.5.1.1 and mistakes in the distribution kit last already from version 6.4. Why to not clean the distribution kit in member area?

Joined: Jul 2005
Posts: 25
P
newbie
newbie
P Offline
Joined: Jul 2005
Posts: 25
I tell how to correct this mistake. It is necessary to restore a backup copy of the table w3t_Posts with a new name, for example w3t_Post

execute a script
UPDATE w3t_Posts,
w3t_Post SET w3t_Posts.B_Body = w3t_Post.B_Body,
w3t_Posts.B_Poll = w3t_Post.B_Poll WHERE w3t_Posts.B_Number = w3t_Post.B_Number AND w3t_Post.B_Poll LIKE '%1%'

and then execute a altertablepoll.php from my attachment preliminary having put it on the you site
Attachments
42688-altertablepoll.zip (0 Bytes, 177 downloads)

Joined: Dec 2003
Posts: 611
Former Developer
Former Developer
Joined: Dec 2003
Posts: 611
Poul, as I have explained many times in this topic, we do not update versions in the member area silently. The next release will contain fixes for the bugs marked fixed.

I am closing this topic now.


Charles Capps
Former UBB.classic Maintainer

Link Copied to Clipboard
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), 1,165 guests, and 234 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)