I'm having a problem with scores not being submitted, too, since the new vB upgrade, and I've modified the index.php file. Once 'Submit' is pressed, the game itself goes black and nothing else happens
Edit: This fix works for me:
https://vborg.vbsupport.ru/showthread.php?t=249120
Quote:
try renaming the index.php to forum.php
and renaming the forum.php to index.php
after saving, open up forum.php with your text editer
and change the line Code:
require('content.php');
to
Code:
require('index.php');
save
re-upload
now go into your admincp , under settings > options> Forums Home Page Options
change the "Script Name for Forum Home Page" from forum to index ....
score should save now..
|