Bug #1598
Moving threads loses posts
| Status: | Rejected | Start date: | 06/06/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Moderation | |||
| Target version: | - | |||
| Reproducibility: | Always | Database Type: | MySQL | |
| Reported In MyBB Version: | 1.6.3 | Database Version: | 5.1.54-1ubuntu4 | |
| PHP Version: | SQA assignments: | |||
| Browser: |
Description
one subforum to another subforum. Some posts disappear in this
procedure.
Steps to reproduce the bug:
- Make new install of MyBB 1.6.3
- import the attached database
- log in as bo198214 with password bo198214
- Goto subforum "General Discussion and Questions"
- Mark all threads of this subforum and "Move Threads" to
"Mathematical Discussion" - Go back to the main page
You see "General Discussions and Questions" 1 Thread and 5 Posts.
But if you go into, nothing is there.
You see "Mathematical Discussion" 416 (3) Threads. Whatever that means.
If you look in the database table mybb_posts:
There are 8 posts which still have fid=2 (which is "General
Discussions and Questions") instead of the new fid=3 (which is
"Mathematical Discussion").
These are the posts with the pid's:
2548, 2549, 2556, 2559, 2560, 2561, 3365, 3366
All belong to tid=213
But as said these posts are not shown in fid=2, I guess because the
thread tid=213 has fid=3 already.
Later then when I removed "General Discussions and Questions" and made
a rebuild and recount, some of these posts got lost (not anymore contained in
the database).
I defer the attachment of the sql file, because my whole bugreport got lost, when I attached the 2.3 MB (while it was written that its possible up to 10MB), perhaps taking too long to respond.
This is worth another meta bug report, its really nasty when making the effort of a detailed bug report, which gets lost by some server response problem.
History
#1 Updated by Henryk Trappmann 12 months ago
- File xaa.lzma added
Now when compressing with lzma, I still can not upload 1.7 MB: "Request object too large".
So I split the file into pieces xaa xab xac xad xae xaf
and lzma each piece.
Please
lzma -d {xaa,xab,xac,xad,xae,xaf}.lzmacat xaa xab xac xad xae xaf > 20110529.sql
to obtain the database file.
#2 Updated by Henryk Trappmann 12 months ago
- File xab.lzma added
#3 Updated by Henryk Trappmann 12 months ago
- File xac.lzma added
#4 Updated by Henryk Trappmann 12 months ago
- File xad.lzma added
#5 Updated by Henryk Trappmann 12 months ago
- File xae.lzma added
#6 Updated by Henryk Trappmann 12 months ago
- File xaf.lzma added
#7 Updated by Jitendra Maharaj 11 months ago
- Status changed from New to Rejected
Checked with a fresh install ...maybe its your permissions...
in which case its a support issue
closed
#8 Updated by Henryk Trappmann 11 months ago
Not sure what you mean.
You checked with a fresh install of MyBB 1.6.3 and then what? Could you reproduce the bug?
What you mean by "maybe its your permissions"?
You mean I have wrong permissions after a fresh install of MyBB??? DB, table permissions? File permissions?
And what in the end means "a support issue"???