17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1495 Views |
-
Forum bugs

27 July 2007 at 10:26am
Hey all,
Some of you have noticed bugs in the forum - eg posts disappearing, or turning up in the wrong topic. If any of you have any idea how to reproduce these bugs, this would be super helpful in helping me fix them!
Thanks,
Andy -
Re: Forum bugs

28 July 2007 at 8:37am
It's possible that it happens when two posts are added simultaneously - hence the rare occurrence of the issue.
In the NZCT branch there is a change to the ID generation in DataObject::write() - can you check to see if SS is running with this code?
The ID should *not* be generated with DB::getNextID() - instead, it inserts a blank record and passes that to the rest of the write code.
-
Re: Forum bugs

29 July 2007 at 5:11pm Last edited: 29 July 2007 5:12pm
Yeah, there's
[code php]
$this->record['ID'] = DB::getNextID($ancestry[0]);in DataObject:write()
Can you post your patch here as well, pls?
Thx
| 1495 Views | ||
|
Page:
1
|
Go to Top |



