Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
vBug Tracker Lite Details »»
vBug Tracker Lite
Version: 4.0.1, by Dark_Wizard Dark_Wizard is offline
Developer Last Online: Jun 2014 Show Printable Version Email this Page

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.

Download Now

File Type: zip vbug_tracker_lite_4.0.1.zip (31.9 KB, 348 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 02-15-2010, 10:20 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Storyteller69 View Post
I send you a PM because it's a Testforum behind htaccess.
Fixed!
Reply With Quote
  #13  
Old 02-15-2010, 10:20 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Database error in vBulletin 4.0.1:

Invalid SQL:

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?
No facebook just standard vb register. That error cannot be reproduced. I was just on Storyteller69's site and he has no issues. Uninstall and install again and select "Allow Overwrite" and let me know if you have the issues still.
Reply With Quote
  #14  
Old 02-15-2010, 10:24 PM
Storyteller69 Storyteller69 is offline
 
Join Date: Jun 2008
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard View Post
Fixed!
Many thanks! :up:
Reply With Quote
  #15  
Old 02-15-2010, 10:30 PM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an error i found in db = The following indexes appear to be equal and one of them should be removed: PRIMARY, id - This is in the table vbug
Reply With Quote
  #16  
Old 02-15-2010, 10:38 PM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Uninstall and install again and select "Allow Overwrite" and let me know if you have the issues still.
Yep, done that but still errors
Reply With Quote
  #17  
Old 02-15-2010, 10:40 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
This is an error i found in db = The following indexes appear to be equal and one of them should be removed: PRIMARY, id - This is in the table vbug
Look at my xml file...nothing exists except the primary and unique keys...
Reply With Quote
  #18  
Old 02-15-2010, 10:42 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
Yep, done that but still errors
I am registered on your site. allow me access to view the admincp with query rights and I will fix it very quickly...
Reply With Quote
  #19  
Old 02-15-2010, 10:46 PM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard View Post
I am registered on your site. allow me access to view the admincp with query rights and I will fix it very quickly...
You should have full access rights now
Reply With Quote
  #20  
Old 02-15-2010, 10:52 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Spikeman View Post
You should have full access rights now
I don't have sql query access...add my userid in your includes/config.php file
Reply With Quote
  #21  
Old 02-15-2010, 10:59 PM
Spikeman Spikeman is offline
 
Join Date: Aug 2006
Location: UK
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard View Post
I don't have sql query access...add my userid in your includes/config.php file
Yep thats done
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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

Forum Jump


All times are GMT. The time now is 11:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06719 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (9)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete