vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - Forum Tournaments & Ladders (https://vborg.vbsupport.ru/showthread.php?t=189375)

mgckim 10-03-2008 06:58 AM

Hi I like this mod however I get this error when I import the xml file.

vBulletin Message:
"No file uploaded and no local file found."

I did upload all 4 files as instructed to my forums folder. And put import as ./includes/xml/product-tournament2008.xml

and yet still doesn't work.

What am I doing wrong?

Chris11987 10-03-2008 11:18 AM

I have a suggestion of maybe seperating the tournaments and ladders. While the same team form one can be used for the, they are still two very different things, in terms of competition on a forum. For the url's sake, having tournaments.php and ladders.php.

Also having a navbar/quicklinks option for "Ladders" as well, like how "Tournaments" has.

edit: I also have a question: For the slots in the tournament, how are they determined? When people sign up, are they just given a random 9-digit number, and then the slots go in order of those numbers assigned? If I want to change slots for people, I currently have to manually edit ther user ID and name fields in phpmyadmin, but would it be easier to just change the slot number to any number that would be, say the lowest, in order to get them in slot #1?

Firewarrior 10-03-2008 02:45 PM

for people that are still getting the follow error when creating a new tournament
Warning: Wrong parameter count for str_replace() in [path]\tournament.php on line 642
it already been posted howto fix it by BananaLive


Find in tournament.php
PHP Code:

            $hour str_replace(".5"""$hour$count);
            if (
$count == 1) { 

Replace with
PHP Code:

            $hourb str_replace(".5"""$hour);
            if (
$hourb != $hour) { 

thats what i did and it worked fine :D

Firewarrior 10-03-2008 02:49 PM

Bug & Suggestion

Bug: Well i think its a bug. there is no way to delete any of your Announcements
Suggestion: In the ladder it be good if you can added ladders for teams as well
because atm only players can signup and not teams
So it be good if when you create a ladder you can pick for teams or players (1v1)

Chris11987 10-03-2008 03:05 PM

I think (and hope) the teams for ladders suggestion is going to be added in the future, as I'm guessing it was part of the reason for them to be combined in the first place.

JAnders 10-03-2008 03:59 PM

I'm Running vb 3.5.8 can I install this mod on this version?

I can update to anything higher than that because my php does not meet minimim req :(

so I installed it and I get database error

whenever I hit the url

www.fifamexico.net/foros/tournament.php

any ideas?

Toupsx 10-03-2008 08:02 PM

Here's my issue... I installed the ladder mod before this.. then downloaded this and tried installing it.. it failed the install because of duplicate column names when trying to make them in the tables.. now I can't install it at all because it made other columns in the tables and the script isn't set to overwrite them if already exists or skip if already exists.. so if anyone could help me with this that would be great.. can't uninstall it either to reverse the database modifications because it never actually installed..

Chris11987 10-03-2008 08:21 PM

Quote:

Originally Posted by Toupsx (Post 1636737)
Here's my issue... I installed the ladder mod before this.. then downloaded this and tried installing it.. it failed the install because of duplicate column names when trying to make them in the tables.. now I can't install it at all because it made other columns in the tables and the script isn't set to overwrite them if already exists or skip if already exists.. so if anyone could help me with this that would be great.. can't uninstall it either to reverse the database modifications because it never actually installed..

This is the EXACT Issue I had 2 days ago. I opened up the XML file and a blank wordpad document. Copy all of the install codes down into the wordpad document, making sure to make the proper adjustments for it to be entered as an SQL Query. Once you have all of them, copy the entire thing and enter the query. It should write whatever is missing, and since you will have all tables/fields after that, it will be able to uninstall in the AdminCP. Or you can do it all in pieces, instead of at once.

For some reason after doing that, I had an issue with a table called "tournaments" which was actually from the ibProArcade, which I just deleted and solved.

CardMafia 10-03-2008 08:41 PM

Please help with this...

Quote:

Fatal error: Call to undefined function cal_days_in_month() in /............../tournament.php on line 649
the quote is modified to remove the path to my site.


I get this error while making a tournament

JAnders 10-03-2008 09:24 PM

maybe this post can will help you:
https://vborg.vbsupport.ru/showpost....&postcount=573


All times are GMT. The time now is 11:52 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.02089 seconds
  • Memory Usage 1,747KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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