Version: 4.0.1, by Dark_Wizard
Developer Last Online: Jun 2014
Category: Add-On Releases -
Version: 4.0.1
Rating:
Released: 02-14-2010
Last Update: 02-15-2010
Installs: 68
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
I'm back again and with an updated version of vBug Tracker. This add-on if you are not familiar with it is a mimic of the one used back a while ago on vbulletin.com. This is currently in beta just to make sure I caught all the bugs.
There is no upgrade yet from version 3.7 but I am working on it.
There will be a Pro version coming soon but will not be posted here and will contain many features and enhancements.
Support is only provided to those who click install! Finally, if you really like this addon please nominate this for MOTM.
Thanks and enjoy!
I have removed this from the Beta stage and consider this stable.
4.0.1 Release:
* Fixed a query problem with table prefixes.
* Fixed/Added phrase issues.
* Fixed group by issue.
* Added permissions to the navtab so that users who cannot view bugs won't see the tab.
To upgrade all you need to do is "Import Product" and select "Allow Overwrite" then upload all the files overwriting the older ones.
SELECT count(*) AS status, vbug.*
FROM vbvbug
WHERE vbug_statusid = 1;
MySQL Error : Unknown table 'vbug'
Error Number : 1051
Request Date : Monday, February 15th 2010 @ 11:54:02 PM
Error Date : Monday, February 15th 2010 @ 11:54:02 PM
Script : http://www.****************/vbugs.php
Referrer :
IP Address :
Username : ****
Classname : vB_Database_MySQLi
MySQL Version : 5.0.68-percona-3-log
This did not impress me
I cannot reproduce that error. I tried to register on your site to check it out and I get this error upon submitting my registration info:
Quote:
Parse error: syntax error, unexpected T_VARIABLE, expecting ';' in /websites/**************/beta-tester.co.uk/public_html/iphone/fbb/runbox_hook_register_addmember_complete.php on line 5
SELECT vbug.*, username, vbug_version.title AS vtitle, vbug_status.title AS stitle, vbug_type.title AS ttitle, vbug_severity.title AS svtitle
FROM vbvbug AS vbug
LEFT JOIN vbuser AS user ON(user.userid = vbug.adminid)
LEFT JOIN vbvbug_version ON(vbug_version.vbug_versionid = vbug.vbug_versionid)
LEFT JOIN vbvbug_status ON(vbug_status.vbug_statusid = vbug.vbug_statusid)
LEFT JOIN vbvbug_type ON(vbug_type.vbug_typeid = vbug.vbug_typeid)
LEFT JOIN vbvbug_severity ON(vbug_severity.vbug_severityid = vbug.vbug_severityid)
ORDER BY vbug.postdate DESC
LIMIT 0, 15;
MySQL Error : Unknown column 'vbug_version.title' in 'field list'
Error Number : 1054
Request Date : Tuesday, February 16th 2010 @ 12:07:31 AM
Error Date : Tuesday, February 16th 2010 @ 12:07:31 AM
Script : http://www.**************admincp/vbu....php?do=modify
Referrer : http://www.**************/admincp/index.php?do=nav
IP Address :
Username :
Classname : vB_Database_MySQLi
MySQL Version : 5.0.68-percona-3-log
This is the error I get from acp side
When you tried to register on my site did you use facebook connect?