View Full Version : New Posting Features - [HTL] & [TXT] Request/Bugs Tracker (formally vB-Bugs)
Shane
04-15-2004, 10:00 PM
Request/Bugs Tracker
Version: 1.0.0
vB-version: 3.0.0
Developer: ^BuGs^ (Shane on vB.org), ixian, and Kirby (Original)
Install difficulty: Easy
File edits: 1
Template edits: 0
Description of the Hack:
This is a basic vBulletin-powered Request/Bugs Tracker like the one on vBulletin.com
HACK INSTALLATION DETAILS:
New files for this Hack:
bugs.php
admincp/bugsadmin.php
Files modified for this Hack:
admincp/index.php
New templates for this Hack:
bugs_search_no_results
bugs_addbug
bugs_addbugnote
bugs_listbit
bugs_bugnote
bugs_details
bugs_list
BUGS
New DB tables for this Hack:
bugs
bugnotes
bugtypes
bugseverities
bugstates
Read the readme.txt file if you are updating from vB-Bugs!!!!
As of 4/17/04, 9:21am EST
Fixed: Warning: Invalid argument supplied for foreach() in /home2/bear/public_html/forums/includes/sessions.php on line 262 - vvbugs_settings.xml (new exported data from the HTL generator)
Fixed: https://vborg.vbsupport.ru/showpost.php?p=501784&postcount=22 (add the function inside bugs.php to help it cashe the bugs types everytime you load the page if a new one is not in the list.
Updated: readme.txt (a few grammer issues that I overlooked.)
As of 4/17/04, 9:47am EST
Fixed: bugs.php where if you edited a bug report and left the assigment to "unassigned" it owuld stop. This is now fixed where it will stay at unassiigned.
As of 4/20/04, 1:38am EST
Fixed: bugsadmin.php had had a program with the "add" and "edit" fuctions.
Sourceforge.net - New home for this hack under the direction of the group "vBulletin Modification Packages". Visit us at: https://sourceforge.net/projects/vbmodificatiopk/ . (Best place to post bug reports. Ironic isn't it?)
teksigns
04-16-2004, 05:41 PM
whats the diff. between versions ?
what does this do that the original dont .....
Shane
04-16-2004, 05:48 PM
whats the diff. between versions ?
what does this do that the original dont .....
Private "reports" that only can be seen by admins.
Lots of bugs fixes... that I can't even list them all.
Sorting problems worked out....
New Features in devlopment:
WYSIWUG editor for the reports
Attachements
Email Notification
(Addon of: MySQL-3 Support)
Boofo
04-16-2004, 05:58 PM
I'm getting an invalid error on the settings and templates file for the phrases. Any ideas?
Shane
04-16-2004, 06:04 PM
I'm getting an invalid error on the settings and templates file for the phrases. Any ideas?
I might. I think I set the file version to 3.0.1 when it works on 3.0.0 in the HTL file. Just try chaning the names on the XML files I will update the zip right now..
Shane
04-16-2004, 06:05 PM
The settings XML shouldn't have any problems. There is no version number thing. Try it now (just updated the zip)
Boofo
04-16-2004, 06:10 PM
I just got this error when I tried to import the settings file:
Warning: Invalid argument supplied for foreach() in /home2/bear/public_html/forums/includes/sessions.php on line 262
And now I can't even get into the admin cp or my board.
Shane
04-16-2004, 06:14 PM
I can't seem to reproduce this. I just "upload" the settings XML file again and I got no errors. I might be because I already have it install, but.. umm...
Sessions.php? No idea. bugs.php and bugsadmin.php only use the sessions from global.php.
Shane
04-16-2004, 06:26 PM
Try uploading your base files again ....as I try to get msn conencted...
Boofo
04-16-2004, 06:26 PM
I had something to do with the serttings xml file. It only happened after I ran that. I need to go to phpmyadmin and do something, but what?
Boofo
04-16-2004, 06:40 PM
Here's the code for the error:
// get default language
$phraseinfo = $DB_site->query_first("
SELECT languageid" . fetch_language_fields_sql(0) . "
FROM " . TABLE_PREFIX . "language
WHERE languageid = " . intval($vboptions['languageid']) . "
");
foreach($phraseinfo AS $_arrykey => $_arryval)
{
$bbuserinfo["$_arrykey"] = $_arryval;
}
unset($phraseinfo);
The foreach line is where the error occurs.
Shane
04-16-2004, 07:04 PM
Here's the code for the error:
// get default language
$phraseinfo = $DB_site->query_first("
SELECT languageid" . fetch_language_fields_sql(0) . "
FROM " . TABLE_PREFIX . "language
WHERE languageid = " . intval($vboptions['languageid']) . "
");
foreach($phraseinfo AS $_arrykey => $_arryval)
{
$bbuserinfo["$_arrykey"] = $_arryval;
}
unset($phraseinfo);
The foreach line is where the error occurs.
I will check it out once I get back this evening. Mom arrived to my school and I am taking her out.
Zelda-King
04-16-2004, 07:37 PM
I've been getting that error too.
tilight
04-16-2004, 07:57 PM
This invloves altering table language to have a new column
phrasegroup_vbbugs and to insert a new record in into table phrasetypes.
I don't know what this means in the instructions, I am doing a New Install.
thanks, and great version BTW except for the error :(
Boofo
04-16-2004, 08:02 PM
I've been getting that error too.
I can't even get on my site now. I get that error in the admin cp AND the board.
squawell
04-16-2004, 08:16 PM
I can't even get on my site now. I get that error in the admin cp AND the board.
bob maybe u can try this to fix ur problem
http://www.vbulletin.com/forum/showpost.php?p=575568&postcount=7
Boofo
04-16-2004, 08:24 PM
bob maybe u can try this to fix ur problem
http://www.vbulletin.com/forum/showpost.php?p=575568&postcount=7
Bingo! That fixed it. I can get on the site. What does that do and did I lose anything? I run RC3.
squawell
04-16-2004, 08:42 PM
Bingo! That fixed it. I can get on the site. What does that do and did I lose anything? I run RC3.
bob,one of my friend have this problem when he upgrade from 2.x to 3.0,so im not sure how could it happened?maybe the process make something mess up just a guess. :p
Boofo
04-16-2004, 08:46 PM
Well, whatever it was, you fixed it. I owe you one. You are the man! ;)
squawell
04-16-2004, 08:51 PM
Well, whatever it was, you fixed it. I owe you one. You are the man! ;)
Glad that help u,Bob;)
P.Jackson
04-16-2004, 09:27 PM
would there be anyway to change this from bugs to help requests? i.e Technical help
Zelda-King
04-16-2004, 11:07 PM
Here're the errors I've noticed:
If I go to bugs.php I get;
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 122
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 128
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 134
(Been posted but I'm verifying.)
Most of the dropdowns have only the top option to choose from (even though I did the 'save data upgrade' and my settings are still in the Admin CP. The faulty dropdowns are;
Show only bugs with status:
Type:
Status:
Severity:
I can view existing bugs but if I submit one it won't submit. I get taken to a post error screen I can't see.
The following templates are uncached for that error screen;
newpost_error_message
newpost_preview
Oh, and while I'm still in the middle of posting this I tested the 'edit bug' and since then everything seems functional. O_O
Boofo
04-16-2004, 11:17 PM
Sounds like this still needs a lot of work. ;)
I'm not going to re-install this until everyone else seems to have it working. And those xml files definately need some work. If they messed my system up, someone else will get messed up, too. ;)
Shane
04-17-2004, 01:53 AM
Sounds like this still needs a lot of work. ;)
I'm not going to re-install this until everyone else seems to have it working. And those xml files definately need some work. If they messed my system up, someone else will get messed up, too. ;)
This is all very werid. I done three dozen removes and installs of it and I havn't gotten any errors. I'll export thee seettings once more, but I don't know if that will fix a problem in sessions.
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 122
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 128
Warning: Invalid argument supplied for foreach() in /home/gamercr/public_html/bb/bugs.php on line 134
I just noticed that now. I am adding the fixes. Sorry all, but I thought this was stable enough for release!
ixian
04-17-2004, 03:24 AM
This hack needs a checkbox to hide/unhide closed tickets - reduces the clutter. Let me know if you want me to do that one after you upload the lastest fixes. I will need to add a row in the bugs table for hide state, FYI.
I am going to add the color-coding as a separate mini-hack, since not everyone may want that.
Shane
04-17-2004, 04:03 AM
rgr
Boofo
04-17-2004, 05:02 AM
Are the fixes posted for this yet?
ixian
04-17-2004, 05:23 AM
I don't believe so. At least the CVS hasn't been updated. Shane has the master copy and I am sure he will get it up this weekend. I will add my additions after that.
We are working on email notification but that feature will wait until the next release, after this one is fixed.
Link14716
04-17-2004, 05:25 AM
How about having it count how many bugs are in each state (unconfirmed, confirmed, etc.). I know it's not too hard to do, as I hacked this functionality into vB-Bugs.
tilight
04-17-2004, 05:33 AM
How about having it count how many bugs are in each state (unconfirmed, confirmed, etc.). I know it's not too hard to do, as I hacked this functionality into vB-Bugs.
I agree thats a good idea.
ixian
04-17-2004, 05:39 AM
How about having it count how many bugs are in each state (unconfirmed, confirmed, etc.). I know it's not too hard to do, as I hacked this functionality into vB-Bugs.
I was thinking more like "x new bugs since your last visit" but this is along the same lines, and yes it'd be easy to do.
Right now, on my side of things, I am working on the hide/show closed bugs, color-coding bugs by state (i.e. critical bugs red, moderate blue, etc - this is a feature found in just about every other ticket system out there and it makes a huge difference when you are trying to prioritize a lot of bugs) and the big one, email notification, which IMHO is the one major feature this hack has always lacked.
If you want to do a simple mod to do the above then by all means please do, especially if you've already done it. We're not credit hogs here; we just want a good hack to get even better and if you have something useful to add don't let us hold ya back:)
Vivi Ornitier
04-17-2004, 05:45 AM
it's actually workin fine for me. Except sometimes, when I add a bug, i mess aroudn with the options and I can't add it. All i get in the confirmation page is a table strip. Oh well, good job!
Shane
04-17-2004, 12:43 PM
boho, try clicking on 'Make new settings Volatile?' in HTL. That forces the script to do it's stuff.
Boofo
04-17-2004, 12:49 PM
I don't use HTL. Never did and never will. ;)
Shane
04-17-2004, 12:56 PM
How about having it count how many bugs are in each state (unconfirmed, confirmed, etc.). I know it's not too hard to do, as I hacked this functionality into vB-Bugs.
What to send me your vB-Bugs and I can add it to the CVS changes. bugs at bugssite dot org
Shane
04-17-2004, 12:59 PM
boofoo, how do you update the settings? :) Cause I uninstalled HTL on my live forums and I can't get the XML uploaded. All I know there is a way how and I don't know :)
Shane
04-17-2004, 01:05 PM
Allright. I am going home this weekend (at college). I thnk I fixed all the major errors for now. I am hoping by the time I get home the CVS repository has propergrated. Untill then, I will have to make my changes untill I get back monday night (late).
I know this is bad saying this, but if you are having major problems don't use it right now cause I won't be able to do anything till I get back. Sorry. :(
Boofo
04-17-2004, 01:30 PM
I uninstalled it all until the xml problem is fixed. Keep me posted.
Just do an install file all in one shot instead of the 3 xml files.
tilight
04-17-2004, 02:49 PM
Just installed everything brand new, and I got this error when I tried to go to Request/Bugs Tracker Types in my AdminCP:
Parse error: parse error
in /home2/volvinet/public_html/forums/admincp/bugsadmin.php on line 75
Also when I go to bugs.php I get thie at the top of the page (before my header):
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 138
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 144
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 150
Shane
04-18-2004, 12:45 AM
Just installed everything brand new, and I got this error when I tried to go to Request/Bugs Tracker Types in my AdminCP:
Parse error: parse error
in /home2/volvinet/public_html/forums/admincp/bugsadmin.php on line 75
Also when I go to bugs.php I get thie at the top of the page (before my header):
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 138
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 144
Warning: Invalid argument supplied for foreach() in /home2/volvinet/public_html/forums/bugs.php on line 150Change:
foreach($bugcache[$tablename] as $id => $currow)
{
if ($selvalue == $id)
{
echo "<option value=\"$id\" selected=\"selected\">$currow[$titlefield]</option>\n";
} else {
echo "<option value=\"$id\">$currow[$titlefield]</option>\n";
}
} else {
$result=$DB_site->query("SELECT $idfield,$titlefield FROM $tablename $filter ORDER BY $order");
while ($currow=$DB_site->fetch_array($result))
{
if ($selvalue==$currow[$idfield])
{
echo "<option value=\"$currow[$idfield]\" selected=\"selected\">$currow[$titlefield]</option>\n";
} else {
echo "<option value=\"$currow[$idfield]\">$currow[$titlefield]</option>\n";
}
}
}
to
foreach($bugcache[$tablename] as $id => $currow)
{
if ($selvalue == $id)
{
echo "<option value=\"$id\" selected=\"selected\">$currow[$titlefield]</option>\n";
} else {
echo "<option value=\"$id\">$currow[$titlefield]</option>\n";
}
}
$result = $DB_site->query("SELECT $idfield,$titlefield FROM $tablename $filter ORDER BY $order");
while ($currow = $DB_site->fetch_array($result))
{
if ($selvalue == $currow[$idfield])
{
echo "<option value=\"$currow[$idfield]\" selected=\"selected\">$currow[$titlefield]</option>\n";
} else {
echo "<option value=\"$currow[$idfield]\">$currow[$titlefield]</option>\n";
}
}
I had that } else {
with a closed }
like if the for statement was an if statement. Stupid mistake :) As for the second error, I don't see how that can be possaible. The "cashe" is built before those lines are even ran. Try the bugs.php file again. At the top of the file should just be $Id$. Going to put in revesion tags so I can keep track of what people have. :)
@ixian: What is your SF username?!
Shane
04-18-2004, 12:48 AM
ixian, even though the CVS isn't propergrated yet, I want to add you to the list once it is done monday. I just got the word from SF.
tilight
04-18-2004, 01:17 AM
Thanks, now the Bugs AdminCP works, but the bugs.php doesnt. I attached a screenshot of the error, since it isnt text. BTW I didnt modify anything, this is a fresh install with the instructions followed.
ixian
04-18-2004, 04:14 AM
ixian, even though the CVS isn't propergrated yet, I want to add you to the list once it is done monday. I just got the word from SF.
My sourceforge username is Ixian too, add away:)
Shane
04-18-2004, 02:52 PM
@tillight: Very stange. Did you import the phrases XML file?
@Ixian: rgr
tilight
04-18-2004, 06:26 PM
Yes also I just re uploaded the phrases and its still doing it.
Shane
04-18-2004, 06:51 PM
What is the link to your forums?
tilight
04-18-2004, 08:33 PM
Sorry it is a private forum so I can't give it to you. Here is a new error I received when trying to add a bug via admincp:
Database error in vBulletin 3.0.1:
Invalid SQL: SELECT typeid,typename FROM types ORDER BY sortorder
mysql error: Table 'forums.types' doesn't exist
mysql error number: 1146
Date: Sunday 18th of April 2004 04:29:45 PM
Script: http://localhost/forums/admincp/bugsadmin.php?do=add
Referer: http://localhost/forums/admincp/index.php?
Shane
04-19-2004, 04:08 AM
Sorry it is a private forum so I can't give it to you. Here is a new error I received when trying to add a bug via admincp:
Database error in vBulletin 3.0.1:
Invalid SQL: SELECT typeid,typename FROM types ORDER BY sortorder
mysql error: Table 'forums.types' doesn't exist
mysql error number: 1146
Date: Sunday 18th of April 2004 04:29:45 PM
Script: http://localhost/forums/admincp/bugsadmin.php?do=add
Referer: http://localhost/forums/admincp/index.php?
Will look into when I get back to school. I get there tommorow at 7pm. That will be the first time I will be able to check and make corrections.
tilight
04-19-2004, 07:22 PM
Thanks a lot!
Also I want to suggest adding usergroup permissions to Bug Tracker Types. Because if there is a bug type for a private beta testing game, then they would probably want to only allow beta testers to access it. Just a suggestion.
ixian
04-19-2004, 08:57 PM
If I'm not mistaken the bugs_admin got messed up in the last download, there's a parse error on line 75 when you try to administer the script. I've had no luck finding the exact issue yet (naturally, it's not actually on line 75).
Link14716
04-19-2004, 10:03 PM
I was thinking more like "x new bugs since your last visit" but this is along the same lines, and yes it'd be easy to do.
Right now, on my side of things, I am working on the hide/show closed bugs, color-coding bugs by state (i.e. critical bugs red, moderate blue, etc - this is a feature found in just about every other ticket system out there and it makes a huge difference when you are trying to prioritize a lot of bugs) and the big one, email notification, which IMHO is the one major feature this hack has always lacked.
If you want to do a simple mod to do the above then by all means please do, especially if you've already done it. We're not credit hogs here; we just want a good hack to get even better and if you have something useful to add don't let us hold ya back:)
Well, I did it a long while ago with vB-Bugs. I didn't really document anything though. I might give it a whirl with this version. ;)
Reimer
04-19-2004, 11:06 PM
Hi Everbody,
I have got the some errer which has been already mentioned here (https://vborg.vbsupport.ru/showpost.php?p=501693&postcount=11). I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
Shane
04-20-2004, 04:16 AM
Hi Everbody,
I have got the some errer which has been already mentioned here (https://vborg.vbsupport.ru/showpost.php?p=501693&postcount=11). I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
That doesn't make sence. Is there an error? You might have to go in and delete.
Shane
04-20-2004, 04:20 AM
link: You want in on the CVS code.. once it is in?
Boofo
04-20-2004, 04:33 AM
Hi Everbody,
I have got the some errer which has been already mentioned here (https://vborg.vbsupport.ru/showpost.php?p=501693&postcount=11). I tried the fix, but well - [i]of cource[/b] - this was not the solution for my problem.
I tried to remove the changing of the language-files to get the board going again, still there is some kind of problem. Maybe someone can give me a hint how to deal with the error in the language selection.
Try running these 2 queries and let me know if that fixes it.
ALTER TABLE language DROP phrasegroup_vBugs;
DELETE FROM phrasetype WHERE fieldname='vBugs';
Shane
04-20-2004, 04:36 AM
Try running these 2 queries and let me know if that fixes it.
ALTER TABLE language DROP phrasegroup_vbBugs;
DELETE FROM phrasetype WHERE fieldname='vbBugs';
:)
Shane
04-20-2004, 04:37 AM
why won't it be changed to vbbugs..
Shane
04-20-2004, 04:39 AM
vb bugs (all one word)
ixian
04-20-2004, 01:30 PM
Pending the CVS dump and all that, here's the fixed bugsadmin.php. Takes care of the parse error and a few other minor things.
Shane
04-20-2004, 04:59 PM
Might have already done that in the new zip file in post one :)
tilight
04-20-2004, 07:20 PM
I found a bug: In AdminCP when you add a bug and select the Type, Severity, Status, and Assigned to it creates duplicate choices, e.g.:
Severity
Minor Middle Critical Minor Middle Critical
ixian
04-20-2004, 07:26 PM
I found a bug: In AdminCP when you add a bug and select the Type, Severity, Status, and Assigned to it creates duplicate choices, e.g.:
Severity
Minor Middle Critical Minor Middle Critical
Are you using the new version of bugsadmin.php I attached two posts back?
tilight
04-20-2004, 07:36 PM
Are you using the new version of bugsadmin.php I attached two posts back?
Yes I am.
Shane
04-21-2004, 02:05 PM
I will take a look at it also. :) I been updating the CVS server on SF manually since 8am.
tilight
04-21-2004, 06:31 PM
Is there a way to only allow registered users to view bugs?
Shane
04-21-2004, 09:33 PM
Would have to create a toggle for that. But right now only guests can view the listing and not the acuall report.
kmike
04-22-2004, 03:50 AM
Seems like vbulletin.com guys already fixed most issues with old vb-bugs in their own install:
http://www.vbulletin.com/forum/bugs.php
Also I see numerous new features added. Maybe we can persuade them to open their fixes and enhancements to public?
EDIT:
Oops, I was wrong about the precedence, just found that vbulletin's own bug tracker appeared first and vb-bugs is just an attempt to re-implement it. Anyway, the proposal to release their bug tracker code is still valid :)
ixian
04-22-2004, 05:03 AM
Seems like vbulletin.com guys already fixed most issues with old vb-bugs in their own install:
http://www.vbulletin.com/forum/bugs.php
Also I see numerous new features added. Maybe we can persuade them to open their fixes and enhancements to public?
EDIT:
Oops, I was wrong about the precedence, just found that vbulletin's own bug tracker appeared first and vb-bugs is just an attempt to re-implement it. Anyway, the proposal to release their bug tracker code is still valid :)
It is, and I wish they would, but they aren't, or at least they aren't replying to requests to do so:)
It's ok, I've added in most of their functionality (such as view bugs you started/posted in) plus added some (such as a toggle to hide closed bugs and color coding by state). Working on the email subscription now. Ha! By the time we are done they will install our hack. Well maybe not, but it's fun to think about :rolleyes:
That said, they would save me a whole lot of time if they would share their email subscription code....:)
ixian
04-22-2004, 05:06 AM
Is there a way to only allow registered users to view bugs?
Simple eval at the top of the file. Might add a whole usergroup/permission option in the admin later, like vbArcade has.
kmike
04-22-2004, 08:09 AM
That said, they would save me a whole lot of time if they would share their email subscription code....
Indeed, it's a pity to see such a waste of time spent in reinventing the wheel... :(
tilight
04-23-2004, 10:33 AM
One thing we need is a new installation guide im sure people are making bugs trying to install it. Instead of saying, make a phrasegroup thing called this, tell us the MySQL code for it to make sure there arent any screw ups. :D
Shane
04-24-2004, 06:22 PM
Fully finshed updating the CVS. Now I can go ahead and we can add new stuff :)
is there a way i can rename the name in the navbar?
Zachariah
04-25-2004, 03:54 PM
@ Shane
admincp It would keep all the menus in 1 dropdown.
// VB_BUGS
if (is_member_of($bbuserinfo, $vboptions['bugadmingroup'])) {
if ($printhr == true)
{
construct_nav_spacer();
}
construct_nav_option("Add","bugsadmin.php?$session[sessionurl]do=add");
construct_nav_option("Modify","bugsadmin.php?$session[sessionurl]do=modify");
construct_nav_option("Moderate","bugsadmin.php?$session[sessionurl]do=moderate");
construct_nav_option("<b><u>States</u></b>","index.php?do=home");
construct_nav_option("Add","bugsadmin.php?$session[sessionurl]do=addstate");
construct_nav_option("Modify","bugsadmin.php?$session[sessionurl]do=modifystate");
construct_nav_option("Sort","bugsadmin.php?$session[sessionurl]do=orderstates");
construct_nav_option("<b><u>Severities</u></b>","index.php?do=home");
construct_nav_option("Add","bugsadmin.php?$session[sessionurl]do=addseverity");
construct_nav_option("Modify","bugsadmin.php?$session[sessionurl]do=modifyseverity");
construct_nav_option("Sort","bugsadmin.php?$session[sessionurl]do=orderseverities");
construct_nav_option("<b><u>Types</u></b>","index.php?do=home");
construct_nav_option("Add","bugsadmin.php?$session[sessionurl]do=addtype");
construct_nav_option("Modify","bugsadmin.php?$session[sessionurl]do=modifytype");
construct_nav_option("Sort","bugsadmin.php?$session[sessionurl]do=ordertypes");
construct_nav_group("Request/Bugs Tracker");
if ($printhr == true)
{
construct_nav_spacer();
}
}
// VB-BUGS end
Can't wait till its finished :D
Aso included a phrases.txt that might help
tilight
04-26-2004, 12:49 AM
Found my problem. I need to add stuff into 'language.phrasegroup_vbbugs', what do I add in here? This will fix my problem. Even anyone who has vbbugs working can just go into phpmyadmin and tell me whats in that table, thanks.
HellRazor
04-26-2004, 05:22 AM
Ok, a few bugs:
1. As someone reported earlier, in the admincp all of the dropdown boxes list the fieldnames twice.
2. In the admincp, the "Assigned To" dropdown always displays "Nobody" and there is no one else in the list.
(Both 1 and 2 work properly from bugs.php, the bugs are in the bugsadmin.php version).
3. Not sure if this behavior is correct or not (it doesn't seem to make sense) - but when a bug is tagged online status "yes", it doesn't show up in the list when using admincp "Moderate" command. Conversely, when it is tagged online status "no", it doesn't show up in the "Modify" command. Shouldn't it show up in both of these admin options regardless of whether or not it is "online" for users?
HellRazor
jluerken
04-26-2004, 10:19 AM
Request/Bugs Tracker
Version: 1.0.0
vB-version: 3.0.0
Developer: ^BuGs^ (Shane on vB.org), ixian, and Kirby (Original)
Install difficulty: Easy
File edits: 1
Template edits: 0
Description of the Hack:
This is a basic vBulletin-powered Request/Bugs Tracker like the one on vBulletin.com
HACK INSTALLATION DETAILS:
New files for this Hack:
bugs.php
admincp/bugsadmin.php
Files modified for this Hack:
admincp/index.php
New templates for this Hack:
bugs_search_no_results
bugs_addbug
bugs_addbugnote
bugs_listbit
bugs_bugnote
bugs_details
bugs_list
BUGS
New DB tables for this Hack:
bugs
bugnotes
bugtypes
bugseverities
bugstates
Read the readme.txt file if you are updating from vB-Bugs!!!!
As of 4/17/04, 9:21am EST
Fixed: Warning: Invalid argument supplied for foreach() in /home2/bear/public_html/forums/includes/sessions.php on line 262 - vvbugs_settings.xml (new exported data from the HTL generator)
Fixed: https://vborg.vbsupport.ru/showpost.php?p=501784&postcount=22 (add the function inside bugs.php to help it cashe the bugs types everytime you load the page if a new one is not in the list.
Updated: readme.txt (a few grammer issues that I overlooked.)
As of 4/17/04, 9:47am EST
Fixed: bugs.php where if you edited a bug report and left the assigment to "unassigned" it owuld stop. This is now fixed where it will stay at unassiigned.
As of 4/20/04, 1:38am EST
Fixed: bugsadmin.php had had a program with the "add" and "edit" fuctions.
Sourceforge.net - New home for this hack under the direction of the group "vBulletin Modification Packages". Visit us at: https://sourceforge.net/projects/vbmodificatiopk/ . (Best place to post bug reports. Ironic isn't it?)
Nice script but how can I create the tables that they're using my board table prefixes.
For sure I can make the changes manually but it would be nice if you could modify your script in that way that it uses the same table prefixes like vb3.
Can you change this?
tilight
04-27-2004, 01:29 AM
You should definatly add a default setting for type, so that if they submit it without picking a type it will say "Please choose a type". If there are multiple types one might just rush by and pick the wrong one. This should be easy to add too.
HellRazor
04-27-2004, 05:05 AM
The latest version of bugsadmin.php in the CVS fixes the bug with the dropdown lists.
There are still problems with the "Modify" and "Moderate" functions and the "Online" selection.
Now, when Online Status is "No", you can moderate, but not modify (as before).
When Online Status is "Yes", you can't moderate OR modify now. Under "modify" it lists the number of bugs but doesn't display them in the list.
What exactly is the difference between the "Modify" function and the "Moderate" function? They both seem to do the same thing.
HellRazor
04-27-2004, 05:11 AM
Oh, also the problem with admins not appearing in the "assigned to" box in bugsadmin.php has also been fixed in the latest version.
Shane
04-27-2004, 11:53 AM
hey all. I just finshed surgery. It will be a few days till I can go through and look through these errors and fix them. :)
paratek
04-27-2004, 12:33 PM
Shane, my Admin CP part works ok, but the bugs.php justs presents me with a blank page?
Any Ideas?
Shane
04-27-2004, 05:22 PM
Try uploading the file again. :)
HellRazor
04-27-2004, 06:20 PM
Shane, can you explain what the difference is between "modify" and "moderate"? And what exactly is the "Private" and "Online Status" for?
paratek
04-27-2004, 07:16 PM
Try uploading the file again. :)
Yup, that did the trick....nice hack!
Shane
05-02-2004, 04:04 AM
Yup, that did the trick....nice hack!
hey all. I finsh with schoo/finals may 16th. I must past so... I will try to get to any fixes/requets asap. I have started working on some of the features... not many. (not of the SF CVS though.
jluerken
05-03-2004, 06:16 AM
Nice script but how can I create the tables that they're using my board table prefixes.
For sure I can make the changes manually but it would be nice if you could modify your script in that way that it uses the same table prefixes like vb3.
Can you change this?
What about the table prefixes?
Is this working now?
msimplay
05-03-2004, 10:28 PM
i'm interested in installing this is it worthy of installing yet ?
Shane
05-04-2004, 04:10 AM
What about the table prefixes?
Is this working now?
I will let you know. I didn't know that was not working. I thought it was all set for universail sites. I must have deleted something by acident.
@msimplay: I think it is and same with 14 other people. :)
msimplay
05-04-2004, 03:33 PM
@msimplay: I think it is and same with 14 other people. :)
you mean it works properly and is worth installing and i shouldn't have any uncontrollable problems ?
Ok, honestly - this is the most disorganized release I have ever seen - I would submit a bug report, but the bug report thing seems to have a bug.
As shown earlier - I get nothing for the phrases - I think everything else works after three hours of what should have bee a five minute install - I will just go in and hard code the phrases --
my suggestion - I have no idea what the hcl garbage is, I am sure its cool, the best thing since Larry Flynt started a magazine - but these are not not even close to instuctions
1) Copy the file bugs.php to your forum root, bugsadmin.php to /admincp.
2) Import the phrases from HTL/vbbugs_phrases.xml
This invloves altering table language to have a new column
phrasegroup_vbbugs and to insert a new record in into table phrasetypes.
3) Import the templates from HTL/vbbugs_templates.xml
4) Run the following queries to create the necessary tables
{ new tables for bugs sql, only new tables in this sql }
5) Import the settings from HTL/vbbugs_settings.xml
6) This file-edit is optional. It will create links in the ACP to manage bugs, types, states and severities
Again, I did search around and found this HTL thingy - I dont want to install it - my forums are on a route right now not to be very upgradeable - in fact some files do not even pretend to resemble the original code - Now I only deal with english, so I never mess around with all this phrase stuff and junk - actually as soon as i get time am going to destroy that entire system and eradicate it from my life - but it works no problem, except now - now I either got to figure out the system or as I said just manually do it -
This though is the winner of non instructions in an instructions file
and to insert a new record in into table phrasetypes.
thats great.
Oh yea, who won that game today?
I am willing to bet that your answer to my question, is the same answer I have to that particular part of the instructions.
I am being critical, but thats only because it looks to be worthwhile - there are many hacks I take one look at, laugh, and move on and dont post anything about - cause they are not worth it - this one looks like it could be.
But I will give you credit. I have installed hacks like polls and private messages and who's online and many others - this is the first time I have ever got frustrated :)
<a href="http://sportsforum.ws/bugs.php" target="_blank">http://sportsforum.ws/bugs.php</a>
hey, the 427th time I imported the phrases xml - it worked
chrisvonc
05-14-2004, 01:23 AM
I just started to install this to test out and am stuck on step 5. Where/how do I import the vbbugs_settings.xml?
JTMON
05-17-2004, 05:20 AM
Well everything was working great until I upgraded to the newest stable php last night. Now bugs.php just gives me a blank white page. I checked for extra spaces but found none and that's the only change I've made. All the rest of my forums work fine. Any ideas?
Oldfart
05-18-2004, 07:02 AM
Ok I tried install this through the htl installer and I got as far as the php template modifications then I got a MySql db error. Now what do I do? I can't run the installer again according to htl it says I might screw up the forum if I do
JTMON
05-24-2004, 06:03 PM
Well everything was working great until I upgraded to the newest stable php last night. Now bugs.php just gives me a blank white page. I checked for extra spaces but found none and that's the only change I've made. All the rest of my forums work fine. Any ideas?
Well I didn't change or mess with anything and they started working again. Love it when that happens! :)
TheRayden
05-25-2004, 08:27 AM
According to the readme, it says:
2) Upload the HTL & XML-Files to your HTL-Files directory,
run the installer and follow the instructions.
I'm pretty new when it comes to applying hacks, but I don't see an installer. Or am I missing something here? :o
TheRayden
05-25-2004, 10:22 AM
I did it the manual way, went well, but I seem to find no changes on the forum to go to the bug tracker.
When I go directly to bugs.php I get a db error.
forum is at
http://www.navc.be/fomk/forum/
If anyone wants to have a look.
edit:
the admin section seems to work. Though I can't add bugs to test it.
Zachery
05-25-2004, 10:26 AM
mysql error: Unknown column 'phrasegroup_vbbugs' in 'field list' Doesnt look like you installed the language bit correctly me think
TheRayden
05-25-2004, 10:30 AM
I went to 'Languages & Phrases' -> 'Download / Upload Languages' -> 'Import Language XML File ' then I selected the vbbugs_phrases.xml file.
That should take care of that, no?
That's what I understood of the readme. Or do I need to adjust something manually?
chrisvonc
05-25-2004, 10:33 AM
I just started to install this to test out and am stuck on step 5. Where/how do I import the vBugs_settings.xml?
I too am was doing it the manual install. Where or how, do I import the vBug_settings.xml? I got the other 2 up fine but this one stumped me.
TheRayden
05-26-2004, 10:13 PM
Getting this error when I try to add a bug.
Fatal error: Call to undefined function: construct_errors() in /homepages/0/d69729764/htdocs/forum/VBTest/bugs.php on line 419
And for some reasons none of the bugs show when I go to the bugs.php, they only show from the admin panel.
Zachariah
06-03-2004, 01:17 PM
I too am was doing it the manual install. Where or how, do I import the vBug_settings.xml? I got the other 2 up fine but this one stumped me.
You need to add:
$debug ='1';
to your config.php to install this part. (puts your forums into a diag/debug/dev mode, not ment to run this way, so take it out after install)
admincp -> vBulletin Options -> Import Settings XML File
hope it helps.
nexialys
06-03-2004, 01:54 PM
strange, guys are all complaining about bugs, but i've had none when installing it...
anyway.. when the next update is to be released ?!".. i'd like to see new features:
1- add form fields in the acp so we have more then the defaults
2- attachements like previously suggested
3- forum related instead of tracker based... so each new bug suggested is sent to a new topic.
--see ya
chrisvonc
06-03-2004, 02:20 PM
harry, thank you. I will try it tonight. Any place special to add that debug line or anywhere will do the trick?
You need to add:
$debug ='1';
to your config.php to install this part. (puts your forums into a diag/debug/dev mode, not ment to run this way, so take it out after install)
admincp -> vBulletin Options -> Import Settings XML File
hope it helps.
Zachariah
06-03-2004, 03:16 PM
harry, thank you. I will try it tonight. Any place special to add that debug line or anywhere will do the trick?
anywere after
<?php
:)
u2page
06-04-2004, 01:09 PM
This has been asked at least 5 times, but never answered so I'll give it another whirl.
I don't have HTL installed, and am trying to install manually.
I get to this step in the instructions:
"This involves altering table language to have a new column phrasegroup_vbbugs and to insert a new record in into table phrasetypes."
OK, I deducted that I needed a new mediumtext field in the language table named phrasegroup_vbbugs, so I added that manually. But the new record into table phrasetypes? I don't have the info I need for that. Could someone, anyone, give me the query? Or at least look at your table and give me the settings so I can set it up myself?
Great hack, the concept is great I mean, but there are quite a few of us who haven't or choose not to install HTL. More detailed manual instructions are essential.
thanks.
Olate
06-28-2004, 09:04 PM
What is the development status of this?
psalzmann
07-01-2004, 07:39 AM
If someone has the knowledge to install this bug tracker for me, I'm willing to pay for the installation on my vb.
I've got the latest VB, 3.0.1 and really need to integrate this script so we can track bugs like vb.
Someone PM me. Thanks!
Peter
Olate
07-03-2004, 04:42 PM
I have now installed this hack onto 2 forums sucessfully. However, there are a couple of issues you should be aware of:
If you have specified a table prefix in includes/config.php of your vB installation, this hack will not install correctly because the table prefixes are not used when creating the tables in the installer. Even if you manage to get it to install, it won't work correctly because the table prefixes are not in every SQL query. But if you are not using table prefixes, you will be fine. This hack will install without any problems through the HTL.
I have tried several times to get the manual installation to work. But when it comes to importing the settings, I can't get them to import correctly. The safest way is to use the HTL to install it. If anyone has used the manual installation sucessfully, I'd like to know how they imported the settings from the XML file.
A useful feature I needed was e-mail notification upon the addition of a new bug and a bug not. So I have added this. It is a very simple addition which I intend to improve later this evening (along with some other stuff). It uses a hard coded e-mail address to send the messages to and from. If you wish to add this to your copy, then do the following:
1. Open bugs.php. Locate (around line 463)
// Redirect to the bug
$url = "bugs.php?$session[sessionurl]do=showdetails&id=$bug[id]";
eval(print_standard_redirect('redirect_postthanks' ));
} else {
eval(print_standard_error('bugnote_text_missing')) ; // i think this is causing an error
}
}
Before, add:
$message = "A new note has been added to bug ID# " . $bug[id] . ":\n\n" . $text ."\n\nYou can view this bug at http://www.yourdomain.com/directory/bugs.php?do=showdetails&id=".$bug[id];
// E-Mail
mail('to@email.com', '[Tracker] New Note', $message,
"From: from@email.com\r\n" .
"Reply-To: replyto@email.com\r\n" .
"X-Mailer: PHP/" . phpversion());
This will send out a simple message when a new bug is added to include the name, description and URL.
2. Open bugs.php. Locate (around line 428)
$url = "bugs.php?$session[sessionurl]&do=showdetails&id=$id";
eval(print_standard_redirect('redirect_postthanks' ));
} else {
$bugpreview = construct_errors($errors);
$_REQUEST['do'] = "add"; // go back to the "Submit" bug report screen
}
}
Before, add:
$bug_result = $DB_site->query('SELECT id, name, description FROM ' . TABLE_PREFIX . 'bugs WHERE (id = ' . $id . ')');
$bug = $DB_site->fetch_array($bug_result);
$message = "A new bug (ID# " . $id . ") has been submitted: \n\nName: " . $bug['name'] . "\nDescription: " . $bug['description'] . "\n\nYou can view this bug at http://www.yourdomain.com/directory/bugs.php?do=showdetails&id=" . $id;
// E-Mail
mail('to@email.com', '[Tracker] New Entry', $message,
"From: from@email.com\r\n" .
"Reply-To: replyto@email.com\r\n" .
"X-Mailer: PHP/" . phpversion());
This will send an e-mail when a new note is added to a bug along with the note itself and a link to the bug.
Finally, for those of you who a) use table prefixes and/or b) don't want to add the mail hacks above themselves, I've attached the bugs.php and admincp/bugsadmin.php files with both those changes/fixes in. Just overwrite your copies.
I will not support these changes officially, although I may help out if I get time in this thread. If you want me to help with the installation or bug fixes, I'll happily do this as commercial paid work if you want to PM me.
ixian
07-04-2004, 11:22 PM
Excellent Olate. If you could just modify it so that it grabbed the email of the bug poster/updater to be the one emailed instead of hard coding it this would be almost perfect.
Olate
07-05-2004, 07:09 AM
Excellent Olate. If you could just modify it so that it grabbed the email of the bug poster/updater to be the one emailed instead of hard coding it this would be almost perfect.
Done. Update your bugs.php with the attached file. You will need to open it and edit lines 48 and 49 to set your default e-mail address and the URL to bugs.php.
A demo can be found at http://www.olate.com/forums/bugs.php
Change Log
20/04/04 v1.0.0
Original from https://vborg.vbsupport.ru/showthread.php?t=63964
03/07/04 v1.1.0
bugs.php
Added TABLE_PREFIX to all SQL queries
Added simple e-mail notifications after adding bug and bug note.
03/07/04 v1.2.0
bugs.php
Code tidying and standardisation
Fixed bug with Call to undefined function: construct_errors() with doaddbug
05/07/04 v1.3.0
bugs.php
Fixed bug with selected status being reset to default even if different one select when admin adds a bug
E-mail will now be sent to a default admin and the user the bug is assigned to when a new bug is added
On addition of a bug note, an e-mail will be sent to a default admin, the user assigned to and the original submitter (if the submittor is not the assigned to admin)
Default admin e-mail address and URL to bugs.php can now be specified at the top of the file (lines 48, 49)
Boofo
07-05-2004, 07:17 AM
Done. Update your bugs.php with the attached file. You will need to open it and edit lines 48 and 49 to set your default e-mail address and the URL to bugs.php.
A demo can be found at http://www.olate.com/forums/bugs.php
Change Log
20/04/04 v1.0.0
Original from https://vborg.vbsupport.ru/showthread.php?t=63964
03/07/04 v1.1.0
bugs.php
Added TABLE_PREFIX to all SQL queries
Added simple e-mail notifications after adding bug and bug note.
03/07/04 v1.2.0
bugs.php
Code tidying and standardisation
Fixed bug with Call to undefined function: construct_errors() with doaddbug
05/07/04 v1.3.0
bugs.php
Fixed bug with selected status being reset to default even if different one select when admin adds a bug
E-mail will now be sent to a default admin and the user the bug is assigned to when a new bug is added
On addition of a bug note, an e-mail will be sent to a default admin, the user assigned to and the original submitter (if the submittor is not the assigned to admin)
Default admin e-mail address and URL to bugs.php can now be specified at the top of the file (lines 48, 49)
Ok, is there a viable working hack here that doiesn't have all the ptoblems I had when I first started messing with it? I would like to install it if it is. ;)
Olate
07-05-2004, 07:51 AM
Ok, is there a viable working hack here that doiesn't have all the ptoblems I had when I first started messing with it? I would like to install it if it is. ;)
Well you can install it if you have the HTL and aren't using table prefixes. :ninja: I installed it onto a test board using the HTL then moved it across to my live board manually without the HTL. That was difficult though and meant a restore of some of my database tables until I got it right (on the 2nd go).
Some more changes:
05/07/04 v1.3.1
bugs.php
Fixed bug with notification e-mails
Added $vboptions['notification_from_address']
Changed to $vboptions['notification_to_address']
Set up checks so multiple copies of the same message are not mailed to the same person if they are the admin, submitter and/or bug note poster
Removed references to Olate in the message texts and subject
Added separator between bug details/note in e-mail
Added default 'Unassigned' text if bug is not assigned when submitted rather than being blank
Boofo
07-05-2004, 08:09 AM
Well you can install it if you have the HTL and aren't using table prefixes. :ninja: I installed it onto a test board using the HTL then moved it across to my live board manually without the HTL. That was difficult though and meant a restore of some of my database tables until I got it right (on the 2nd go).
Some more changes:
05/07/04 v1.3.1
bugs.php
Fixed bug with notification e-mails
Added $vboptions['notification_from_address']
Changed to $vboptions['notification_to_address']
Set up checks so multiple copies of the same message are not mailed to the same person if they are the admin, submitter and/or bug note poster
Removed references to Olate in the message texts and subject
Added separator between bug details/note in e-mail
Added default 'Unassigned' text if bug is not assigned when submitted rather than being blank
I don't use table prefixes but I also don't use HTL. Never saw a need for it because it restricts too many programs from being installed as that is the only way to install some of them. It's just a money machine that I don't want to get caught up in. ;)
If that is the only way to install this, then there will also have to be a text install for it to be able to be posted here.
Olate
07-05-2004, 08:14 AM
I don't use table prefixes but I also don't use HTL. Never saw a need for it because it restricts too many programs from being installed as that is the only way to install some of them. It's just a money machine that I don't want to get caught up in. ;)
If that is the only way to install this, then there will also have to be a text install for it to be able to be posted here.
There is a text installer, but it is all messed up. I'll see about making a text installation guide myself, but this isn't really my hack, I'm just distributing modifications I've made to it.
Boofo
07-05-2004, 08:18 AM
There is a text installer, but it is all messed up. I'll see about making a text installation guide myself, but this isn't really my hack, I'm just distributing modifications I've made to it.I'd really appreciate it. I'd like to install it when it isn't such a nightmare to do. ;)
ixian
07-05-2004, 08:30 AM
Good stuff Olate. Email notification appears to be working well. Just to clarify from looking at the code - it will email the original author of the bug if someone adds a bugnote, and email anyone who has added a bugnote with further updates - correct?
Is there an easy way to add one more email feature - an address to send to whenever any bug is added to the system at all (kind of like your original hack did unintentionally)? I'd like to be notified of all bugs added, and to have the folks adding/updating bugs updated as well.
HellRazor
07-05-2004, 04:53 PM
A while back, there were some issues with Moderate and Modify (I believe related to the Online/Offline status).
Can anyone verify that Moderate and Modify are working properly?
Also, what exactly is the difference between Moderate and Modify? And what exactly is the "Private" and "Online Status" for?
Shane
07-06-2004, 02:16 PM
WOW! I am back from my extended work related vacation. So much has been done! Guess I will have to update the cvs huh?
Olate
07-06-2004, 02:48 PM
WOW! I am back from my extended work related vacation. So much has been done! Guess I will have to update the cvs huh?
Indeed :)
HellRazor
07-08-2004, 04:15 AM
No one can answer this?
A while back, there were some issues with Moderate and Modify (I believe related to the Online/Offline status).
Can anyone verify that Moderate and Modify are working properly?
Also, what exactly is the difference between Moderate and Modify? And what exactly is the "Private" and "Online Status" for?
ixian
07-08-2004, 05:10 AM
No one can answer this?
What would be the problem with you just trying it out yourself?
I never noticed that problem in the first place and I've been using and modifying this hack from the beginning. If it makes you feel better, I don't see the problem with this release. In fact, this modified release does pretty much everything I could hope for it to do, and is by far the most stable.
HellRazor
07-09-2004, 04:53 AM
What would be the problem with you just trying it out yourself?
I HAVE tried it out. Last April I reported this bug:
---
There are still problems with the "Modify" and "Moderate" functions and the "Online" selection.
Now, when Online Status is "No", you can moderate, but not modify (as before).
When Online Status is "Yes", you can't moderate OR modify now. Under "modify" it lists the number of bugs but doesn't display them in the list.
What exactly is the difference between the "Modify" function and the "Moderate" function? They both seem to do the same thing.
---
So what would be the problem with someone who has installed it more recently letting me know if this is fixed so that I don't have to install it again if it still has problems?
I never noticed that problem in the first place and I've been using and modifying this hack from the beginning. If it makes you feel better, I don't see the problem with this release. In fact, this modified release does pretty much everything I could hope for it to do, and is by far the most stable.
I can't speak for the fact that you haven't noticed those problems; maybe they've been fixed. Last April it had the issues I described. Not show-stopping bugs by any means, but I'm wondering if it has been fixed. I don't think I deserve a hard time for asking a simple question, I'm not attacking the hack, I think it's a great hack. I would just like an answer to my questions before I re-install it.
ixian
07-09-2004, 06:22 AM
I can modify or moderate any bug with the current version.
If you have permissions set so only one group can add/comment on bugs in the first place, then there really isn't any difference between modify or moderate, at least that I can see. I believe they are there to be used with different usergroup permissions exist. Come to think of it, that might be a feature that was intended to be added but never was - I've never needed it, but I can't find an option for usergroup settings now (beyond selecting one usergroup as a master "admin" group).
In any case, I can modify any bug I want via the cp, so if that's the problem you were most concerned about, it's fixed.
I would upgrade to this last fix by Olate in any case, the email feature is huge and when I ran a file compare I saw he made a ton of minor fixes and query optimizations.
HellRazor
07-09-2004, 11:16 PM
Sounds like it's time to re-install. Had it on an older test forum earlier, was just going to hold off until those minor issues had been smoothed out. Good to see the code being worked on again, thanks for your help! :)
Fish UK
07-12-2004, 10:42 AM
Most of it has installed great and this will be a very useful tool for my site. The only thing I don't seem to get to work is the Assignment. I set it to the Administrators group as they are the only people who will be doing any bug-fixing but it only shows as 'Unassigned' in the pulldown box. I set this both in the bugs.php and in the control panel. Is there something I am doin wrong?
Freezerator
07-12-2004, 07:13 PM
I would be greatly thankfull, if there would be an possibillity to manual install this.
I am thinking to make this work with report to post, and have an ticketcenter for my moderators.
But the problem is, i don't know or can import the languae or settings :(
holysaint
07-13-2004, 07:11 PM
I installed the bugtracker on our test-forum using HTL and it seems to be working fine (using the CVS-files) but I stumbled on 2 errors:
- choosing another style results in a blank bugs.php page even after reuploading the bugs.php-file
- setting "online" to "no" when creating an new bug report results in the following error message
(when editing a bug and setting "online" to "no" it does work though)
Fatal error: Call to undefined function: construct_errors() in /var/www/vhosts/forumtest2/forum/bugs.php on line 419
Btw. Whats the "online"-option for anyways?
shadow187
07-15-2004, 09:48 AM
This looks very nice,
But what the hell with that HTL thingie ??
Isn't there another way to install this, or can you just give us a TXT file with the instruction..
S.
teksigns
07-15-2004, 03:25 PM
anyway to make this send a email to the
original bug poster when a new post is added ......
??????
Olate
07-17-2004, 09:44 AM
anyway to make this send a email to the
original bug poster when a new post is added ......
??????
See my modifications above.
I upgraded my server to PHP5 the other day and now I'm getting errors:
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Parse error: parse error, unexpected T_PRIVATE, expecting ']' in /home/olate/public_html/forums/bugs.php(405) : eval()'d code on line 6
Any idea what is causing this?
http://www.olate.com/forums/bugs.php
xmitchx
07-17-2004, 08:36 PM
I would be extremely intersted in this but it seems this is a very buggy bug tracker (ironic?) and so should I wait? :ermm:
the_sisko
07-31-2004, 09:00 AM
Hi Guys,
I read both threads and get a little confused at the end. There are about 4-5 people working on this hack, but the zip in the first post ist from April 04?
Can one of the main developers please get us/me some status about this hack?
I would like to have this hack, but have no time to fix X errors after I installed it.
Where can I find the latest version of the hack. I searched for the SF CVS Folder and those files are also very old...
Indeed, i've never seen such a mess of a release :(
1_ Why bother with Sourceforge anyway? Whats too bad about updating the first post with a text CVS?
2_ I've lost count on how many are working on this release.. I think the one person left (above) who is fixing it all should release it under his name.
And from the Install Readme;
2) Import the phrases from HTL/vBugs_phrases.xml
This invloves altering table language to have a new column
phrasegroup_vBugs and to insert a new record in into table phrasetypes.
In English? :surprised:
Shane
08-16-2004, 03:50 PM
Indeed, i've never seen such a mess of a release :(
1_ Why bother with Sourceforge anyway? Whats too bad about updating the first post with a text CVS?
2_ I've lost count on how many are working on this release.. I think the one person left (above) who is fixing it all should release it under his name.
And from the Install Readme;
In English? :surprised:
Deal All,
I have been working non-stop. My hours are very very unusually. Sometimes 4am to 8pm and then I do it all over again for about a 5 to 6 days strights.
I do the things I have moer time first, first and then so on. This is a project which I did while I was at school. The reason why I am posting now is that I just finshed my summer job for the season. I start school Aug. 20th. This doesn't mean I will be starting to make sure all of everyone's update are in the CVS. I have asked people also once before if they wanted access to the CVS code to help, just get in contact with me over email.
I know this sounds silly, but I am way to busy to check the forums that I have set, though I do have the update feature enabled.
I am very busy and sorry for any inconveiences this script hased cause. It says '3.0.0' but I don't know myself even if it works for 3.0.3 (my release.) If those people who have worked on some of the code, please email me at bugs at bugssite dot org that would be great. Thank you.
- Shane
Blam Forumz
09-09-2004, 04:49 PM
How do i do this:
Import the phrases from HTL/vbbugs_phrases.xml
???
???
Im using manual install. I hate HTL.
I have 6 Admins and 14 moderators on my board but only one Admin shows up in the list to assign to.
What needs to be done to fix this or is this a script problem???? Please Help.
only one Admin shows up in the list to assign to.Our installation does the same thing, but I haven't looked into the issue yet. I hope to check it out this week if time permits.
PixelFx
09-16-2004, 06:08 AM
does this work with vb 3.0.3
Freezerator
09-16-2004, 06:12 AM
Manual doesnt, HTL yes.
Koutaru
10-24-2004, 01:39 AM
Our installation does the same thing, but I haven't looked into the issue yet. I hope to check it out this week if time permits.
I hope you find a fix because that's really all that's lacking
heynurse
12-19-2004, 07:07 AM
So, anyone got this working on 3.0.3 without bugs?
Actually I found that any member has access to the bug tracker if he's got the direct link. Even while the bug tracker is located in a private forum anyone can view it.
Should be changed... or do I something wrong?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.