• I have set up a World Cup, 8 groups of 4 teams each, each team plays each other once. I’ve input all of the results for the group stages and the tables are correct within LM. Teams advance is set to 2.

    However, when I go to create the last 16 fixtures I am only given “1 Group A”, “2 Group B” etc. – I’ve done these and when I try to add the results I get the message: “It seems the previous round is not over yet.”

    What does this mean and how do I fix it?

    If it makes ANY difference this was a foosball tournament, so all games were played on a single matchday so matchdays in my database is set to 1.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter mikkyx

    (@mikkyx)

    Never mind, sussed it – once I’d set up the knockout phases I just resubmitted a set of prelims. results and everything worked itself out.

    mikkyx, please, tell me how you resolve this problem, with every step PLEASE.

    Thread Starter mikkyx

    (@mikkyx)

    Sorry, I’ve only just seen your reply.

    I set things up like this:
    I put in my group stages with all the results and THEN I set up the 2nd round and so on. When I tried to put the results in I then got the error as subject.

    I think what needs to happen is you need to set up EVERY ROUND of the competition first BEFORE putting in any results. Once you put in all the first round results the system then automatically creates the 2nd round.

    Because I’d put in all the group stage results first it didn’t do this – so I resubmitted a group stage results page and it then worked as intended.

    many thanks mikkyx now is OK
    For a while I was thinking to change to another plugin, but now it seems to be ok. I have still some problems with visualization button (when you add a post) I don’t have the button “insert”.

    Anybody has the same problem?
    I have WP 2.8.5. And I don;t want to upgrade as many other plugs are not working with 3.0

    mikkyx, did you try to create UEFA Champions League?
    I have problems during the nock-out stage. There is no possibility to do a 2matches mode for championchip mode.

    Let us know

    Hi there,

    I’m experiencing this exact same problem when using championship mode. I followed the solution that mikkyx provided above to the letter, but I am still getting the It seems the previous round is not over yet error.

    Does anyone have any other ideas what this might be? I guess I must be missing something really obvious, but I can’t for the life of me see what it is!

    Any help would be greatly appreciated.

    Not to worry. After debugging the code, I finally discovered the problem.

    In leaguemanager\admin\admin.php, there is a typo on line 976. The word championship is spelt incorrectly as champioship. See below.

    if ( !$matches && $league->mode == 'champioship' ) {
        global $championship;
        $championship->proceed( false, $championship->getFinalKeys(1) );
    }

    Change champioship to championship and that will resolve the issue.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: LeagueManager] It seems the previous round is not over yet’ is closed to new replies.