The Arcive of vBulletin Modifications Site. |
|
Guest Create Tournament Error Details »»
|
|||||||||||||||||||||||||
Running vb3.7.0 on php 5.2.1 and installed latest ibProArcade. (Test site)
Set Unregistered / Not Logged In permissions to "Can view but not play". When Guests click the "Create a New Tournament" link it shows this error: mySQL query error: SELECT tourney FROM vb_usergroup WHERE usergroupid IN () 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 ')' at line 1 mySQL error code: Date: Monday 19th 2008f May 2008 10:29:01 AM Does not show that error for logged in members. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks, this really is a bug
![]() Try this fix: open /arcade.php and search for Code:
// check users private permissions first Code:
if ($ibforums->member['id']==0)
{
$std->Error( array( 'LEVEL' => 1, 'MSG' => 'no_tourney_group') );
}
|
|
#3
|
|||
|
|||
|
Works! Thank you.
|
|
#4
|
|||
|
|||
|
Thanks
man
|
![]() |
|
|