Quote:
Originally Posted by champendk
When i accept a match on the match finder and i press yes i can play that day it comes up with this error:
Error. Invalid ladder
|
Yep, there's an error redirecting to the correct ladder.
Quick Fix
- Find line 2593 in ladders.php
PHP Code:
$vbulletin->url = "ladders.php?do=view&id=13&sh=3";
- Replace with:
PHP Code:
$vbulletin->url = "ladders.php?do=view&id=".$match['lid']."&sh=3";