The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Meet Our Staff Details »» | |||||||||||||||||||||||||
Description: Meet Our Staff Solution Better than vB.Org's Note 1: I've finally decided to publish Pro version of this product to all of you. Note 2: Paid version will come soon for vBulletin version 4.x.x. Series. Go to for vBulletin Version 3.8.x Series of this product.. (please, click here..) Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked Mark as Installed. Mark as Installed - Nominate for MOTM Online Demo: www.vbulletin-tr.com/forum/staff.php?langid=1 http://img691.imageshack.us/img691/2...urstaffpro.jpg Comments, suggestions, translations, bugs, etc... are very welcome! Support is only given to people who have clicked Mark as Installed. Supporters / CoAuthors Show Your Support
|
Comments |
#402
|
|||
|
|||
Database error in vBulletin 3.8.1:
Invalid SQL: SELECT vb_usergroup.usergroupid, vb_usergroup.isstaff, vb_usergroup.title, COUNT(vb_user.userid) AS membercount FROM vb_usergroup LEFT JOIN vb_user ON vb_user.usergroupid=vb_usergroup.usergroupid OR FIND_IN_SET(vb_usergroup.usergroupid, vb_user.membergroupids) WHERE usergroup.isstaff = '1' GROUP BY vb_usergroup.usergroupid ORDER BY vb_usergroup.title ASC; MySQL Error : Unknown column 'usergroup.isstaff' in 'where clause' Error Number : 1054 Request Date : Thursday, February 26th 2009 @ 03:03:58 PM Error Date : Thursday, February 26th 2009 @ 03:03:58 PM Script : http://bfcentral.oi.com.br/forum/staff.php Referrer : http://bfcentral.oi.com.br/forum/ IP Address : 32.104.18.240 Username : S.Templar Classname : vB_Database MySQL Version : 5.0.45-log Using 3.2 on a 3.8.1 board |
#403
|
||||
|
||||
Once again, database errors:
Code:
Database error in vBulletin Invalid SQL: ALTER TABLE usergroup ADD isstaff INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL; MySQL Error : Duplicate column name 'isstaff' Error Number : 1060 Request Date : Thursday, February 26th 2009 @ 03:45:36 PM Error Date : Thursday, February 26th 2009 @ 03:45:36 PM Script : http://www.talkjesus.com/xxxxx/plugin.php?do=productimport Referrer : http://www.talkjesus.com/xxxxx/plugin.php?do=productadd IP Address : xxxxx Username : Chad Classname : vB_Database MySQL Version : 5.0.67-community |
#404
|
||||
|
||||
delete isstaff field from usergroup table in database than re-install product again.
|
#405
|
||||
|
||||
Thank you. That worked
|
#406
|
||||
|
||||
Quote:
I Also Tried Deleting the Field and Re-Installing and Overwriting the Product and DataBase Error Persists. (Also when Deleting the Field the Installed don't Create it Again) Not Good Idea to Delete that Field. (Be Careful With That). (Also when trying to Use the Un-Installer it says about "staff" Field not Existant, so I had to Create the "staff" Field to be able to Un-Install the Hack. I'm Guessing that "staff" and "isstaff" are Both Fields of your Mod, because this Mod's Un-Installer Deletes Both Fields.) Also Uninstalling and Re-Installing the Mod Causes DataBase Errors when Trying to Access the "staff.php" Page. Quote:
My Best Regards. |
#407
|
||||
|
||||
Quote:
I've not anymore that version 3.1 sorry I have only v3.2 and Pro version 1.0 installed on my site. |
#408
|
||||
|
||||
Quote:
I Attach to this Post Version 3.1 so that You Can Upload it on the Thread. My Best Regards. My Last Post Edited: Quote:
|
#409
|
|||
|
|||
Database error in vBulletin 3.7.3:
Invalid SQL: SELECT vB_usergroup.usergroupid, vB_usergroup.isstaff, vB_usergroup.title, COUNT(vB_user.userid) AS membercount FROM vB_usergroup AS usergroup LEFT JOIN vB_user AS user ON vB_user.usergroupid=vB_usergroup.usergroupid OR FIND_IN_SET(vB_usergroup.usergroupid, vB_user.membergroupids) WHERE vB_usergroup.isstaff = '1' GROUP BY vB_usergroup.usergroupid ORDER BY vB_usergroup.title ASC; MySQL Error : Unknown table 'vB_usergroup' in field list Error Number : 1109 Request Date : Friday, February 27th 2009 @ 06:31:38 AM Error Date : Friday, February 27th 2009 @ 06:31:38 AM |
#410
|
|||
|
|||
Quote:
I installed the newest 3.2, and I'm still getting the same database errors, I really appreciate you attached 3.1! |
#411
|
|||
|
|||
Uninstalled everything, removed field isstaff, removed all files from /forum and sub folders, re-upped all files from 3.2, reinstalled 3.2 Ok, but:
1) Not showing options in ADMINCP to choose staff groups; the only settings that shows it's in attachment image; 2) When opening /forum/staff.php, still showing the following error: Code:
Database error in vBulletin 3.8.1: Invalid SQL: SELECT vb_usergroup.usergroupid, vb_usergroup.isstaff, vb_usergroup.title, COUNT(vb_user.userid) AS membercount FROM vb_usergroup AS usergroup LEFT JOIN vb_user AS user ON vb_user.usergroupid=vb_usergroup.usergroupid OR FIND_IN_SET(vb_usergroup.usergroupid, vb_user.membergroupids) WHERE vb_usergroup.isstaff = '1' GROUP BY vb_usergroup.usergroupid ORDER BY vb_usergroup.title ASC; MySQL Error : Unknown column 'vb_usergroup.usergroupid' in 'field list' Error Number : 1054 Request Date : Friday, February 27th 2009 @ 09:09:32 AM Error Date : Friday, February 27th 2009 @ 09:09:32 AM Script : http://bfcentral.oi.com.br/forum/staff.php Referrer : http://bfcentral.oi.com.br/forum/showgroups.php IP Address : 32.104.18.240 Username : S.Templar Classname : vB_Database MySQL Version : 5.0.45-log UPDATE: Manually changed Administrator group isstaff field from 0 to 1, in my DB. But the DB error stills the same: Code:
Database error in vBulletin 3.8.1: Invalid SQL: SELECT vb_usergroup.usergroupid, vb_usergroup.isstaff, vb_usergroup.title, COUNT(vb_user.userid) AS membercount FROM vb_usergroup AS usergroup LEFT JOIN vb_user AS user ON vb_user.usergroupid=vb_usergroup.usergroupid OR FIND_IN_SET(vb_usergroup.usergroupid, vb_user.membergroupids) WHERE vb_usergroup.isstaff = '1' GROUP BY vb_usergroup.usergroupid ORDER BY vb_usergroup.title ASC; MySQL Error : Unknown column 'vb_usergroup.usergroupid' in 'field list' Error Number : 1054 Request Date : Friday, February 27th 2009 @ 09:16:21 AM Error Date : Friday, February 27th 2009 @ 09:16:21 AM Script : http://bfcentral.oi.com.br/forum/staff.php Referrer : IP Address : 32.104.18.240 Username : S.Templar Classname : vB_Database MySQL Version : 5.0.45-log |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|