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)
-   -   vBSupport v2.0.0 Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=94023)

sam anders 08-14-2006 06:04 PM

Quote:

Originally Posted by sam anders
have installed but when i go to create a support ticket i receive this error:

You did not specify a Category for your Thread. You are required to enter a Category.


there are no categorys displays on the vbsupport page

any ideas

i know the coder of this mod is having issues with pc but wondering if any one as any ideas on the above?

futuredood 08-16-2006 12:46 PM

i hope this will work with 3.6....

TKlingler 08-17-2006 06:32 AM

Hello, some trubel with the Updat, I have installed the Version 1 with me germany tranlation afert the Updat the bitfiels in the admincp usergroups have no discription. Look at the picture in the attatchment. After deinstall and reinstall the bitfieldes work correct.

If it is ok for you a make a german translation for me and everybody how whant's it.

Thomas

TKlingler 08-17-2006 06:53 AM

Hello, I have also an error if I want to ad a new category it display

Warnung: Invalid argument supplied for foreach() in /admincp/vbsupport.php (Zeile 40)
Notify Admin by Email on New Ticket
Warnung: Invalid argument supplied for foreach() in /admincp/vbsupport.php (Zeile 40)
look at the picture at the attachment.

If I want to send a ticke I have no field for the category the if the setting is on you maust have a cotegiry I can not send a ticket.

Cajun 08-18-2006 03:21 AM

Quote:

Originally Posted by TKlingler
Hello, I have also an error if I want to ad a new category it display

Warnung: Invalid argument supplied for foreach() in /admincp/vbsupport.php (Zeile 40)
Notify Admin by Email on New Ticket
Warnung: Invalid argument supplied for foreach() in /admincp/vbsupport.php (Zeile 40)
look at the picture at the attachment.

If I want to send a ticke I have no field for the category the if the setting is on you maust have a cotegiry I can not send a ticket.


I am having the same problem. I had someone look at the problem and could not fix. Looks like this happens when up upgrade to vb 3.6. I know this mod works on a fresh install for vb 3.6 but not on a upgrade.

TKlingler 08-18-2006 05:58 AM

Quote:

I am having the same problem. I had someone look at the problem and could not fix. Looks like this happens when up upgrade to vb 3.6. I know this mod works on a fresh install for vb 3.6 but not on a upgrade.
Did you have an idea why? Because it is no way for me to delete the forum an reinstall;)

Dark Riku 08-20-2006 08:51 PM

Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

                SELECT
                        post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
                        user.*, userfield.*, usertextfield.*,
                       
                        avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
                        level,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
                       
                FROM vbvbs_ticket_post AS post
                LEFT JOIN vbuser AS user ON(user.userid = post.userid)
                LEFT JOIN vbuserfield AS userfield ON(userfield.userid = user.userid)
                LEFT JOIN vbusertextfield AS usertextfield ON(usertextfield.userid = user.userid)
               
                LEFT JOIN vbavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbcustomavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN vbreputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
                WHERE post.postid IN (0,2)
                       
                ORDER BY post.dateline;

MySQL Error  : Unknown column 'level' in 'field list'
Error Number : 1054
Date        : Sunday, August 20th 2006 @ 02:43:12 PM
Script      : http://xxxxx.com/forums/vbsupport.php?do=viewthread&tid=2
Referrer    : http://xxxxx.com/forums/vbsupport.php?do=newthread
IP Address  : xxxxx
Username    : xxxx
Classname    : vB_Database

any idea's?

Cajun 08-20-2006 10:51 PM

Quote:

Originally Posted by Dark Riku
Code:

Database error in vBulletin 3.6.0:

Invalid SQL:

                SELECT
                        post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
                        user.*, userfield.*, usertextfield.*,
                       
                        avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
                        level,
                        IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
                       
                FROM vbvbs_ticket_post AS post
                LEFT JOIN vbuser AS user ON(user.userid = post.userid)
                LEFT JOIN vbuserfield AS userfield ON(userfield.userid = user.userid)
                LEFT JOIN vbusertextfield AS usertextfield ON(usertextfield.userid = user.userid)
               
                LEFT JOIN vbavatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN vbcustomavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN vbreputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
                WHERE post.postid IN (0,2)
                       
                ORDER BY post.dateline;

MySQL Error  : Unknown column 'level' in 'field list'
Error Number : 1054
Date        : Sunday, August 20th 2006 @ 02:43:12 PM
Script      : http://xxxxx.com/forums/vbsupport.php?do=viewthread&tid=2
Referrer    : http://xxxxx.com/forums/vbsupport.php?do=newthread
IP Address  : xxxxx
Username    : xxxx
Classname    : vB_Database

any idea's?

Did you do a upgrade from 3.5.4? Looks like this happens only when you upgrade from vb 3.5.4. If you did a freash install of vb 3.6 you would not get this problem. I also have this same problem and can not find any help with the problem yet. I then the designer of the script is having computer problems at this time.

Cajun 08-21-2006 02:23 AM

Ok it look like this line:
Code:

foreach($vbulletin->vbs_admin AS $userid => $user)
in vbsupport.php and /admincp/vbsupport.php is what is causing the problem with people that upgrade from vb3.5 to vb 3.6.

Quarterbore 08-22-2006 02:22 PM

Can someone verify that if I did this with a fresh install of vB 3.6 Gold that this should work? I want to give this a try but I am anxious about any possible problems...

Thanks!


All times are GMT. The time now is 04:55 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.01442 seconds
  • Memory Usage 1,755KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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