View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000101 | XMB1 | Bugs | public | 2008-08-06 02:31 | 2008-08-07 10:47 |
| Reporter | miqrogroove | Assigned To | miqrogroove | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.9.8 SP2 | ||||
| Target Version | 1.9.11 | Fixed in Version | 1.9.11 | ||
| Summary | 0000101: Vote Stuffing Check Isn't Working | ||||
| Description | Could be totally broken or just a freak race condition? In any case, the if($voted === 1) test will have to be changed. | ||||
| Additional Information | http://forums.xmbforum.com/viewthread.php?tid=772794 | ||||
| Tags | No tags attached. | ||||
| MySQL Version | |||||
| PHP Version | |||||
| Web Server | |||||
| Browser | |||||
| Flags | |||||
| Original Reporter | Mouser | ||||
| SVN Revision | 1210 | ||||
| Git Commit | |||||
|
|
yep, it's definitely hosed |
|
|
Well I just learned something new. In MySQL, the COUNT() aggregate function always returns a 64-bit integer, which can never === 1 in PHP. Anyway, I didn't write this stuff so it's just another kind of XMB bug to look out for now. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2008-08-06 02:31 | miqrogroove | New Issue | |
| 2008-08-06 02:31 | miqrogroove | Original Reporter | => Mouser |
| 2008-08-06 02:37 | miqrogroove | Note Added: 0000018 | |
| 2008-08-06 02:37 | miqrogroove | Assigned To | => miqrogroove |
| 2008-08-06 02:37 | miqrogroove | Reproducibility | have not tried => always |
| 2008-08-06 02:37 | miqrogroove | Status | new => confirmed |
| 2008-08-06 02:37 | miqrogroove | Projection | none => minor fix |
| 2008-08-06 02:37 | miqrogroove | ETA | none => < 1 day |
| 2008-08-06 02:52 | miqrogroove | Note Added: 0000019 | |
| 2008-08-06 02:52 | miqrogroove | Status | confirmed => assigned |
| 2008-08-06 02:52 | miqrogroove | Product Version | => 1.9.8 SP2 |
| 2008-08-06 03:33 | miqrogroove | SVN Revision | => 1210 |
| 2008-08-06 03:33 | miqrogroove | Status | assigned => resolved |
| 2008-08-06 03:33 | miqrogroove | Fixed in Version | => 1.9.11 |
| 2008-08-06 03:33 | miqrogroove | Resolution | open => fixed |
| 2008-08-07 10:47 | miqrogroove | Status | resolved => closed |