Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

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

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...

Pro Version can be seen here!

Additional support can be found here.

Show Your Support

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

Comments
  #42  
Old 09-21-2004, 01:26 AM
Mattius Mattius is offline
 
Join Date: Sep 2004
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

that b good question indeed
Reply With Quote
  #43  
Old 09-21-2004, 03:53 AM
Scutter Scutter is offline
 
Join Date: May 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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...
Reply With Quote
  #44  
Old 09-21-2004, 04:11 AM
d3f d3f is offline
 
Join Date: Feb 2002
Location: The Underground
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
WarningDivision 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.severitynamevbug_type.typenamevbug_version.versionnamevbug_status.statusnamevbugs.*, admin.username AS adminnameuser.usernameuser.usertitlelastreply.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 errorYou 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:
WarningDivision 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.
Reply With Quote
  #45  
Old 09-21-2004, 09:49 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinclac
To upgrade to 1.0.2 do we need to do all the edits and every thing in the install text?
In the install.txt file are instructions to upgrade from earlier versions.
Reply With Quote
  #46  
Old 09-21-2004, 09:51 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by d3f
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:
WarningDivision 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.severitynamevbug_type.typenamevbug_version.versionnamevbug_status.statusnamevbugs.*, admin.username AS adminnameuser.usernameuser.usertitlelastreply.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 errorYou 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:
WarningDivision 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
Reply With Quote
  #47  
Old 09-21-2004, 10:04 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scutter
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:
Code:
<tr>
	<if condition="$admin">
	<td class="alt1">$vbugs_id</td>
	<td class="alt2">
		<div>
		<span style="float:right"></span>
		<a href="vbugs.php?do=view&amp;vbugs_id=$bug[vbugs_id]">$title</a></span>
		$moderateicon $privateicon $unassignedicon
		</div>
	<else />
	<td class="alt1">$vbugs_id</td>
	<td class="alt2">
		<div>
		<span style="float:right"></span>
		<a href="vbugs.php?do=view&amp;vbugs_id=$bug[vbugs_id]">$title</a>
		</div>
	</if>
		<div class="smallfont">
			<span style="float:right">$date <span class="time">$time</span></span>
			<strong onclick="window.location='member.php?u=$bug[userid]';" style="cursor:pointer">$username</strong>
		</div>
	</td>
	<td class="alt1"><span class="smallfont">$typename: <strong>$statusname</strong><br /><em><if condition="$bug[adminid]">$adminname<else />$vbphrase[vbugs_unassigned]</if></em></span></td>
	<td class="alt2"><div class="smallfont" style="white-space:nowrap">$lastreplydate <span class="time">$lastreplytime</span></div><div class="smallfont">by <a href="member.php?u=$bug[lastreplyuid]">$lastreplyname</a></div></td>
</tr>
Reply With Quote
  #48  
Old 09-21-2004, 10:33 AM
Scutter Scutter is offline
 
Join Date: May 2003
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks vm
Reply With Quote
  #49  
Old 09-21-2004, 10:48 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Scutter
thanks vm
your welcome....
Reply With Quote
  #50  
Old 09-21-2004, 10:55 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #51  
Old 09-21-2004, 11:01 AM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
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?
Reply With Quote
Reply


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 06:51 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.05446 seconds
  • Memory Usage 2,354KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (4)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete