Quote:
Originally Posted by bananalive
The next version is coming out very soon, just adding side menu to it.
--------------------------------------------------------------
Open tournament.php find:
Code:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_UINT);
Replace with:
Code:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);
If that still doesnt work:
Open tournament.php find:
Code:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_INT);
Replace with:
Code:
$score = $vbulletin->input->clean_gpc('p', 'score', TYPE_STR);
|
I tried both edits you mentioned. Still does not seem to work.
This might be a challenge... hmmm..