I can not solve this problem, i leave everything as it was and the problem continues.
I'm looking, /teams.php work good, only the index is broken, how I can fix without backup?
/forums.php no work
Here's an error, maybe this was the problem?
Replace with
PHP Code:
case 'aboutteam':
default:
$selected_tab = 'members';
break;
}
is
PHP Code:
case 'members':
default:
$selected_tab = 'members';
break;
}
------------
Edit:
solved, I made a backup of files, now members tab is default.