vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBug Tracker Lite 3.5.1 (https://vborg.vbsupport.ru/showthread.php?t=96888)

timmed 11-02-2005 07:45 PM

I've just upgraded to 3.5.1 and now this isn't working, the permissions are gone from the usergroup menus.

Dark_Wizard 11-02-2005 08:19 PM

Quote:

Originally Posted by timmed
I've just upgraded to 3.5.1 and now this isn't working, the permissions are gone from the usergroup menus.

Strange...let me get back to you as I will upgrade now myself.

hydrostatic 11-03-2005 03:20 AM

Quote:

Originally Posted by Dark_Wizard
Strange...let me get back to you as I will upgrade now myself.

It's the product thing that's wrong... If you change it to "vbulletin" it works fine...

timmed 11-03-2005 03:22 AM

on a whim I took a look at the bitfield file for this hack, and another one thats working right, the product listed in this hacks bitfield is "vbugs" the one for the other is "vbulletin".

I made the edit and it works now.

ManagerJosh 11-03-2005 05:10 PM

Can this support multiple products? :) Or just one...

I need one that can support multiple products.

Xplorer4x4 11-04-2005 06:19 PM

Quote:

Originally Posted by hydrostatic
It's the product thing that's wrong... If you change it to "vbulletin" it works fine...

I changed my product to vBulletin in the drop menu, yet it still does not work. No setting show up in user group nor are am I able to access the script. It gives me the typical permisions message.

Ranma2k 11-04-2005 10:10 PM

Quote:

Originally Posted by Xplorer4x4
I changed my product to vBulletin in the drop menu, yet it still does not work. No setting show up in user group nor are am I able to access the script. It gives me the typical permisions message.

i had the same problem

to solve it
just edit the file bitfield_vbug.xml under /includes/xml/

and change
PHP Code:

<bitfields product="vbug"

to

PHP Code:

<bitfields product="vBug"


Ranma2k 11-04-2005 10:11 PM

Quote:

Originally Posted by Ranma2k
i had the same problem

to solve it
just edit the file bitfield_vbug.xml under /includes/xml/

and change
PHP Code:

<bitfields product="vbug"

to

PHP Code:

<bitfields product="vBug"


forgot to mention that it's only happen when installed it on vb 3.5.1

Xplorer4x4 11-05-2005 08:36 AM

Quote:

Originally Posted by Ranma2k
i had the same problem

to solve it
just edit the file bitfield_vbug.xml under /includes/xml/

and change
PHP Code:

<bitfields product="vbug"

to

PHP Code:

<bitfields product="vBug"


Wouldn;t it be easier to just change it in the vBug options? the option for version was set to vBug, so wouldn;t changing the version to vbug work alot easier? ;)

Also I think i can find this myself but if not, I want to change a few of the options in the drop down menu. For example There is no need for members to have Admin CP has an option lol, so I want to put an if condition around it for admins to see, not members. Plus I want to add an option or two.

jluerken 11-05-2005 11:24 AM

Quote:

Originally Posted by twitch
Thats the only unfixed problem I have found


In /admincp/vbugs_admin.php (~Line 63)

find:
PHP Code:

FROM vbug_status 

change to:
PHP Code:

FROM " . TABLE_PREFIX . "vbug_status 


jluerken 11-05-2005 11:49 AM

I found a small bug:

I added an additional usergroup and set this group as secondary group to some of my users.
Those users should be allowed to administrate bugs.

I gave the rights to that group but it is not working.
I cannot select people from this group to assign them calls.

It is working when I make this group a primary usergroup but I can't do this.

Please Dark_Wizard, how can I make also Secondary Usergroups work?

SilverDawn 11-05-2005 07:31 PM

I keep getting the below error when I do the "Add/Import Product" step. I did have the vBug Tracker 1.0.3 for vb 3.0 previously.

Any ideas?

Quote:

Database error in vBulletin 3.5.1:

Invalid SQL:

