Viewing 1 replies (of 1 total)
  • I had the same problem and I found a solution.

    When you edit matches, it’s actualy not possible to change the match_day and when you save the value is 0?

    Then open admin/match.php in plugin editor and search for “if (( $cup && !$is_finals) || ($mode==”add” && !$is_finals) )”. That if function is responsible that the match_day selector is only shown when you add but not when you edit matches. Delete the if function and the endif after the selector source code or put two slashes “//” in front of them to make them a comment. After saving your changes you should be able to change and save the match_day when editing matches.

    Note: I’m not a developer and a PHP rookie so please make a backup before changing the script 🙂

Viewing 1 replies (of 1 total)

The topic ‘Match Day problem’ is closed to new replies.