VisionScripts - Premium PHP & vBulletin Solutions!

Go Back   VisionScripts - Premium PHP & vBulletin Solutions! > Bug Tracker > vS-Bug Tracker

Project: vS-Bug Tracker Bug Tools
ID: 284 Category: Bug Report
Title: SQL error during search Status: Closed (Fixed)
Severity: Major Version: 2.1.0
Assigned To: Psionic Vision

VisionScripts Customer
inicom
04-14-2009, 05:51 PM
SQL error during search

We've had this issue for as long as I can remember, I upgraded to the latest version of vs-bug tracker today and hoped that it might be fixed. Sadly it still occurs, is there a problem with our configuration?


Database error in vBulletin 3.8.1:

Invalid SQL:

SELECT count(*) AS bugs FROM bugtracker_bug as bug
WHERE bugtracker_projectid = '3'
AND (bug.bugtracker_bugid IN 6,5,11,8,21,33,34,38,42,14,45,46,49,50,48,63,66,73 ,75,76,77,78,79,80,83,13,84,86,90,91,93,95,96,107, 113,118,119,124,121,125,126,127,122,129,147,131,13 3,135,138,153,156,155,189,194,195,197,198,200,204, 207,210,208,211,215,217,221,222,223,224,225,227,22 9,232,235,234,228,237,236,240,242,243,245,238,246, 209,252,251,72,255,260,257 OR bug.title LIKE '%bug%');

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '6,5,11,8,21,33,34,38,42,14,45,46,49,50,48,63,66,7 3,75,76,77,78,79,80,83,13,84,86' at line 3
Error Number : 1064
Request Date : Thursday, March 19th 2009 @ 02:14:51 PM
Error Date : Thursday, March 19th 2009 @ 02:14:51 PM
Script : http://www.flashfxp.com/forum/bugtracker.php
Referrer : http://www.flashfxp.com/forum/bugtra...er_projectid=3
Classname : vB_Database
MySQL Version : 5.0.67-community
Administrator
Psionic Vision
05-29-2009, 09:15 PM
Re: SQL error during search

The fix is simple:

bugtracker.php, line 313, find:

Code:
$cmp_in $getids
replace with:

Code:
$cmp_in ($getids)
That fixes the problem. Sorry for long delayed in providing a solution.
__________________
Psionic Vision - CEO & Developer

Please do not contact me via pm for support related matters.
Questions, posted in the forum, will be answered more quickly.
Bug Tools
Subscribe To This Bug


Posting Rules
You may not post new bugs

Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT. The time now is 08:56 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright © VisionScripts, 2006 - 2009