INSERT INTO setting
(varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
VALUES
(
'vbug_bugsperpage',
'vbug',
'15',
'15',
'number',
'<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"5\\\" \" . iif($setting[\'value\']==5,\'selected=\"selected\"\') . \">5</option>\r\n<option value=\\\"10\\\" \" . iif($setting[\'value\']==10,\'selected=\"selected\"\') . \">10</option>\r\n<option value=\\\"15\\\" \" . iif($setting[\'value\']==15,\'selected=\"selected\"\') . \">15</option>\r\n<option value=\\\"20\\\" \" . iif($setting[\'value\']==20,\'selected=\"selected\"\') . \">20</option>\r\n</select>',
10,
0,
1,
'vBug'
),
(
'vbug_status',
'vbug',
'1',
'1',
'free',
'<select name=\\\"setting[$setting[varname]]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\" . eval(\'$states = $vbulletin->db->query_read(\"SELECT vbug_statusid, title FROM \" . TABLE_PREFIX . \"vbug_status\");\r\nwhile ($state = $vbulletin->db->fetch_array($states))\r\n{\r\n $options .= \"<option value=\\\"$state[vbug_statusid]\\\" \" . iif($setting[\\\'value\\\']==$state[\\\'vbug_statusid\\\'],\\\'selected=\"selected\"\\\') . \">$state[title]</option>\";\r\n}\r\nreturn $options;\') . \"</select>',
20,
0,
1,
'vBug'
),
(
'vbug_bug_moderate',
'vbug',
'0',
'0',
'boolean',
'yesno',
30,
0,
1,
'vBug'
),
(
'vbug_versionname',
'vbug',
'vBug',
'vBug',
'',
'',
40,
0,
1,
'vBug'
),
(
'vbug_admin_legend',
'vbug',
'1',
'1',
'boolean',
'yesno',
50,
0,
1,
'vBug'
);

MySQL Error : Duplicate entry 'vbug_status' for key 1
Error Number : 1062
Date : Saturday, November 5th 2005 @ 01:28:04 PM
Script : http://dfrsquad.com/forums/phpsuper/plugin.php
Referrer : http://dfrsquad.com/forums/phpsuper/...?do=productadd
IP Address : 24.243.43.250
Username : dfr.sd
Classname : vb_database

Dark_Wizard 11-06-2005 07:48 AM

Quote:

Originally Posted by SilverDawn
I keep getting the below error when I do the "Add/Import Product" step. I did have the vBug Tracker 1.0.3 for vb 3.0 previously.

Any ideas?

There wasn't an updater included with this thus your error. Contact me via IM and I will help you through removing the old version so you can install the new version.

Dark_Wizard 11-06-2005 07:49 AM

Quote:

Originally Posted by jluerken
I found a small bug:

I added an additional usergroup and set this group as secondary group to some of my users.
Those users should be allowed to administrate bugs.

I gave the rights to that group but it is not working.
I cannot select people from this group to assign them calls.

It is working when I make this group a primary usergroup but I can't do this.

Please Dark_Wizard, how can I make also Secondary Usergroups work?

I will look into this....

theArchitect 11-06-2005 11:50 PM

I have just upgraded to 3.5.1 and the uptions under User Groups to set if members can see/add etc. bugs have vanished.

I checked and the bitfield_vbug.xml file is in the includes directory. I have even re-imported the Product but still nothing.

Dark_Wizard 11-07-2005 10:06 AM

Quote:

Originally Posted by theArchitect
I have just upgraded to 3.5.1 and the uptions under User Groups to set if members can see/add etc. bugs have vanished.

I checked and the bitfield_vbug.xml file is in the includes directory. I have even re-imported the Product but still nothing.

Upgrade coming in about 15mins....

Dark_Wizard 11-07-2005 10:22 AM

New version released, sorry for the delay as I have been very busy lately.

theArchitect 11-07-2005 11:14 AM

Quote:

Originally Posted by Dark_Wizard
New version released, sorry for the delay as I have been very busy lately.

The user group permissions have appeared ok, but I am getting this error message when I go to vbugs.php:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT userid, username
FROM user
WHERE usergroupid IN(5,6)
OR FIND_IN_SET(5,6, membergroupids);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' membergroupids)' at line 4
Error Number : 1064

Dark_Wizard 11-07-2005 11:18 AM

Quote:

Originally Posted by theArchitect
The user group permissions have appeared ok, but I am getting this error message when I go to vbugs.php:

Database error in vBulletin 3.5.1:

Invalid SQL:

SELECT userid, username
FROM user
WHERE usergroupid IN(5,6)
OR FIND_IN_SET(5,6, membergroupids);

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' membergroupids)' at line 4
Error Number : 1064

One sec...looking into it. Stick around

theArchitect 11-07-2005 11:24 AM

Quote:

Originally Posted by Dark_Wizard
One sec...looking into it. Stick around

I may have to catch your next update in the morning. I have the Flu, it is 12:23 am here and I have been working for the last 16 hours; so I don't know if I can keep my eyes open much longer.

Dark_Wizard 11-07-2005 11:52 AM

Ok...here was the issue, I wrote the coding for PHP 5.x/MySQL 4.x and forgot about backward compatability. It is now fixed so you can now download the new file.

timmed 11-07-2005 10:17 PM

I cannot assign anyone bugs if they have more than 1 secondary usergroup. I've created a usergroup so they can administer bugs, but if they are assigned to another one as well, it doesnt work.

Also, is there a way to edit a bug and leave it unassigned?

theArchitect 11-08-2005 05:53 AM

Quote:

Originally Posted by Dark_Wizard
Ok...here was the issue, I wrote the coding for PHP 5.x and forgot about backward compatability. It is now fixed so you can now download the new file.

Many thanks. Installed and working as designed.

Mone' 11-08-2005 08:35 AM

Quote:

Originally Posted by theArchitect
Many thanks. Installed and working as designed.

Hi Dark_Wizard,
any update on the PRO Version?
I've been checking your site and the pro version features are much better

Dark_Wizard 11-08-2005 09:13 AM

Quote:

Originally Posted by timmed
I cannot assign anyone bugs if they have more than 1 secondary usergroup. I've created a usergroup so they can administer bugs, but if they are assigned to another one as well, it doesnt work.

Also, is there a way to edit a bug and leave it unassigned?

So your saying you have more than one usergroup/secondary group that has admin rights to bugs?

You can edit the bug in the admincp.

Dark_Wizard 11-08-2005 09:15 AM

Quote:

Originally Posted by Mone'
Hi Dark_Wizard,
any update on the PRO Version?
I've been checking your site and the pro version features are much better

Due to the extent of the features in the Pro version this is taking longer than anticipated, just keep checking the site as I won't commit or comment on any dates.

Mone' 11-08-2005 09:32 AM

Quote:

Originally Posted by Dark_Wizard
Due to the extent of the features in the Pro version this is taking longer than anticipated, just keep checking the site as I won't commit or comment on any dates.

will do :)
so far our user are enjoying the lite version and making life easier on our website

