View Single Post
  #969  
Old 06-01-2011, 04:23 PM
TinCow1 TinCow1 is offline
 
Join Date: Mar 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Just tested it, works for me.

It prevents same player challenging each other again within the time limit, after they both submit the scores.
Hmmm... definitely not working for me. I've tried it with test player accounts, and repeat challenges go through without anything blocking them using Match Finder.

Could this be related to another issue I'm having? If I turn on the Join User Tables to User Profile Tables option, I get the following error when looking at a tournament:

Code:
Database error in vBulletin 4.1.1:

Invalid SQL:

			SELECT
				players.*, players.username AS sname,
				user.username AS username, user.userid, user.avatarrevision AS avatarrevision, avatar.avatarpath AS avatarpath, NOT ISNULL(customavatar.userid) AS hascustom, customavatar.dateline AS avatardateline, customavatar.width AS avwidth, customavatar.height AS avheight, user.username AS username
				, userfield.*, usertextfield.* 
			FROM nvb3_tmnt_players AS players 
			LEFT JOIN nvb3_user AS user ON (players.userid = user.userid) LEFT JOIN nvb3_avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN nvb3_customavatar AS customavatar ON(customavatar.userid = user.userid) 
			 LEFT JOIN userfield AS userfield ON (user.userid = userfield.userid) LEFT JOIN usertextfield AS usertextfield ON (usertextfield.userid = user.userid) 
			WHERE tid = '18'
			ORDER BY slot ASC;

MySQL Error   : Table 'totalwar.userfield' doesn't exist
Error Number  : 1146
Request Date  : Monday, April 18th 2011 @ 12:04:43 PM
Error Date    : Monday, April 18th 2011 @ 12:04:43 PM
Script        : http://forums.totalwar.org/vb/tournaments.php?do=view&id=18
Referrer      : http://forums.totalwar.org/vb/tournaments.php?c=7
IP Address    : 152.130.15.14
Username      : TinCow
Classname     : vB_Database
MySQL Version : 5.0.77
That option isn't very important to me so I haven't put much effort into trying to troubleshoot it, but perhaps it's indicative of a problem that is also impacting the re-challenge time limit.

Also, in case you missed it, I would love to have that {steamid} addition for the Ladders/Leagues displays as well. My members think it is great and it would get used for ladder play.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01279 seconds
  • Memory Usage 1,771KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete