Thread Starter
HeldZ
(@heldz)
I discovered the problem: the end-tag div of “message” was misspelled!
file lib/core.php – line 382
echo "<div id='message' class='updated fade'><p><strong>".$this->getMessage()."</strong></p></div";
to
echo "<div id='message' class='updated fade'><p><strong>".$this->getMessage()."</strong></p></div>";
Thread Starter
HeldZ
(@heldz)
Other information: This problem occurs when the league is a championship mode.
Facebook returned an unexpected error: An unexpected error has occurred. Please retry your request later.
Try to resolve this issue, update the plugin or inform the author about the problem.
[Error occured at line 347]