timmed 11-08-2005 01:38 PM

Quote:

Originally Posted by Dark_Wizard
So your saying you have more than one usergroup/secondary group that has admin rights to bugs?

You can edit the bug in the admincp.

Here is an example of a user on the board

they usually have their primary usergroup as registered users
Secondary usergroups are based on what forums they can view, some can have as many as 5 or 10 different ones.

I currently have the administrator usergroup and a second one that can administer bugs. What I found is that if I put someone in that second group, and they have other secondary usergroups, they wont be able to be assigned to a bug. However, if they don't have another secondary usergroup they will be able.

Dark_Wizard 11-08-2005 03:12 PM

Quote:

Originally Posted by timmed
Here is an example of a user on the board

they usually have their primary usergroup as registered users
Secondary usergroups are based on what forums they can view, some can have as many as 5 or 10 different ones.

I currently have the administrator usergroup and a second one that can administer bugs. What I found is that if I put someone in that second group, and they have other secondary usergroups, they wont be able to be assigned to a bug. However, if they don't have another secondary usergroup they will be able.

Ok...will look into it.

majorxp 11-08-2005 03:47 PM

For what it is worth, I have the exact same configuration as timmed (although I have been still holding out actually running this on my live server).

Mone' 11-18-2005 12:06 AM

Hi Dark_Wizard,
when you have a moment could you have a look at the subscription code on the 3.5.1 version.

