Version: 1.0.3, by Dark_Wizard
Developer Last Online: Jun 2014
Version: 3.0.6
Rating:
Released: 09-17-2004
Last Update: 02-20-2005
Installs: 97
DB Changes
No support by the author.
You asked for it and here it is...a bug tracker that mimics the one at vBulletin.com.
There is no upgrade yet from the other bug trackers listed on this site but if enough people request it I will add it to the installer.
Also, please DO NOT request help, assistance or ask questions via IM as I will ignore you and if your persistent will block you. Your best option for immediate support is at vbwar.com but I will check in here from time to time.
Enjoy!
Please click install if you use this hack. Support is only given to those who click. Thx!
Version 1.0.1:
Fixed missing phrase (here)
Fixed redirect to blank page after edit bug
Fixed assigned to not working after bug edit
Version 1.0.2:
Finally fixed the dropped title and missing phrases.
Plus a few other small bugs you people didn't catch.
New bug found...file updated. Users of version 1.0.2 need to perform these steps found here.
Version 1.0.3:
Fixed all tableprefixes and a small bug. Tested in both tableprefixed db and no tableprefix db...
Nice work dark, that got it. I now have the following problem, it displays fine when logged on as admin, but when logged on as a user with view and add permissions only, the screen looks like this...
Installed 1.0.1 had some errors followed the instructions to get to 1.0.2 but had a db error on each step, now im getting lots of..
PHP Code:
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/includes/functions.php on line 123
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/includes/functions.php on line 1730
Invalid SQL:
SELECT DISTINCT vbug_severity.severityname, vbug_type.typename, vbug_version.versionname, vbug_status.statusname, vbugs.*, admin.username AS adminname, user.username, user.usertitle, lastreply.username AS lastreplyname
FROM vbugs
LEFT JOIN vbug_status ON (vbugs.vbug_statusid = vbug_status.vbug_statusid)
LEFT JOIN user AS admin ON (vbugs.adminid = admin.userid)
LEFT JOIN user ON (vbugs.userid = user.userid)
LEFT JOIN user AS lastreply ON (vbugs.lastreplyuid = lastreply.userid)
LEFT JOIN vbug_type ON (vbugs.vbug_typeid = vbug_type.vbug_typeid)
LEFT JOIN vbug_version ON (vbugs.vbug_versionid = vbug_version.vbug_versionid)
LEFT JOIN vbug_severity ON (vbugs.vbug_severityid = vbug_severity.vbug_severityid)
WHERE 1
ORDER BY lastedit desc
LIMIT 0,
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 '' at line 13
mysql error number: 1064
and
PHP Code:
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/admincp/vbugs_admin.php on line 177
Installed 1.0.1 had some errors followed the instructions to get to 1.0.2 but had a db error on each step, now im getting lots of..
PHP Code:
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/includes/functions.php on line 123
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/includes/functions.php on line 1730
Invalid SQL:
SELECT DISTINCT vbug_severity.severityname, vbug_type.typename, vbug_version.versionname, vbug_status.statusname, vbugs.*, admin.username AS adminname, user.username, user.usertitle, lastreply.username AS lastreplyname
FROM vbugs
LEFT JOIN vbug_status ON (vbugs.vbug_statusid = vbug_status.vbug_statusid)
LEFT JOIN user AS admin ON (vbugs.adminid = admin.userid)
LEFT JOIN user ON (vbugs.userid = user.userid)
LEFT JOIN user AS lastreply ON (vbugs.lastreplyuid = lastreply.userid)
LEFT JOIN vbug_type ON (vbugs.vbug_typeid = vbug_type.vbug_typeid)
LEFT JOIN vbug_version ON (vbugs.vbug_versionid = vbug_version.vbug_versionid)
LEFT JOIN vbug_severity ON (vbugs.vbug_severityid = vbug_severity.vbug_severityid)
WHERE 1
ORDER BY lastedit desc
LIMIT 0,
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 '' at line 13
mysql error number: 1064
and
PHP Code:
Warning: Division by zero in /home/methlabs/domains/methlabs.org/public_html/forums/admincp/vbugs_admin.php on line 177
ect, any help would be really apreciated.
You didn't set the vBug Options in the admin control panel
Nice work dark, that got it. I now have the following problem, it displays fine when logged on as admin, but when logged on as a user with view and add permissions only, the screen looks like this...
Edit your VBUGS template with the following:
find this:
Code:
$buglist
</tr></table>
change to this:
Code:
$buglist
</table>
Replace the entire contents of the vbugs_listbit with the following:
When I try to upgrade from version 1.0, I keep getting db errors for tables and settings and phrases that are already there. Duplicate. How do I upgrade without getting those?
It seems I am running 1.0 beta version for some reason. How do I upgrade from that?
When I try to upgrade from version 1.0, I keep getting db errors for tables and settings and phrases that are already there. Duplicate. How do I upgrade without getting those?
You shouldn't be getting that...it detects you earlier version and upgrades only whats needed...I just ran the script on another site and it works for me...can you PM me with more details?