![]() |
Quote:
Also- if I want to run tournaments, which script of your's will I Need? TIO? What is it and where can i find it? |
I believe I found it: http://allisbrawl.com/tio/
|
Quote:
|
Quote:
|
<a href="http://www.allisbrawl.com/tio" target="_blank">www.allisbrawl.com/tio</a>
|
Quote:
|
Quote:
Code:
SELECT * FROM rank_events AS rank_events This line of code should be joining rank_events with rank_games using gameID, and then joining rank_events with rank_categories using categoryID. For some reason, the script is trying to join rank_games (instead of rank_events) with rank_categories using categoryID; which wont work. Why this is only happening on YOUR server, and no one elses... confuses me. Try replacing the following code in ranking.php: Code:
$result = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."rank_events AS rank_events Code:
$result = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."rank_events AS rank_events |
================================================== =========
Version 1.2.0 ================================================== =========
|
Database error in vBulletin 3.8.1:
Invalid SQL: SELECT * FROM ps3multirank_events AS rank_events LEFT JOIN ps3multirank_games AS rank_games USING(gameID) LEFT JOIN ps3multirank_categories AS rank_categories USING(categoryID) ORDER BY eDate DESC LIMIT 0, 30; MySQL Error : Unknown column 'ps3multi_ps3db.rank_games.categoryID' in 'on clause' Error Number : 1054 Request Date : Friday, March 20th 2009 @ 03:22:16 PM Error Date : Friday, March 20th 2009 @ 03:22:16 PM Script : http://www.ps3multiplayer.com/forum/....php?do=events Referrer : http://www.ps3multiplayer.com/forum/ranking.php Classname : vb_database MySQL Version : 4.1.22-standard-log |
Try this new version please... fixes the many SQL errors.
================================================== ========= Version 1.2.1 ================================================== =========
|
All times are GMT. The time now is 07:25 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|