When a user tick the subscribe box and post a reply to a bug, instead of showing the reply to the bug it goes to a blank page and no subscription are placed in the user subscription.

Cheers

Mone'

The Wise One 11-18-2005 12:10 AM

Quote:

Originally Posted by Mone'
Hi Dark_Wizard,
when you have a moment could you have a look at the subscription code on the 3.5.1 version.

When a user tick the subscribe box and post a reply to a bug, instead of showing the reply to the bug it goes to a blank page and no subscription are placed in the user subscription.

Cheers

Mone'

i get the same thing. no subscription and a blank page. though the reply gets posted (at least in my case).

Mone' 11-18-2005 12:19 AM

Quote:

Originally Posted by The Wise One
i get the same thing. no subscription and a blank page. though the reply gets posted (at least in my case).

same here, the reply get posted but it confuse the hell out of my users :P

theArchitect 11-18-2005 12:36 AM

Quote:

Originally Posted by The Wise One
i get the same thing. no subscription and a blank page. though the reply gets posted (at least in my case).

Yep, I meant to post that too. I don't get notified when a new reply is posted.

Dark_Wizard 11-18-2005 08:42 AM

Quote:

Originally Posted by Mone'
Hi Dark_Wizard,
when you have a moment could you have a look at the subscription code on the 3.5.1 version.

When a user tick the subscribe box and post a reply to a bug, instead of showing the reply to the bug it goes to a blank page and no subscription are placed in the user subscription.

Cheers

Mone'

Will do...

Mone' 11-18-2005 01:20 PM

Quote:

Originally Posted by Dark_Wizard
Will do...

I'm also happy if you release your pro paid version............. hint , hint ;P
Cheer for the great hack

MPDev 11-23-2005 05:11 PM

Looks great - looking forward to seeing the pro version. One fix for bugs.php:

Code:

                if ($vbulletin->GPC['vbug_versionid'])
                {
                        $condition  .=  " AND vbug.vbug_versionid = " . $vbulletin->GPC['vbug_versionid'] . "";
                }

Also notice an empty <span> tag in list template that is unecessary.

Probably not a bug, but seems if you edit a ticket, it assigns it to the first person in the dropdown, not leaving you the chance to leave it unassigned.

Dark_Wizard 11-24-2005 10:38 AM

Quote:

Originally Posted by MPDev
Looks great - looking forward to seeing the pro version. One fix for bugs.php:

Code:

                if ($vbulletin->GPC['vbug_versionid'])
                {
                        $condition  .=  " AND vbug.vbug_versionid = " . $vbulletin->GPC['vbug_versionid'] . "";
                }

Also notice an empty <span> tag in list template that is unecessary.

Probably not a bug, but seems if you edit a ticket, it assigns it to the first person in the dropdown, not leaving you the chance to leave it unassigned.

Thanks for the find, fixed and file updated.

The Wise One 11-24-2005 11:22 AM

thanks for the update. did you have any luck with this by chance?

https://vborg.vbsupport.ru/showpost....&postcount=152

and i keep getting this error when ever i try to edit a bug. it only appears when i submit the edit. it doesnt appear to affect anything as the edits are applied...but it continues to pop up.

line: 429
char: 2
error: 'document.cpform.description.value' is null or not an object
code: 0
URL: vbugs.php?do=edit&vbug_id=(X)

the id in the vbug doesnt matter as it happens regardless of which bug i try to edit.

King Kovifor 11-24-2005 12:50 PM

I edited everything, will I know have to reedit it?


All times are GMT. The time now is 10:50 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.01739 seconds
  • Memory Usage 1,863KB
  • 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
  • (2)bbcode_code_printable
  • (8)bbcode_php_printable
  • (27)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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