vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=34)
-   -   [HTL] & [very simple TXT] vB-Bugs (https://vborg.vbsupport.ru/showthread.php?t=61167)

Andreas 02-03-2004 10:00 PM

[HTL] & [very simple TXT] vB-Bugs
 
OK, this is my first Hack release, so please forgive me if it's crap.

vB-Bugs
Version: 0.1f Alpha
vB-version: 3.0.0 Release Candidate 2
Developer: Kirby
Install difficulty: Easy
File edits: 1
Template edits: 0

Description of the Hack:
This is a basic vBulletin-powered Bug-Tracker
It is based on vB-Todolist originalli created by RekiM who kindly gave me permission to make this "port".

Features
  • User-definable Types, Severities and States
  • Front-End fully phrased
  • XHTML-Compliant
  • Various possibilities to Filter/Search

Requirements
  • vBulletin 3 RC2
  • mySQL > 4.0.2

Please note that this is an alpha release only and I can't and
won't take any responsibilities. Use it as-is at you own risk.


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_addbug
bugs_addbugnote
bugs_listbit
bugs_bugnote
bugs_details
bugs_list
BUGS

New DB tables for this Hack:
bugs
bugnotes
bugtypes
bugseverities
bugstates


This post was generated by the Hack Tracking Log

StarBuG 02-04-2004 05:10 PM

FIRST

Thank you SOOOOO much!!!

/me clicks install

Greetings

Star

StarBuG 02-04-2004 05:24 PM

I need a little help!

I installed the HTL file works like a charm

BUT the index.php change did not!

I get this error:

admincp/index.php on line 561

line 561
Code:

if (is_member_of($bbuserinfo, $vboptions['bugadmingroup']) {
Please help

one thing to improve your readme.txt instructions

It would be better to separate the htl from the normal instructions

this a) b) thing is confusing

StarBuG

Cyricx 02-04-2004 05:28 PM

Can we see SS's? :)

So I don't have to install, then go "Hey, this ain't what I want."

Shaz

gmarik 02-04-2004 05:29 PM

Glad to things like these

Andreas 02-04-2004 05:36 PM

@StarBug
Seems like a copy & Paste Error.

Try
PHP Code:

if (is_member_of($bbuserinfo$vboptions['bugadmingroup'])) { 

I'll change the readme and update the htl l8er.
Must go now, i'm already too late.

@Cyricx
https://vborg.vbsupport.ru/showpost....5&postcount=28

Koutaru 02-04-2004 05:39 PM

Very niiice. I'm definately installing.

StarBuG 02-04-2004 05:41 PM

And one other thing.
(your fixe worked by the way)

Could you please give some instructions how to use it

I found the options settings for vBugs and changed it to my usergroup (can there be more then one usergroup specified? I would need this!)

But where do I say wich forums are my support forums (I have 2 so I would need to specify 2 forums. Is this possible?)?
Where do I specify wich different kind of bug status i can offer and such?

We need Instructions! :D

Greetings

Star

StarBuG 02-04-2004 05:45 PM

And there is more

Code:

error_reporting(7);
$specialtemplates = array('bugcache');
require("./global.php");
chdir('/var/www/web2/html/demos/forum/admincp/');
include("./todoconfig.php");
$vBugs_version = "0.1 Alpha";

this is in bugadmin.php right at the start
I think that was not itendet to and makes the file not working!

Code:

Warning: chdir() [function.chdir]: No such file or directory (errno 2) in /somepath/forum/admincp/bugsadmin.php on line 8
Warning: main(./todoconfig.php) [function.main]: failed to create stream: No such file or directory in /somepath/forum/admincp/bugsadmin.php on line 9
Warning: main() [function.main]: Failed opening './todoconfig.php' for inclusion (include_path='.:/usr/lib/php') in /somepath/forum/admincp/bugsadmin.php on line 9

and the DB error:

Code:


Database error in vBulletin 3.0.0 Release Candidate 2:
Invalid SQL: SELECT userid,username FROM user WHERE usergroupid IN () ORDER BY username
mysql error: You have an error in your SQL syntax near ') ORDER BY username' at line 1
mysql error number: 1064
Date: Wednesday 04th of February 2004 08:50:57 PM
Script: http://www.hiphop-battles.com/forum/...min.php?do=add
Referer: http://www.hiphop-battles.com/forum/...dex.php?do=nav

please help

StarBuG

MindTrix 02-04-2004 06:39 PM

Change

PHP Code:

chdir('/var/www/web2/html/demos/forum/admincp/'); 

To point to your forum's admincp.

This step needs to be added to the instructions :p


All times are GMT. The time now is 12:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01120 seconds
  • Memory Usage 1,742KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete