Nach der Installation bekomme ich folgende Fehlermeldung:
Fatal error: Cannot redeclare phpbb_clean_username() (previously declared in .../includes/functions.php:77) in .../includes/functions.php on line 86
Zeile 84-87 sehen in meiner functions.php so aus:
Code: Alles auswählen
}
// added at phpBB 2.0.11 to properly format the username
function phpbb_clean_username($username)
{
Hat jemand eine Ahnung was ich da falsch gemacht habe?
Vielen Dank!