![]() |
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. :)
|
Shane, my Admin CP part works ok, but the bugs.php justs presents me with a blank page?
Any Ideas? |
Try uploading the file again. :)
|
Shane, can you explain what the difference is between "modify" and "moderate"? And what exactly is the "Private" and "Online Status" for?
|
Quote:
|
Quote:
|
Quote:
Is this working now? |
i'm interested in installing this is it worthy of installing yet ?
|
Quote:
@msimplay: I think it is and same with 14 other people. :) |
Quote:
|
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
|
I just started to install this to test out and am stuck on step 5. Where/how do I import the vbbugs_settings.xml?
|
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?
|
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
|
Quote:
Well I didn't change or mess with anything and they started working again. Love it when that happens! :) |
According to the readme, it says:
Quote:
|
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. |
mysql error: Unknown column 'phrasegroup_vbbugs' in 'field list' Doesnt look like you installed the language bit correctly me think
|
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? |
Quote:
|
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. |
Quote:
$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. |
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 |
harry, thank you. I will try it tonight. Any place special to add that debug line or anywhere will do the trick?
Quote:
|
Quote:
<?php :) |
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. |
What is the development status of this?
|
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 |
I have now installed this hack onto 2 forums sucessfully. However, there are a couple of issues you should be aware of:
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) PHP Code:
PHP Code:
2. Open bugs.php. Locate (around line 428) PHP Code:
PHP Code:
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. |
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.
|
Quote:
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
bugs.php
bugs.php
|
Quote:
|
Quote:
Some more changes: 05/07/04 v1.3.1 bugs.php
|
Quote:
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. |
Quote:
|
Quote:
|
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. |
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? |
All times are GMT. The time now is 04:17 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|