Seite 1 von 1

Installationsproblem ! Wer war hier?

Verfasst: 08.11.2011 10:59
von yuliya2902
Hallo !
Ich erhalte folgende Fehlermeldung:

Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /mnt/webe/d3/04/51135404/htdocs/forum/includes/mods/who_was_here.php on line 18

Die Zeile sieht so aus:

class phpbb_mods_who_was_here
{
const SORT_ASC = 0; <- Das ist die Zeile 18
const SORT_USERNAME_ASC = 0;
const SORT_USERNAME_DESC = 1;
const SORT_LASTPAGE_ASC = 2;
const SORT_LASTPAGE_DESC = 3;
const SORT_USERID_ASC = 4;
const SORT_USERID_DESC = 5;

Wo liegt da der Fehler?

LG.
Yuliya

Re: Installationsproblem ! Wer war hier?

Verfasst: 08.11.2011 11:44
von Charlie_M
Hast du eine PHP-Version größer 5?
Hinweise des Autorsde Diese MOD benötigt php5.
Sonst musst du eine ältere Version verwenden!